linux/drivers/md
NeilBrown 21a52c6d05 md: pass mddev to make_request functions rather than request_queue
We used to pass the personality make_request function direct
to the block layer so the first argument had to be a queue.
But now we have the intermediary md_make_request so it makes
at lot more sense to pass a struct mddev_s.
It makes it possible to have an mddev without its own queue too.

Signed-off-by: NeilBrown <neilb@suse.de>
2010-05-18 15:27:55 +10:00
..
raid6test
.gitignore
Kconfig
Makefile
bitmap.c drivers/md: Remove unnecessary casts of void * 2010-05-18 15:27:46 +10:00
bitmap.h md: expose max value of behind writes counter 2010-05-18 15:27:46 +10:00
dm-bio-record.h
dm-crypt.c
dm-delay.c
dm-exception-store.c
dm-exception-store.h
dm-io.c
dm-ioctl.c dm ioctl: introduce flag indicating uevent was generated 2010-03-06 02:32:31 +00:00
dm-kcopyd.c
dm-linear.c
dm-log-userspace-base.c
dm-log-userspace-transfer.c
dm-log-userspace-transfer.h
dm-log.c
dm-mpath.c
dm-mpath.h
dm-path-selector.c
dm-path-selector.h
dm-queue-length.c
dm-raid1.c dm raid1: fix deadlock when suspending failed device 2010-03-06 02:32:35 +00:00
dm-region-hash.c
dm-round-robin.c
dm-service-time.c
dm-snap-persistent.c
dm-snap-transient.c
dm-snap.c dm: eliminate some holes data structures 2010-03-06 02:32:33 +00:00
dm-stripe.c
dm-sysfs.c
dm-table.c
dm-target.c
dm-uevent.c
dm-uevent.h
dm-zero.c
dm.c dm ioctl: introduce flag indicating uevent was generated 2010-03-06 02:32:31 +00:00
dm.h dm ioctl: introduce flag indicating uevent was generated 2010-03-06 02:32:31 +00:00
faulty.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
linear.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
linear.h
md.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
md.h md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
mktables.c
multipath.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
multipath.h
raid0.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
raid0.h md: Add support for Raid5->Raid0 and Raid10->Raid0 takeover 2010-05-18 15:27:48 +10:00
raid1.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
raid1.h
raid5.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
raid5.h
raid6algos.c
raid6altivec.uc
raid6int.uc
raid6mmx.c
raid6recov.c
raid6sse1.c
raid6sse2.c
raid6x86.h
raid10.c md: pass mddev to make_request functions rather than request_queue 2010-05-18 15:27:55 +10:00
raid10.h md: Add support for Raid0->Raid10 takeover 2010-05-18 15:27:48 +10:00
unroll.awk