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