summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula-7/+6
2014-08-01dm bufio: fully initialize shrinkerGreg Thelen-1/+1
2014-07-18Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+18
2014-07-15dm cache metadata: do not allow the data block size to changeMike Snitzer-0/+9
2014-07-15dm thin metadata: do not allow the data block size to changeMike Snitzer-0/+9
2014-07-11Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds-22/+28
2014-07-10dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura-2/+3
2014-07-10dm io: fix a race condition in the wake up code for sync_ioJoe Thornber-14/+8
2014-07-10dm crypt, dm zero: update author name following legal name changeJana Saout-4/+4
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka-2/+13
2014-07-03md: flush writes before starting a recovery.NeilBrown-0/+13
2014-07-03md: make sure GET_ARRAY_INFO ioctl reports correct "clean" statusNeilBrown-1/+1
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-110/+227
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner-1/+2
2014-06-11dm bio prison: implement per bucket locking in the dm_bio_prison hash tableHeinz Mauelshagen-27/+39
2014-06-11Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds-42/+138
2014-06-10raid5: speedup sync_request processingEivind Sarto-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-11/+10
2014-06-05md/raid5: deadlock between retry_aligned_read with barrier iohui jiao-1/+1
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer-4/+2
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer-10/+17
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+10
2014-06-03dm era: check for a non-NULL metadata object before closing itJoe Thornber-1/+2
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer-17/+27
2014-06-03dm thin: cleanup noflush_work to use a proper completionJoe Thornber-18/+34
2014-06-03dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka-3/+15
2014-06-03dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka-18/+35
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka-8/+51
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka-7/+7
2014-06-02Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds-1/+4
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds-1/+0
2014-05-30Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+19
2014-05-29raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li-22/+101
2014-05-29md/bitmap: remove confusing code from filemap_get_page.NeilBrown-5/+1
2014-05-29raid5: avoid release list until last reference of the stripeEivind Sarto-0/+5
2014-05-29md: md_clear_badblocks should return an error code on failure.NeilBrown-1/+1
2014-05-29md/raid56: Don't perform reads to support writes until stripe is ready.NeilBrown-12/+18
2014-05-29md: refuse to change shape of array if it is active but read-onlyNeilBrown-0/+10
2014-05-29md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown-0/+1
2014-05-28md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown-1/+3
2014-05-27dm mpath: really fix lockdep warningHannes Reinecke-6/+8
2014-05-27dm cache: always split discards on cache block boundariesHeinz Mauelshagen-0/+2
2014-05-21Merge tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-51/+35
2014-05-20dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer-3/+9
2014-05-14dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer-1/+1
2014-05-14dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber-0/+21
2014-05-14dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber-1/+1
2014-05-14dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka-49/+12
2014-05-13Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds-7/+9
2014-05-06md: avoid possible spinning md thread at shutdown.NeilBrown-1/+2