linux/drivers/md
Jonathan Brassow ce503f59ae [PATCH] dm kcopyd: error accumulation fix
kcopyd should accumulate errors - otherwise I/O failures may be ignored
unintentionally.

And invert 'success' (used in a future patch), using a more intuitive
!(read_err || write_err).

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-26 09:58:35 -07:00
..
raid6test
.gitignore
bitmap.c
dm-bio-list.h
dm-bio-record.h
dm-crypt.c
dm-emc.c
dm-exception-store.c [PATCH] dm snapshot: unify chunk_size 2006-06-26 09:58:34 -07:00
dm-hw-handler.c
dm-hw-handler.h
dm-io.c
dm-io.h
dm-ioctl.c [PATCH] dm: fix mapped device ref counting 2006-06-26 09:58:35 -07:00
dm-linear.c
dm-log.c [PATCH] dm mirror log: sync_count fix 2006-06-26 09:58:35 -07:00
dm-log.h
dm-mpath.c
dm-mpath.h
dm-path-selector.c
dm-path-selector.h
dm-raid1.c [PATCH] dm kcopyd: error accumulation fix 2006-06-26 09:58:35 -07:00
dm-round-robin.c
dm-snap.c [PATCH] dm snapshot: unify chunk_size 2006-06-26 09:58:34 -07:00
dm-snap.h
dm-stripe.c
dm-table.c [PATCH] dm table: get_target: fix last index 2006-06-26 09:58:35 -07:00
dm-target.c
dm-zero.c
dm.c [PATCH] dm: fix block device initialisation 2006-06-26 09:58:35 -07:00
dm.h
faulty.c
Kconfig
kcopyd.c [PATCH] dm kcopyd: error accumulation fix 2006-06-26 09:58:35 -07:00
kcopyd.h
linear.c
Makefile
md.c [PATCH] md: Fix badness in sysfs_notify caused by md_new_event 2006-05-31 16:27:11 -07:00
mktables.c
multipath.c
raid0.c [PATCH] md: fix possible oops when starting a raid0 array 2006-05-23 10:35:31 -07:00
raid1.c [PATCH] md: Fix 'rdev->nr_pending' count when retrying barrier requests 2006-05-01 18:17:42 -07:00
raid5.c
raid6.h
raid6algos.c [PATCH] drivers/md/raid6algos.c: fix a NULL dereference 2006-06-23 07:43:08 -07:00
raid6altivec.uc
raid6int.uc
raid6main.c
raid6mmx.c
raid6recov.c
raid6sse1.c
raid6sse2.c
raid6x86.h
raid10.c [PATCH] md: Fixed refcounting/locking when attempting read error correction in raid10 2006-05-01 18:17:42 -07:00
unroll.pl
xor.c