https://github.com/torvalds/linux
Revision 2fca5ccf97d2c28bcfce44f5b07d85e74e3cd18e authored by Jens Axboe on 22 October 2008, 07:34:49 UTC, committed by Linus Torvalds on 23 October 2008, 23:05:26 UTC
libata currently has a pretty dumb ATA_MAX_QUEUE loop for finding
a free tag to use. Instead of fixing that up, convert libata to
using block layer tagging - gets rid of code in libata, and is also
much faster.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 332edc2
History
Tip revision: 2fca5ccf97d2c28bcfce44f5b07d85e74e3cd18e authored by Jens Axboe on 22 October 2008, 07:34:49 UTC
libata: switch to using block layer tagging support
Tip revision: 2fca5cc
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.0 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 102.0 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top