aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iopLinus Torvalds5-1204/+1685
2007-07-13md: remove raid5 compute_block and compute_parity5Dan Williams1-124/+0
2007-07-13md: handle_stripe5 - request io processing in raid5_run_opsDan Williams1-58/+13
2007-07-13md: handle_stripe5 - add request/completion logic for async expand opsDan Williams1-12/+38
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams1-28/+25
2007-07-13md: handle_stripe5 - add request/completion logic for async check opsDan Williams1-19/+65
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams1-35/+114
2007-07-13md: handle_stripe5 - add request/completion logic for async write opsDan Williams1-23/+138
2007-07-13md: common infrastructure for running operations with raid5_run_opsDan Williams1-9/+58
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams1-0/+536
2007-07-13raid5: replace custom debug PRINTKs with standard pr_debugDan Williams1-58/+58
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams1-786/+740
2007-07-13async_tx: add the async_tx apiDan Williams2-28/+29
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams5-162/+9
2007-07-12dm mpath: rdacChandra Seetharaman3-0/+708
2007-07-12dm raid1: handle log failureJonathan Brassow1-4/+8
2007-07-12dm raid1: handle resync failuresJonathan Brassow1-3/+41
2007-07-12dm: add ratelimit logging macrosJonathan Brassow1-4/+36
2007-07-12dm: disable barriersStefan Bader4-12/+9
2007-07-12dm raid1: clear region outside spinlockJonathan Brassow1-6/+6
2007-07-12dm snapshot: permit invalid activationMilan Broz2-6/+10
2007-07-12dm snapshot: fix invalidation deadlockMilan Broz1-5/+43
2007-07-12dm io: fix panic on large requestJun'ichi Nomura1-1/+4
2007-07-12dm raid1: fix statusMilan Broz1-2/+2
2007-07-12dm: remove duplicate module name from error msgsAlasdair G Kergon3-9/+6
2007-07-12dm delay: cleanupAlasdair G Kergon1-7/+5
2007-07-12dm: use kmem_cache macroAlasdair G Kergon8-121/+106
2007-07-12dm: bio_list prefetch removalAlasdair G Kergon1-3/+1
2007-06-16md: fix bug in error handling during raid1 repairMike Accetta1-7/+14
2007-06-16md: fix two raid10 bugsNeilBrown1-0/+6
2007-05-23md: fix bug with linear hot-add and elsewhereNeilBrown2-11/+19
2007-05-23md: don't write more than is required of the last page of a bitmapNeilBrown1-5/+12
2007-05-23md: avoid overflow in raid0 calculation with large componentsNeilBrown1-2/+1
2007-05-11md: improve the is_mddev_idle testNeilBrown1-1/+1
2007-05-10md: avoid a possibility that a read error can wrongly propagate through md/raid1 to a filesystem.NeilBrown1-14/+19
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds3-8/+21
2007-05-09md: improve partition detection in md arrayNeilBrown3-21/+8
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown1-7/+63
2007-05-09md: remove the slash from the name of a kmem_cache used by raid5NeilBrown1-2/+2
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown1-2/+29
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown1-16/+26
2007-05-09md: cleanup: use seq_release_private() where appropriateMartin Peschke1-10/+1
2007-05-09drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2007-05-09dm log: fix resume failed log deviceJonathan Brassow1-1/+8
2007-05-09dm raid1: switch rh_in_sync to blocking in do_readsJonathan Brassow1-1/+1
2007-05-09dm raid1: fix to commit pending clear region requestsJonathan Brassow1-2/+1
2007-05-09dm: delay targetHeinz Mauelshagen3-0/+393
2007-05-09dm: bio list helpersHeinz Mauelshagen1-0/+26
2007-05-09dm io: remove old interfaceMilan Broz2-175/+7
2007-05-09dm raid1: update dm io interfaceMilan Broz1-4/+21