aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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-232-11/+19
* md: don't write more than is required of the last page of a bitmapNeilBrown2007-05-231-5/+12
* md: avoid overflow in raid0 calculation with large componentsNeilBrown2007-05-231-2/+1
* 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-093-8/+21
* md: improve partition detection in md arrayNeilBrown2007-05-093-21/+8
* 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/+1
* 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/+1
* 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/+7
* dm raid1: update dm io interfaceMilan Broz2007-05-091-4/+21
* dm log: update dm io interfaceHeinz Mauelshagen2007-05-091-7/+24
* dm exception store: update dm io interfaceHeinz Mauelshagen2007-05-091-25/+29
* dm kcopyd: update dm io interfaceMilan Broz2007-05-091-10/+18
* dm io: new interfaceHeinz Mauelshagen2007-05-092-1/+173
* dm io: prepare for new interfaceHeinz Mauelshagen2007-05-091-17/+44
* dm io: delay dec_countHeinz Mauelshagen2007-05-091-2/+10
* dm raid1: add handle_errors feature flagJonathan E Brassow2007-05-091-2/+63
* dm log: report fault statusJonathan E Brassow2007-05-092-7/+11
* dm log: fault detectionJonathan E Brassow2007-05-091-3/+27
* dm: allow offline devicesMike Anderson2007-05-091-4/+6
* dm mpath: log device nameEdward Goggin2007-05-093-0/+5
* dm crypt: add null ivLudwig Nussel2007-05-091-1/+17
* dm crypt: use smaller bvecs in clonesOlaf Kirch2007-05-091-21/+8
* dm crypt: fix remove first_cloneOlaf Kirch2007-05-091-28/+6
* dm crypt: fix avoid cloned bio ref after freeOlaf Kirch2007-05-091-1/+4
* dm crypt: fix call to clone_initOlaf Kirch2007-05-091-5/+7
* dm crypt: disable barriersMilan Broz2007-05-091-0/+3
* dm raid1: one kmirrord per mirrorHolger Smolinski2007-05-091-54/+27
* Remove do_sync_file_range()Mark Fasheh2007-05-081-4/+4
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-1/+1
* [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-303-3/+3
* [PATCH] md: fix calculation for size of filemap_attr array in md/bitmapNeil Brown2007-04-121-3/+1
* [PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown2007-04-041-1/+15
* [PATCH] md: convert compile time warnings into runtime warningsNeilBrown2007-03-272-12/+41
* [PATCH] md: clear the congested_fn when stopping a raid5NeilBrown2007-03-272-1/+3
* [PATCH] md: allow raid4 arrays to be reshapedNeilBrown2007-03-271-0/+4
* [PATCH] fix read past end of array in md/linear.cAndy Isaacson2007-03-161-1/+1
* [PATCH] md: fix for raid6 reshapeNeilBrown2007-03-051-1/+1