aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-293-9/+11
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-293-11/+5
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-295-39/+9
* dm kcopyd: alloc pages from the main page allocatorMikulas Patocka2011-05-291-31/+60
* dm kcopyd: add gfp parm to alloc_plMikulas Patocka2011-05-291-4/+4
* dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka2011-05-291-10/+1
* dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka2011-05-291-20/+29
* dm kcopyd: avoid pointless job splittingMikulas Patocka2011-05-291-1/+1
* dm mpath: do not fail paths after integrity errorsMartin K. Petersen2011-05-291-1/+1
* dm table: reject devices without request fnsMilan Broz2011-05-291-0/+17
* dm table: allow targets to support discards internallyMike Snitzer2011-05-291-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').Jesper Juhl2011-05-101-1/+1
* | md: allow resync_start to be set while an array is active.NeilBrown2011-05-113-3/+4
* | md/raid10: reformat some loops with less indenting.NeilBrown2011-05-111-108/+120
* | md/raid10: remove unused variable.NeilBrown2011-05-111-3/+0
* | md/raid10: make more use of 'slot' in raid10d.NeilBrown2011-05-111-4/+5
* | md/raid10: some tidying up in fix_read_errorNeilBrown2011-05-111-40/+34
* | md/raid1: improve handling of pages allocated for write-behind.NeilBrown2011-05-112-30/+29
* | md/raid1: try fix_sync_read_error before process_checks.NeilBrown2011-05-111-14/+5
* | md/raid1: tidy up new functions: process_checks and fix_sync_read_error.NeilBrown2011-05-111-89/+95
* | md/raid1: split out two sub-functions from sync_request_writeNeilBrown2011-05-111-173/+192
* | md: make error_handler functions more uniform and correct.NeilBrown2011-05-112-38/+40
* | md/multipath: discard ->working_disks in favour of ->degradedNeilBrown2011-05-112-12/+11
* | md/raid1: clean up read_balance.NeilBrown2011-05-111-49/+34
* | md: simplify raid10 read_balanceNeilBrown2011-05-111-66/+44
* | md/bitmap: fix saving of events_cleared and other state.NeilBrown2011-05-111-4/+6
* | md: reject a re-add request that cannot be honoured.NeilBrown2011-05-111-0/+10
* | md: Fix race when creating a new md device.NeilBrown2011-05-111-3/+8
|/
* raid5: fix build error, sector_t usageRandy Dunlap2011-04-211-1/+1
* md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik2011-04-201-0/+1
* md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown2011-04-201-0/+4
* md/raid5: remove setting of ->queue_lockNeilBrown2011-04-201-1/+0
* md: fix up raid1/raid10 unplugging.NeilBrown2011-04-182-28/+20
* md: incorporate new plugging into raid5.NeilBrown2011-04-181-7/+16
* md: provide generic support for handling unplug callbacks.NeilBrown2011-04-182-0/+60
* md - remove old plugging code.NeilBrown2011-04-184-104/+8
* md/dm - remove remains of plug_fn callback.NeilBrown2011-04-181-8/+0
* md: use new plugging interface for RAID IO.NeilBrown2011-04-183-1/+10
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-077-10/+10
|\
| * Fix common misspellingsLucas De Marchi2011-03-317-10/+10
* | dm: improve block integrity supportMike Snitzer2011-04-051-34/+80
|/
* md: Fix integrity registration error when no devices are capableMartin K. Petersen2011-03-281-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-03-259-28/+300
|\
| * dm stripe: implement merge methodMustafa Mesanovic2011-03-241-1/+22
| * dm mpath: allow table load with no priority groupsMike Snitzer2011-03-241-3/+10
| * dm mpath: fail message ioctl if specified path is not validMike Snitzer2011-03-241-2/+2
| * dm ioctl: add flag to wipe buffers for secure dataMilan Broz2011-03-241-2/+21
| * dm ioctl: prepare for crypt key wipingMilan Broz2011-03-241-14/+11
| * dm crypt: wipe keys string immediately after key is setMilan Broz2011-03-241-5/+14