summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds2007-07-135-1204/+1685
|\
| * md: remove raid5 compute_block and compute_parity5Dan Williams2007-07-131-124/+0Star
| * md: handle_stripe5 - request io processing in raid5_run_opsDan Williams2007-07-131-58/+13Star
| * md: handle_stripe5 - add request/completion logic for async expand opsDan Williams2007-07-131-12/+38
| * md: handle_stripe5 - add request/completion logic for async read opsDan Williams2007-07-131-28/+25Star
| * md: handle_stripe5 - add request/completion logic for async check opsDan Williams2007-07-131-19/+65
| * md: handle_stripe5 - add request/completion logic for async compute opsDan Williams2007-07-131-35/+114
| * md: handle_stripe5 - add request/completion logic for async write opsDan Williams2007-07-131-23/+138
| * md: common infrastructure for running operations with raid5_run_opsDan Williams2007-07-131-9/+58
| * md: raid5_run_ops - run stripe operations outside sh->lockDan Williams2007-07-131-0/+536
| * raid5: replace custom debug PRINTKs with standard pr_debugDan Williams2007-07-131-58/+58
| * raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams2007-07-131-786/+740Star
| * async_tx: add the async_tx apiDan Williams2007-07-132-28/+29
| * xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-135-162/+9Star
* | dm mpath: rdacChandra Seetharaman2007-07-133-0/+708
* | dm raid1: handle log failureJonathan Brassow2007-07-131-4/+8
* | dm raid1: handle resync failuresJonathan Brassow2007-07-131-3/+41
* | dm: add ratelimit logging macrosJonathan Brassow2007-07-131-4/+36
* | dm: disable barriersStefan Bader2007-07-134-12/+9Star
* | dm raid1: clear region outside spinlockJonathan Brassow2007-07-131-6/+6
* | dm snapshot: permit invalid activationMilan Broz2007-07-132-6/+10
* | dm snapshot: fix invalidation deadlockMilan Broz2007-07-131-5/+43
* | dm io: fix panic on large requestJun'ichi Nomura2007-07-131-1/+4
* | dm raid1: fix statusMilan Broz2007-07-131-2/+2
* | dm: remove duplicate module name from error msgsAlasdair G Kergon2007-07-133-9/+6Star
* | dm delay: cleanupAlasdair G Kergon2007-07-131-7/+5Star
* | dm: use kmem_cache macroAlasdair G Kergon2007-07-138-121/+106Star
* | dm: bio_list prefetch removalAlasdair G Kergon2007-07-131-3/+1Star
|/
* md: fix bug in error handling during raid1 repairMike Accetta2007-06-161-7/+14
* md: fix two raid10 bugsNeilBrown2007-06-161-0/+6
* md: fix bug with linear hot-add and elsewhereNeilBrown2007-05-242-11/+19
* md: don't write more than is required of the last page of a bitmapNeilBrown2007-05-241-5/+12
* md: avoid overflow in raid0 calculation with large componentsNeilBrown2007-05-241-2/+1Star
* md: improve the is_mddev_idle testNeilBrown2007-05-111-1/+1
* md: avoid a possibility that a read error can wrongly propagate through md/ra...NeilBrown2007-05-101-14/+19
* Revert "md: improve partition detection in md array"Linus Torvalds2007-05-103-8/+21
* md: improve partition detection in md arrayNeilBrown2007-05-093-21/+8Star
* md: allow reshape_position for md arrays to be set via sysfsNeilBrown2007-05-091-7/+63
* md: remove the slash from the name of a kmem_cache used by raid5NeilBrown2007-05-091-2/+2
* md: stop using csum_partial for checksum calculation in mdNeilBrown2007-05-091-2/+29
* md: move test for whether level supports bitmap to correct placeNeilBrown2007-05-091-16/+26
* md: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-091-10/+1Star
* drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-05-091-3/+3
* dm log: fix resume failed log deviceJonathan Brassow2007-05-091-1/+8
* dm raid1: switch rh_in_sync to blocking in do_readsJonathan Brassow2007-05-091-1/+1
* dm raid1: fix to commit pending clear region requestsJonathan Brassow2007-05-091-2/+1Star
* dm: delay targetHeinz Mauelshagen2007-05-093-0/+393
* dm: bio list helpersHeinz Mauelshagen2007-05-091-0/+26
* dm io: remove old interfaceMilan Broz2007-05-092-175/+7Star
* dm raid1: update dm io interfaceMilan Broz2007-05-091-4/+21