aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-10dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow1-17/+17
2009-12-10dm snapshot: consolidate insert exception functionsJon Brassow1-12/+4
2009-12-10dm snapshot: abstract minimum_chunk_size fnMikulas Patocka1-12/+22
2009-12-10dm snapshot: cope with chunk size larger than originMikulas Patocka1-0/+2
2009-12-10dm snapshot: only take lock for statustype info not tableMikulas Patocka1-4/+6
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka1-2/+2
2009-10-16dm snapshot: lock snapshot while supplying statusMikulas Patocka1-0/+4
2009-10-16dm snapshot: require non zero chunk size by end of ctrMikulas Patocka1-0/+5
2009-10-16dm snapshot: free exception store on init failureJonathan Brassow1-1/+4
2009-10-16dm snapshot: sort by chunk size to fix raceMikulas Patocka1-1/+6
2009-09-04dm snapshot: implement iterate devicesMike Snitzer1-2/+21
2009-06-22dm snapshot: support barriersMikulas Patocka1-0/+11
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig1-1/+0