linux/drivers/md
Alan Cox 715b49ef2d [PATCH] EDAC: atomic scrub operations
EDAC requires a way to scrub memory if an ECC error is found and the chipset
does not do the work automatically.  That means rewriting memory locations
atomically with respect to all CPUs _and_ bus masters.  That means we can't
use atomic_add(foo, 0) as it gets optimised for non-SMP

This adds a function to include/asm-foo/atomic.h for the platforms currently
supported which implements a scrub of a mapped block.

It also adjusts a few other files include order where atomic.h is included
before types.h as this now causes an error as atomic_scrub uses u32.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-18 19:20:30 -08:00
..
raid6test
.gitignore
Kconfig
Makefile
bitmap.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
dm-bio-list.h
dm-bio-record.h
dm-crypt.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
dm-emc.c
dm-exception-store.c
dm-hw-handler.c
dm-hw-handler.h
dm-io.c
dm-io.h
dm-ioctl.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
dm-linear.c
dm-log.c
dm-log.h
dm-mpath.c
dm-mpath.h
dm-path-selector.c
dm-path-selector.h
dm-raid1.c
dm-round-robin.c
dm-snap.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
dm-snap.h
dm-stripe.c
dm-table.c
dm-target.c
dm-zero.c
dm.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
dm.h
faulty.c
kcopyd.c [PATCH] EDAC: atomic scrub operations 2006-01-18 19:20:30 -08:00
kcopyd.h
linear.c
md.c [PATCH] md: Clear clevel whenever level is set. 2006-01-16 23:15:32 -08:00
mktables.c
multipath.c [PATCH] Decrease number of pointer derefs in multipath.c 2006-01-10 08:02:01 -08:00
raid0.c [PATCH] remove gcc-2 checks 2006-01-08 20:14:02 -08:00
raid1.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
raid5.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
raid6.h
raid6algos.c
raid6altivec.uc
raid6int.uc
raid6main.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
raid6mmx.c
raid6recov.c
raid6sse1.c
raid6sse2.c
raid6x86.h
raid10.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
unroll.pl
xor.c