summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)Author
2016-03-03dm snapshot: fix hung bios when copy error occursMikulas Patocka
2015-03-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka
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
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo
2010-08-12dm: rename map_info flush_request to target_request_nrMike Snitzer
2010-08-12dm snapshot: implement mergeMikulas Patocka
2010-08-12dm snapshot: test chunk size against both origin and snapshotMikulas Patocka
2010-08-12dm snapshot: iterate origin and cow devicesMikulas Patocka
2010-03-06dm: eliminate some holes data structuresMike Snitzer
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2009-12-10dm snapshot: use merge origin if snapshot invalidMikulas Patocka
2009-12-10dm snapshot: report merge failure in statusMike Snitzer
2009-12-10dm snapshot: merge consecutive chunks togetherMike Snitzer
2009-12-10dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka
2009-12-10dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka
2009-12-10dm snapshot: queue writes to chunks being mergedMikulas Patocka
2009-12-10dm snapshot: add mergingMikulas Patocka
2009-12-10dm snapshot: permit only one merge at onceMikulas Patocka
2009-12-10dm snapshot: support barriers in snapshot merge targetMike Snitzer
2009-12-10dm snapshot: avoid allocating exceptions in mergeMikulas Patocka