linux/drivers/md
Jens Axboe 8aa7e847d8 Fix congestion_wait() sync/async vs read/write confusion
Commit 1faa16d228 accidentally broke
the bdi congestion wait queue logic, causing us to wait on congestion
for WRITE (== 1) when we really wanted BLK_RW_ASYNC (== 0) instead.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-07-10 20:31:53 +02:00
..
raid6test
.gitignore
Kconfig dm raid1: add userspace log 2009-06-22 10:12:35 +01:00
Makefile dm raid1: add userspace log 2009-06-22 10:12:35 +01:00
bitmap.c
bitmap.h
dm-bio-record.h
dm-crypt.c Fix congestion_wait() sync/async vs read/write confusion 2009-07-10 20:31:53 +02:00
dm-delay.c dm target:s introduce iterate devices fn 2009-06-22 10:12:33 +01:00
dm-exception-store.c dm exception store: really fix type lookup 2009-06-30 15:18:14 +01:00
dm-exception-store.h
dm-io.c dm io: retry after barrier error 2009-06-22 10:12:26 +01:00
dm-ioctl.c dm: enable request based option 2009-06-22 10:12:36 +01:00
dm-kcopyd.c
dm-linear.c dm target:s introduce iterate devices fn 2009-06-22 10:12:33 +01:00
dm-log-userspace-base.c dm raid1: add userspace log 2009-06-22 10:12:35 +01:00
dm-log-userspace-transfer.c dm raid1: add userspace log 2009-06-22 10:12:35 +01:00
dm-log-userspace-transfer.h dm raid1: add userspace log 2009-06-22 10:12:35 +01:00
dm-log.c dm log: fix create_log_context to use logical_block_size of log device 2009-06-22 10:12:33 +01:00
dm-mpath.c dm mpath: change to be request based 2009-06-22 10:12:37 +01:00
dm-mpath.h
dm-path-selector.c
dm-path-selector.h dm mpath: add start_io and nr_bytes to path selectors 2009-06-22 10:12:27 +01:00
dm-queue-length.c dm mpath: add queue length load balancer 2009-06-22 10:12:27 +01:00
dm-raid1.c dm target:s introduce iterate devices fn 2009-06-22 10:12:33 +01:00
dm-region-hash.c
dm-round-robin.c dm mpath: add start_io and nr_bytes to path selectors 2009-06-22 10:12:27 +01:00
dm-service-time.c dm mpath: add service time load balancer 2009-06-22 10:12:28 +01:00
dm-snap-persistent.c dm snapshot: use barrier when writing exception store 2009-06-22 10:12:26 +01:00
dm-snap-transient.c
dm-snap.c dm snapshot: support barriers 2009-06-22 10:12:25 +01:00
dm-stripe.c dm target:s introduce iterate devices fn 2009-06-22 10:12:33 +01:00
dm-sysfs.c dm: sysfs add suspended attribute 2009-06-22 10:12:29 +01:00
dm-table.c dm table: fix blk_stack_limits arg to use bytes not sectors 2009-06-30 15:18:17 +01:00
dm-target.c
dm-uevent.c
dm-uevent.h
dm-zero.c
dm.c block: Create bip slabs with embedded integrity vectors 2009-07-01 10:56:25 +02:00
dm.h dm: do not set QUEUE_ORDERED_DRAIN if request based 2009-06-22 10:12:36 +01:00
faulty.c
linear.c md: Use new topology calls to indicate alignment and I/O sizes 2009-07-01 11:13:45 +10:00
linear.h
md.c Remove multiple KERN_ prefixes from printk formats 2009-07-08 10:30:03 -07:00
md.h
mktables.c
multipath.c md: Use new topology calls to indicate alignment and I/O sizes 2009-07-01 11:13:45 +10:00
multipath.h
raid0.c md: Use new topology calls to indicate alignment and I/O sizes 2009-07-01 11:13:45 +10:00
raid0.h
raid1.c md: Use new topology calls to indicate alignment and I/O sizes 2009-07-01 11:13:45 +10:00
raid1.h
raid5.c md: use interruptible wait when duration is controlled by userspace. 2009-07-01 13:15:35 +10:00
raid5.h
raid6algos.c
raid6altivec.uc
raid6int.uc
raid6mmx.c
raid6recov.c
raid6sse1.c
raid6sse2.c
raid6x86.h
raid10.c md: Use new topology calls to indicate alignment and I/O sizes 2009-07-01 11:13:45 +10:00
raid10.h
unroll.pl