aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)Author
2016-04-13Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-04-12dm snapshot: disallow the COW and origin devices from being identicalDingXiang
2016-04-07UPSTREAM: dm: don't save and restore bi_privateMikulas Patocka
2016-03-03dm snapshot: fix hung bios when copy error occursMikulas Patocka
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-12dm snapshot: don't invalidate on-disk image on snapshot write overflowMikulas Patocka
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka
2015-02-27dm snapshot: suspend origin when doing exception handoverMikulas Patocka
2015-02-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-14dm snapshot: use GFP_KERNEL when initializing exceptionsMikulas Patocka
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-10dm snapshot: avoid snapshot space leak on crashMikulas Patocka
2013-11-23block: Generic bio chainingKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka
2013-05-10dm snapshot: fix error return code in snapshot_ctrWei Yongjun
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: fix truncated status stringsMikulas Patocka
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-21dm: remove map_infoMikulas Patocka
2012-12-21dm snapshot: do not use map_contextMikulas Patocka
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka
2012-12-21dm snapshot: optimize track_chunkMikulas Patocka
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2012-07-27dm: support non power of two target max_io_lenMike Snitzer
2012-07-27dm snapshot: remove redundant assignment in merge fnAlasdair G Kergon
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka
2011-08-02dm snapshot: style cleanupsJonathan Brassow
2011-08-02dm snapshot: remove unused definitionsMikulas Patocka
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer
2011-01-13dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-10Consolidate min_not_zeroMartin K. Petersen