summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)AuthorLines
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka-6/+29
2015-02-27dm snapshot: suspend origin when doing exception handoverMikulas Patocka-9/+84
2015-02-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown-9/+1
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-19/+48
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-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+10
2014-01-14dm snapshot: use GFP_KERNEL when initializing exceptionsMikulas Patocka-5/+5
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe-7/+64
2013-12-10dm snapshot: avoid snapshot space leak on crashMikulas Patocka-7/+64
2013-11-23block: Generic bio chainingKent Overstreet-0/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet-9/+9
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka-3/+2
2013-05-10dm snapshot: fix error return code in snapshot_ctrWei Yongjun-0/+1
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka-1/+4
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka-0/+2
2013-03-01dm: rename request variables to biosAlasdair G Kergon-5/+5
2013-03-01dm: fix truncated status stringsMikulas Patocka-10/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2012-12-21dm: remove map_infoMikulas Patocka-8/+4
2012-12-21dm snapshot: do not use map_contextMikulas Patocka-13/+23
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka-1/+1
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka-35/+8
2012-12-21dm snapshot: optimize track_chunkMikulas Patocka-3/+2
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon-3/+3
2012-07-27dm: support non power of two target max_io_lenMike Snitzer-12/+15
2012-07-27dm snapshot: remove redundant assignment in merge fnAlasdair G Kergon-1/+0
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka-3/+57
2011-08-02dm snapshot: style cleanupsJonathan Brassow-8/+6
2011-08-02dm snapshot: remove unused definitionsMikulas Patocka-10/+0
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka-2/+3
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka-6/+1
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz-1/+1
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer-20/+4
2011-01-13dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo-38/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-3/+3
2010-09-10Consolidate min_not_zeroMartin K. Petersen-2/+0
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo-3/+3
2010-08-12dm: rename map_info flush_request to target_request_nrMike Snitzer-1/+1
2010-08-12dm snapshot: implement mergeMikulas Patocka-0/+16
2010-08-12dm snapshot: test chunk size against both origin and snapshotMikulas Patocka-15/+21
2010-08-12dm snapshot: iterate origin and cow devicesMikulas Patocka-1/+7
2010-03-06dm: eliminate some holes data structuresMike Snitzer-13/+13
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan-5/+3
2009-12-10dm snapshot: use merge origin if snapshot invalidMikulas Patocka-5/+4
2009-12-10dm snapshot: report merge failure in statusMike Snitzer-2/+28
2009-12-10dm snapshot: merge consecutive chunks togetherMike Snitzer-10/+21
2009-12-10dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka-0/+83