summaryrefslogtreecommitdiff
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)Author
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
2009-12-10dm snapshot: add allocated metadata to snapshot statusMike Snitzer
2009-12-10dm snapshot: rename exception functionsJon Brassow
2009-12-10dm snapshot: rename exception_table to dm_exception_tableJon Brassow
2009-12-10dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow
2009-12-10dm snapshot: consolidate insert exception functionsJon Brassow
2009-12-10dm snapshot: abstract minimum_chunk_size fnMikulas Patocka
2009-12-10dm snapshot: cope with chunk size larger than originMikulas Patocka
2009-12-10dm snapshot: only take lock for statustype info not tableMikulas Patocka
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka
2009-10-16dm snapshot: lock snapshot while supplying statusMikulas Patocka
2009-10-16dm snapshot: require non zero chunk size by end of ctrMikulas Patocka
2009-10-16dm snapshot: free exception store on init failureJonathan Brassow
2009-10-16dm snapshot: sort by chunk size to fix raceMikulas Patocka
2009-09-04dm snapshot: implement iterate devicesMike Snitzer
2009-06-22dm snapshot: support barriersMikulas Patocka
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig