summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)AuthorLines
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
2009-12-10dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka-1/+5
2009-12-10dm snapshot: queue writes to chunks being mergedMikulas Patocka-13/+78
2009-12-10dm snapshot: add mergingMikulas Patocka-6/+233
2009-12-10dm snapshot: permit only one merge at onceMikulas Patocka-6/+27
2009-12-10dm snapshot: support barriers in snapshot merge targetMike Snitzer-3/+18
2009-12-10dm snapshot: avoid allocating exceptions in mergeMikulas Patocka-1/+56
2009-12-10dm snapshot: rework writing to originMikulas Patocka-106/+49
2009-12-10dm snapshot: add merge targetMikulas Patocka-12/+41
2009-12-10dm snapshot: create function for chunk_is_tracked waitMike Snitzer-6/+12
2009-12-10dm snapshot: make bio optional in __origin_writeMikulas Patocka-5/+18
2009-12-10dm snapshot: allow live exception store handover between tablesMike Snitzer-27/+236
2009-12-10dm snapshot: track suspended state in targetMike Snitzer-1/+16
2009-12-10dm snapshot: move cow ref from exception store to snap coreMike Snitzer-25/+49
2009-12-10dm snapshot: add allocated metadata to snapshot statusMike Snitzer-9/+12
2009-12-10dm snapshot: rename exception functionsJon Brassow-33/+33
2009-12-10dm snapshot: rename exception_table to dm_exception_tableJon Brassow-8/+9
2009-12-10dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow-17/+17
2009-12-10dm snapshot: consolidate insert exception functionsJon Brassow-12/+4
2009-12-10dm snapshot: abstract minimum_chunk_size fnMikulas Patocka-12/+22
2009-12-10dm snapshot: cope with chunk size larger than originMikulas Patocka-0/+2
2009-12-10dm snapshot: only take lock for statustype info not tableMikulas Patocka-4/+6
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka-2/+2
2009-10-16dm snapshot: lock snapshot while supplying statusMikulas Patocka-0/+4
2009-10-16dm snapshot: require non zero chunk size by end of ctrMikulas Patocka-0/+5
2009-10-16dm snapshot: free exception store on init failureJonathan Brassow-1/+4
2009-10-16dm snapshot: sort by chunk size to fix raceMikulas Patocka-1/+6