aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
Commit message (Expand)AuthorAgeFilesLines
* dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-201-3/+2
* dm snapshot: fix error return code in snapshot_ctrWei Yongjun2013-05-101-0/+1
* dm kcopyd: introduce configurable throttlingMikulas Patocka2013-03-011-1/+4
* dm snapshot: add missing module aliasesMikulas Patocka2013-03-011-0/+2
* dm: rename request variables to biosAlasdair G Kergon2013-03-011-5/+5
* dm: fix truncated status stringsMikulas Patocka2013-03-011-10/+6
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* dm: remove map_infoMikulas Patocka2012-12-211-8/+4
* dm snapshot: do not use map_contextMikulas Patocka2012-12-211-13/+23
* dm: move target request nr to dm_target_ioMikulas Patocka2012-12-211-1/+1
* dm snapshot: use per_bio_dataMikulas Patocka2012-12-211-35/+8
* dm snapshot: optimize track_chunkMikulas Patocka2012-12-211-3/+2
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-271-3/+3
* dm: support non power of two target max_io_lenMike Snitzer2012-07-271-12/+15
* dm snapshot: remove redundant assignment in merge fnAlasdair G Kergon2012-07-271-1/+0
* dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka2011-08-021-3/+57
* dm snapshot: style cleanupsJonathan Brassow2011-08-021-8/+6
* dm snapshot: remove unused definitionsMikulas Patocka2011-08-021-10/+0
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-291-2/+3
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-291-6/+1
* dm: fix opening log and cow devices for read only tablesMilan Broz2011-03-241-1/+1
* dm snapshot: avoid storing private suspended stateMike Snitzer2011-01-131-20/+4
* dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo2011-01-131-38/+0
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-3/+3
|\
| * dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-3/+3
* | Consolidate min_not_zeroMartin K. Petersen2010-09-101-2/+0
|/
* dm: rename map_info flush_request to target_request_nrMike Snitzer2010-08-121-1/+1
* dm snapshot: implement mergeMikulas Patocka2010-08-121-0/+16
* dm snapshot: test chunk size against both origin and snapshotMikulas Patocka2010-08-121-15/+21
* dm snapshot: iterate origin and cow devicesMikulas Patocka2010-08-121-1/+7
* dm: eliminate some holes data structuresMike Snitzer2010-03-061-13/+13
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-5/+3
* dm snapshot: use merge origin if snapshot invalidMikulas Patocka2009-12-101-5/+4
* dm snapshot: report merge failure in statusMike Snitzer2009-12-101-2/+28
* dm snapshot: merge consecutive chunks togetherMike Snitzer2009-12-101-10/+21
* dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka2009-12-101-0/+83
* dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka2009-12-101-1/+5
* dm snapshot: queue writes to chunks being mergedMikulas Patocka2009-12-101-13/+78
* dm snapshot: add mergingMikulas Patocka2009-12-101-6/+233
* dm snapshot: permit only one merge at onceMikulas Patocka2009-12-101-6/+27
* dm snapshot: support barriers in snapshot merge targetMike Snitzer2009-12-101-3/+18
* dm snapshot: avoid allocating exceptions in mergeMikulas Patocka2009-12-101-1/+56
* dm snapshot: rework writing to originMikulas Patocka2009-12-101-106/+49
* dm snapshot: add merge targetMikulas Patocka2009-12-101-12/+41
* dm snapshot: create function for chunk_is_tracked waitMike Snitzer2009-12-101-6/+12
* dm snapshot: make bio optional in __origin_writeMikulas Patocka2009-12-101-5/+18
* dm snapshot: allow live exception store handover between tablesMike Snitzer2009-12-101-27/+236
* dm snapshot: track suspended state in targetMike Snitzer2009-12-101-1/+16
* dm snapshot: move cow ref from exception store to snap coreMike Snitzer2009-12-101-25/+49
* dm snapshot: add allocated metadata to snapshot statusMike Snitzer2009-12-101-9/+12