aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jikos/trivialLinus 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
2011-05-11md: make error_handler functions more uniform and correct.NeilBrown2-38/+40
2011-05-11md/multipath: discard ->working_disks in favour of ->degradedNeilBrown2-12/+11
2011-05-11md/raid1: clean up read_balance.NeilBrown1-49/+34
2011-05-11md: simplify raid10 read_balanceNeilBrown1-66/+44
2011-05-11md/bitmap: fix saving of events_cleared and other state.NeilBrown1-4/+6
2011-05-11md: reject a re-add request that cannot be honoured.NeilBrown1-0/+10
2011-05-11md: Fix race when creating a new md device.NeilBrown1-3/+8
2011-05-10md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').Jesper Juhl1-1/+1
2011-04-21raid5: fix build error, sector_t usageRandy Dunlap1-1/+1
2011-04-20md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik1-0/+1
2011-04-20md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown1-0/+4
2011-04-20md/raid5: remove setting of ->queue_lockNeilBrown1-1/+0
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown1-8/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds7-10/+10
2011-04-05dm: improve block integrity supportMike Snitzer1-34/+80
2011-03-31Fix common misspellingsLucas De Marchi7-10/+10
2011-03-28md: Fix integrity registration error when no devices are capableMartin K. Petersen1-6/+2
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds9-28/+300
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds17-408/+102
2011-03-24dm stripe: implement merge methodMustafa Mesanovic1-1/+22
2011-03-24dm mpath: allow table load with no priority groupsMike Snitzer1-3/+10
2011-03-24dm mpath: fail message ioctl if specified path is not validMike Snitzer1-2/+2
2011-03-24dm ioctl: add flag to wipe buffers for secure dataMilan Broz1-2/+21
2011-03-24dm ioctl: prepare for crypt key wipingMilan Broz1-14/+11