summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-11md: allow resync_start to be set while an array is active.NeilBrown
2011-05-11md/raid10: reformat some loops with less indenting.NeilBrown
2011-05-11md/raid10: remove unused variable.NeilBrown
2011-05-11md/raid10: make more use of 'slot' in raid10d.NeilBrown
2011-05-11md/raid10: some tidying up in fix_read_errorNeilBrown
2011-05-11md/raid1: improve handling of pages allocated for write-behind.NeilBrown
2011-05-11md/raid1: try fix_sync_read_error before process_checks.NeilBrown
2011-05-11md/raid1: tidy up new functions: process_checks and fix_sync_read_error.NeilBrown
2011-05-11md/raid1: split out two sub-functions from sync_request_writeNeilBrown
2011-05-11md: make error_handler functions more uniform and correct.NeilBrown
2011-05-11md/multipath: discard ->working_disks in favour of ->degradedNeilBrown
2011-05-11md/raid1: clean up read_balance.NeilBrown
2011-05-11md: simplify raid10 read_balanceNeilBrown
2011-05-11md/bitmap: fix saving of events_cleared and other state.NeilBrown
2011-05-11md: reject a re-add request that cannot be honoured.NeilBrown
2011-05-11md: Fix race when creating a new md device.NeilBrown
2011-05-10md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').Jesper Juhl
2011-04-21raid5: fix build error, sector_t usageRandy Dunlap
2011-04-20md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik
2011-04-20md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown
2011-04-20md/raid5: remove setting of ->queue_lockNeilBrown
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown
2011-04-18md: incorporate new plugging into raid5.NeilBrown
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown
2011-04-18md - remove old plugging code.NeilBrown
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown
2011-04-18md: use new plugging interface for RAID IO.NeilBrown
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05dm: improve block integrity supportMike Snitzer
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28md: Fix integrity registration error when no devices are capableMartin K. Petersen
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-24dm stripe: implement merge methodMustafa Mesanovic
2011-03-24dm mpath: allow table load with no priority groupsMike Snitzer
2011-03-24dm mpath: fail message ioctl if specified path is not validMike Snitzer
2011-03-24dm ioctl: add flag to wipe buffers for secure dataMilan Broz
2011-03-24dm ioctl: prepare for crypt key wipingMilan Broz
2011-03-24dm crypt: wipe keys string immediately after key is setMilan Broz
2011-03-24dm: add flakey targetJosef Bacik
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz
2011-03-23dm: use little-endian bitopsAkinobu Mita
2011-03-23md: use little-endian bitopsAkinobu Mita
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe