summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2011-06-28md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown-0/+1
2011-06-14md/raid5: remove unusual use of bio_iovec_idx()Namhyung Kim-3/+3
2011-06-14md/raid5: fix FUA request handling in ops_run_io()Namhyung Kim-3/+3
2011-06-14md/raid5: fix raid5_set_bi_hw_segmentsNamhyung Kim-1/+1
2011-06-09md/bitmap: remove unused fields from struct bitmapNamhyung Kim-13/+0
2011-06-09md/bitmap: use proper accessor macroNamhyung Kim-3/+3
2011-06-09md: check ->hot_remove_disk when removing diskNamhyung Kim-1/+1
2011-06-09md: Using poll /proc/mdstat can monitor the events of adding a spare disks马建朋-0/+2
2011-06-09MD: use is_power_of_2 macroJonathan Brassow-1/+1
2011-06-09MD: raid5 do not set fullsyncJonathan Brassow-1/+1
2011-06-09MD: support initial bitmap creation in-kernelJonathan Brassow-5/+89
2011-06-08MD: add sync_super to mddev_t structJonathan Brassow-2/+14
2011-06-08MD: raid1 changes to allow use by device mapperJonathan Brassow-7/+19
2011-06-08MD: move thread wakeups into resumeJonathan Brassow-3/+7
2011-06-08MD: possible typoJonathan Brassow-2/+2
2011-06-08MD: no sync IO while suspendedJonathan Brassow-1/+3
2011-06-08MD: no integrity register if no gendiskJonathan Brassow-2/+2
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka-9/+11
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka-11/+5
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka-39/+9
2011-05-29dm kcopyd: alloc pages from the main page allocatorMikulas Patocka-31/+60
2011-05-29dm kcopyd: add gfp parm to alloc_plMikulas Patocka-4/+4
2011-05-29dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka-10/+1
2011-05-29dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka-20/+29
2011-05-29dm kcopyd: avoid pointless job splittingMikulas Patocka-1/+1
2011-05-29dm mpath: do not fail paths after integrity errorsMartin K. Petersen-1/+1
2011-05-29dm table: reject devices without request fnsMilan Broz-0/+17
2011-05-29dm table: allow targets to support discards internallyMike Snitzer-1/+5
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-05-11md: allow resync_start to be set while an array is active.NeilBrown-3/+4
2011-05-11md/raid10: reformat some loops with less indenting.NeilBrown-108/+120
2011-05-11md/raid10: remove unused variable.NeilBrown-3/+0
2011-05-11md/raid10: make more use of 'slot' in raid10d.NeilBrown-4/+5
2011-05-11md/raid10: some tidying up in fix_read_errorNeilBrown-40/+34
2011-05-11md/raid1: improve handling of pages allocated for write-behind.NeilBrown-30/+29
2011-05-11md/raid1: try fix_sync_read_error before process_checks.NeilBrown-14/+5
2011-05-11md/raid1: tidy up new functions: process_checks and fix_sync_read_error.NeilBrown-89/+95
2011-05-11md/raid1: split out two sub-functions from sync_request_writeNeilBrown-173/+192
2011-05-11md: make error_handler functions more uniform and correct.NeilBrown-38/+40
2011-05-11md/multipath: discard ->working_disks in favour of ->degradedNeilBrown-12/+11
2011-05-11md/raid1: clean up read_balance.NeilBrown-49/+34
2011-05-11md: simplify raid10 read_balanceNeilBrown-66/+44
2011-05-11md/bitmap: fix saving of events_cleared and other state.NeilBrown-4/+6
2011-05-11md: reject a re-add request that cannot be honoured.NeilBrown-0/+10
2011-05-11md: Fix race when creating a new md device.NeilBrown-3/+8
2011-05-10md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').Jesper Juhl-1/+1
2011-04-21raid5: fix build error, sector_t usageRandy Dunlap-1/+1
2011-04-20md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik-0/+1
2011-04-20md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown-0/+4
2011-04-20md/raid5: remove setting of ->queue_lockNeilBrown-1/+0