aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds
2007-07-13md: remove raid5 compute_block and compute_parity5Dan Williams
2007-07-13md: handle_stripe5 - request io processing in raid5_run_opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async expand opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async check opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async write opsDan Williams
2007-07-13md: common infrastructure for running operations with raid5_run_opsDan Williams
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams
2007-07-13raid5: replace custom debug PRINTKs with standard pr_debugDan Williams
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams
2007-07-13async_tx: add the async_tx apiDan Williams
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams
2007-07-12dm mpath: rdacChandra Seetharaman
2007-07-12dm raid1: handle log failureJonathan Brassow
2007-07-12dm raid1: handle resync failuresJonathan Brassow
2007-07-12dm: add ratelimit logging macrosJonathan Brassow
2007-07-12dm: disable barriersStefan Bader
2007-07-12dm raid1: clear region outside spinlockJonathan Brassow
2007-07-12dm snapshot: permit invalid activationMilan Broz
2007-07-12dm snapshot: fix invalidation deadlockMilan Broz
2007-07-12dm io: fix panic on large requestJun'ichi Nomura
2007-07-12dm raid1: fix statusMilan Broz
2007-07-12dm: remove duplicate module name from error msgsAlasdair G Kergon
2007-07-12dm delay: cleanupAlasdair G Kergon
2007-07-12dm: use kmem_cache macroAlasdair G Kergon
2007-07-12dm: bio_list prefetch removalAlasdair G Kergon
2007-06-16md: fix bug in error handling during raid1 repairMike Accetta
2007-06-16md: fix two raid10 bugsNeilBrown
2007-05-23md: fix bug with linear hot-add and elsewhereNeilBrown
2007-05-23md: don't write more than is required of the last page of a bitmapNeilBrown
2007-05-23md: avoid overflow in raid0 calculation with large componentsNeilBrown
2007-05-11md: improve the is_mddev_idle testNeilBrown
2007-05-10md: avoid a possibility that a read error can wrongly propagate through md/ra...NeilBrown
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds
2007-05-09md: improve partition detection in md arrayNeilBrown
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown
2007-05-09md: remove the slash from the name of a kmem_cache used by raid5NeilBrown
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown
2007-05-09md: cleanup: use seq_release_private() where appropriateMartin Peschke
2007-05-09drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-05-09dm log: fix resume failed log deviceJonathan Brassow
2007-05-09dm raid1: switch rh_in_sync to blocking in do_readsJonathan Brassow
2007-05-09dm raid1: fix to commit pending clear region requestsJonathan Brassow
2007-05-09dm: delay targetHeinz Mauelshagen
2007-05-09dm: bio list helpersHeinz Mauelshagen
2007-05-09dm io: remove old interfaceMilan Broz
2007-05-09dm raid1: update dm io interfaceMilan Broz