aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-36/+15
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula1-7/+6
2014-08-01dm bufio: fully initialize shrinkerGreg Thelen1-1/+1
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar2-0/+18
2014-07-18Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-0/+18
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2-36/+15
2014-07-15dm cache metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-15dm thin metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-11Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds5-22/+28
2014-07-10dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura1-2/+3
2014-07-10dm io: fix a race condition in the wake up code for sync_ioJoe Thornber1-14/+8
2014-07-10dm crypt, dm zero: update author name following legal name changeJana Saout2-4/+4
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka1-2/+13
2014-07-03md: flush writes before starting a recovery.NeilBrown1-0/+13
2014-07-03md: make sure GET_ARRAY_INFO ioctl reports correct "clean" statusNeilBrown1-1/+1
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-110/+227
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner1-1/+2
2014-06-11dm bio prison: implement per bucket locking in the dm_bio_prison hash tableHeinz Mauelshagen1-27/+39
2014-06-11Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds4-42/+138
2014-06-10raid5: speedup sync_request processingEivind Sarto1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds6-11/+10
2014-06-05md/raid5: deadlock between retry_aligned_read with barrier iohui jiao1-1/+1
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer2-4/+2
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer2-10/+17
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds6-10/+10
2014-06-03dm era: check for a non-NULL metadata object before closing itJoe Thornber1-1/+2
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer3-17/+27
2014-06-03dm thin: cleanup noflush_work to use a proper completionJoe Thornber1-18/+34
2014-06-03dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka1-3/+15
2014-06-03dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka1-18/+35
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka1-8/+51
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka1-7/+7
2014-06-02Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds1-1/+4
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+0
2014-05-30Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-9/+19
2014-05-29raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li2-22/+101
2014-05-29md/bitmap: remove confusing code from filemap_get_page.NeilBrown1-5/+1
2014-05-29raid5: avoid release list until last reference of the stripeEivind Sarto1-0/+5
2014-05-29md: md_clear_badblocks should return an error code on failure.NeilBrown1-1/+1
2014-05-29md/raid56: Don't perform reads to support writes until stripe is ready.NeilBrown1-12/+18
2014-05-29md: refuse to change shape of array if it is active but read-onlyNeilBrown1-0/+10
2014-05-29md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown1-0/+1
2014-05-28md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown1-1/+3
2014-05-27dm mpath: really fix lockdep warningHannes Reinecke1-6/+8
2014-05-27dm cache: always split discards on cache block boundariesHeinz Mauelshagen1-0/+2
2014-05-21Merge tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-51/+35
2014-05-20dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer1-3/+9
2014-05-14dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer1-1/+1
2014-05-14dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber1-0/+21
2014-05-14dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber1-1/+1