summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-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/ra...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
2007-05-09dm log: update dm io interfaceHeinz Mauelshagen1-7/+24
2007-05-09dm exception store: update dm io interfaceHeinz Mauelshagen1-25/+29
2007-05-09dm kcopyd: update dm io interfaceMilan Broz1-10/+18
2007-05-09dm io: new interfaceHeinz Mauelshagen2-1/+173
2007-05-09dm io: prepare for new interfaceHeinz Mauelshagen1-17/+44
2007-05-09dm io: delay dec_countHeinz Mauelshagen1-2/+10
2007-05-09dm raid1: add handle_errors feature flagJonathan E Brassow1-2/+63
2007-05-09dm log: report fault statusJonathan E Brassow2-7/+11
2007-05-09dm log: fault detectionJonathan E Brassow1-3/+27
2007-05-09dm: allow offline devicesMike Anderson1-4/+6
2007-05-09dm mpath: log device nameEdward Goggin3-0/+5
2007-05-09dm crypt: add null ivLudwig Nussel1-1/+17
2007-05-09dm crypt: use smaller bvecs in clonesOlaf Kirch1-21/+8
2007-05-09dm crypt: fix remove first_cloneOlaf Kirch1-28/+6
2007-05-09dm crypt: fix avoid cloned bio ref after freeOlaf Kirch1-1/+4
2007-05-09dm crypt: fix call to clone_initOlaf Kirch1-5/+7
2007-05-09dm crypt: disable barriersMilan Broz1-0/+3