summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2012-01-25dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini3-2/+27
2011-12-21md/raid5: fix bug that could result in reads from a failed device.NeilBrown1-1/+1
2011-11-21md/raid5: abort any pending parity operations when array fails.NeilBrown1-12/+20
2011-11-11md/raid5: fix bug that could result in reads from a failed device.NeilBrown1-1/+1
2011-10-16dm table: avoid crash if integrity profile changesMike Snitzer1-6/+7
2011-10-16md: Avoid waking up a thread after it has been freed.NeilBrown6-15/+26
2011-10-03md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown1-2/+10
2011-10-03md/linear: avoid corrupting structure while waiting for rcu_free to complete.NeilBrown1-1/+1
2011-08-04dm: fix idr leak on module removalAlasdair G Kergon1-2/+8
2011-08-04dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer1-0/+5
2011-08-04dm snapshot: flush disk cache when mergingMikulas Patocka1-1/+1
2011-08-04dm io: flush cpu cache with vmapped ioMikulas Patocka1-2/+27
2011-06-28md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown1-0/+1
2011-06-14md/raid5: remove unusual use of bio_iovec_idx()Namhyung Kim1-3/+3
2011-06-14md/raid5: fix FUA request handling in ops_run_io()Namhyung Kim1-3/+3
2011-06-14md/raid5: fix raid5_set_bi_hw_segmentsNamhyung Kim1-1/+1
2011-06-09md/bitmap: remove unused fields from struct bitmapNamhyung Kim2-13/+0
2011-06-09md/bitmap: use proper accessor macroNamhyung Kim1-3/+3
2011-06-09md: check ->hot_remove_disk when removing diskNamhyung Kim1-1/+1
2011-06-09md: Using poll /proc/mdstat can monitor the events of adding a spare disks马建朋1-0/+2
2011-06-09MD: use is_power_of_2 macroJonathan Brassow1-1/+1
2011-06-09MD: raid5 do not set fullsyncJonathan Brassow1-1/+1
2011-06-09MD: support initial bitmap creation in-kernelJonathan Brassow2-5/+89
2011-06-08MD: add sync_super to mddev_t structJonathan Brassow2-2/+14
2011-06-08MD: raid1 changes to allow use by device mapperJonathan Brassow2-7/+19
2011-06-08MD: move thread wakeups into resumeJonathan Brassow1-3/+7
2011-06-08MD: possible typoJonathan Brassow1-2/+2
2011-06-08MD: no sync IO while suspendedJonathan Brassow1-1/+3
2011-06-08MD: no integrity register if no gendiskJonathan Brassow1-2/+2
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka3-9/+11
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka3-11/+5
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka5-39/+9
2011-05-29dm kcopyd: alloc pages from the main page allocatorMikulas Patocka1-31/+60
2011-05-29dm kcopyd: add gfp parm to alloc_plMikulas Patocka1-4/+4
2011-05-29dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka1-10/+1
2011-05-29dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka1-20/+29
2011-05-29dm kcopyd: avoid pointless job splittingMikulas Patocka1-1/+1
2011-05-29dm mpath: do not fail paths after integrity errorsMartin K. Petersen1-1/+1
2011-05-29dm table: reject devices without request fnsMilan Broz1-0/+17
2011-05-29dm table: allow targets to support discards internallyMike Snitzer1-1/+5
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-11md: allow resync_start to be set while an array is active.NeilBrown3-3/+4
2011-05-11md/raid10: reformat some loops with less indenting.NeilBrown1-108/+120
2011-05-11md/raid10: remove unused variable.NeilBrown1-3/+0
2011-05-11md/raid10: make more use of 'slot' in raid10d.NeilBrown1-4/+5
2011-05-11md/raid10: some tidying up in fix_read_errorNeilBrown1-40/+34
2011-05-11md/raid1: improve handling of pages allocated for write-behind.NeilBrown2-30/+29
2011-05-11md/raid1: try fix_sync_read_error before process_checks.NeilBrown1-14/+5
2011-05-11md/raid1: tidy up new functions: process_checks and fix_sync_read_error.NeilBrown1-89/+95
2011-05-11md/raid1: split out two sub-functions from sync_request_writeNeilBrown1-173/+192