aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)Author
2013-12-20dm snapshot: avoid snapshot space leak on crashMikulas Patocka
2013-10-05dm-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
2009-12-10dm snapshot: rework writing to originMikulas Patocka
2009-12-10dm snapshot: add merge targetMikulas Patocka
2009-12-10dm snapshot: create function for chunk_is_tracked waitMike Snitzer
2009-12-10dm snapshot: make bio optional in __origin_writeMikulas Patocka
2009-12-10dm snapshot: allow live exception store handover between tablesMike Snitzer
2009-12-10dm snapshot: track suspended state in targetMike Snitzer
2009-12-10dm snapshot: move cow ref from exception store to snap coreMike Snitzer