aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2011-05-29dm kcopyd: return client directly and not through a pointerGravatar Mikulas Patocka 3-9/+11
2011-05-29dm kcopyd: reserve fewer pagesGravatar Mikulas Patocka 3-11/+5
2011-05-29dm io: use fixed initial mempool sizeGravatar Mikulas Patocka 5-39/+9
2011-05-29dm kcopyd: alloc pages from the main page allocatorGravatar Mikulas Patocka 1-31/+60
2011-05-29dm kcopyd: add gfp parm to alloc_plGravatar Mikulas Patocka 1-4/+4
2011-05-29dm kcopyd: remove superfluous page allocation spinlockGravatar Mikulas Patocka 1-10/+1
2011-05-29dm kcopyd: preallocate sub jobs to avoid deadlockGravatar Mikulas Patocka 1-20/+29
2011-05-29dm kcopyd: avoid pointless job splittingGravatar Mikulas Patocka 1-1/+1
2011-05-29dm mpath: do not fail paths after integrity errorsGravatar Martin K. Petersen 1-1/+1
2011-05-29dm table: reject devices without request fnsGravatar Milan Broz 1-0/+17
2011-05-29dm table: allow targets to support discards internallyGravatar Mike Snitzer 1-1/+5
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-11md: allow resync_start to be set while an array is active.Gravatar NeilBrown 3-3/+4
2011-05-11md/raid10: reformat some loops with less indenting.Gravatar NeilBrown 1-108/+120
2011-05-11md/raid10: remove unused variable.Gravatar NeilBrown 1-3/+0
2011-05-11md/raid10: make more use of 'slot' in raid10d.Gravatar NeilBrown 1-4/+5
2011-05-11md/raid10: some tidying up in fix_read_errorGravatar NeilBrown 1-40/+34
2011-05-11md/raid1: improve handling of pages allocated for write-behind.Gravatar NeilBrown 2-30/+29
2011-05-11md/raid1: try fix_sync_read_error before process_checks.Gravatar NeilBrown 1-14/+5
2011-05-11md/raid1: tidy up new functions: process_checks and fix_sync_read_error.Gravatar NeilBrown 1-89/+95
2011-05-11md/raid1: split out two sub-functions from sync_request_writeGravatar NeilBrown 1-173/+192
2011-05-11md: make error_handler functions more uniform and correct.Gravatar NeilBrown 2-38/+40
2011-05-11md/multipath: discard ->working_disks in favour of ->degradedGravatar NeilBrown 2-12/+11
2011-05-11md/raid1: clean up read_balance.Gravatar NeilBrown 1-49/+34
2011-05-11md: simplify raid10 read_balanceGravatar NeilBrown 1-66/+44
2011-05-11md/bitmap: fix saving of events_cleared and other state.Gravatar NeilBrown 1-4/+6
2011-05-11md: reject a re-add request that cannot be honoured.Gravatar NeilBrown 1-0/+10
2011-05-11md: Fix race when creating a new md device.Gravatar NeilBrown 1-3/+8
2011-05-10md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').Gravatar Jesper Juhl 1-1/+1
2011-04-21raid5: fix build error, sector_t usageGravatar Randy Dunlap 1-1/+1
2011-04-20md: Cleanup after raid45->raid0 takeoverGravatar Krzysztof Wojcik 1-0/+1
2011-04-20md: Fix dev_sectors on takeover from raid0 to raid4/5Gravatar NeilBrown 1-0/+4
2011-04-20md/raid5: remove setting of ->queue_lockGravatar NeilBrown 1-1/+0
2011-04-18md: fix up raid1/raid10 unplugging.Gravatar NeilBrown 2-28/+20
2011-04-18md: incorporate new plugging into raid5.Gravatar NeilBrown 1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.Gravatar NeilBrown 2-0/+60
2011-04-18md - remove old plugging code.Gravatar NeilBrown 4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.Gravatar NeilBrown 1-8/+0
2011-04-18md: use new plugging interface for RAID IO.Gravatar NeilBrown 3-1/+10
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 7-10/+10
2011-04-05dm: improve block integrity supportGravatar Mike Snitzer 1-34/+80
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 7-10/+10
2011-03-28md: Fix integrity registration error when no devices are capableGravatar Martin K. Petersen 1-6/+2
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmGravatar Linus Torvalds 9-28/+300
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 17-408/+102
2011-03-24dm stripe: implement merge methodGravatar Mustafa Mesanovic 1-1/+22
2011-03-24dm mpath: allow table load with no priority groupsGravatar Mike Snitzer 1-3/+10
2011-03-24dm mpath: fail message ioctl if specified path is not validGravatar Mike Snitzer 1-2/+2
2011-03-24dm ioctl: add flag to wipe buffers for secure dataGravatar Milan Broz 1-2/+21
2011-03-24dm ioctl: prepare for crypt key wipingGravatar Milan Broz 1-14/+11