aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka1-1/+4
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka1-0/+2
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-5/+5
2013-03-01dm: fix truncated status stringsMikulas Patocka1-10/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-21dm: remove map_infoMikulas Patocka1-8/+4
2012-12-21dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka1-1/+1
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka1-35/+8
2012-12-21dm snapshot: optimize track_chunkMikulas Patocka1-3/+2
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-3/+3
2012-07-27dm: support non power of two target max_io_lenMike Snitzer1-12/+15
2012-07-27dm snapshot: remove redundant assignment in merge fnAlasdair G Kergon1-1/+0
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka1-3/+57
2011-08-02dm snapshot: style cleanupsJonathan Brassow1-8/+6
2011-08-02dm snapshot: remove unused definitionsMikulas Patocka1-10/+0
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka1-2/+3
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka1-6/+1
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz1-1/+1
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer1-20/+4
2011-01-13dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo1-38/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-2/+0
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-3/+3
2010-08-12dm: rename map_info flush_request to target_request_nrMike Snitzer1-1/+1
2010-08-12dm snapshot: implement mergeMikulas Patocka1-0/+16
2010-08-12dm snapshot: test chunk size against both origin and snapshotMikulas Patocka1-15/+21
2010-08-12dm snapshot: iterate origin and cow devicesMikulas Patocka1-1/+7
2010-03-06dm: eliminate some holes data structuresMike Snitzer1-13/+13
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-5/+3
2009-12-10dm snapshot: use merge origin if snapshot invalidMikulas Patocka1-5/+4
2009-12-10dm snapshot: report merge failure in statusMike Snitzer1-2/+28
2009-12-10dm snapshot: merge consecutive chunks togetherMike Snitzer1-10/+21
2009-12-10dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka1-0/+83
2009-12-10dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka1-1/+5
2009-12-10dm snapshot: queue writes to chunks being mergedMikulas Patocka1-13/+78
2009-12-10dm snapshot: add mergingMikulas Patocka1-6/+233
2009-12-10dm snapshot: permit only one merge at onceMikulas Patocka1-6/+27
2009-12-10dm snapshot: support barriers in snapshot merge targetMike Snitzer1-3/+18
2009-12-10dm snapshot: avoid allocating exceptions in mergeMikulas Patocka1-1/+56
2009-12-10dm snapshot: rework writing to originMikulas Patocka1-106/+49
2009-12-10dm snapshot: add merge targetMikulas Patocka1-12/+41
2009-12-10dm snapshot: create function for chunk_is_tracked waitMike Snitzer1-6/+12
2009-12-10dm snapshot: make bio optional in __origin_writeMikulas Patocka1-5/+18
2009-12-10dm snapshot: allow live exception store handover between tablesMike Snitzer1-27/+236
2009-12-10dm snapshot: track suspended state in targetMike Snitzer1-1/+16
2009-12-10dm snapshot: move cow ref from exception store to snap coreMike Snitzer1-25/+49
2009-12-10dm snapshot: add allocated metadata to snapshot statusMike Snitzer1-9/+12
2009-12-10dm snapshot: rename exception functionsJon Brassow1-33/+33
2009-12-10dm snapshot: rename exception_table to dm_exception_tableJon Brassow1-8/+9