summaryrefslogtreecommitdiff
path: root/drivers/md/dm-snap.c
Commit message (Expand)AuthorAge
* dm snapshot: disallow the COW and origin devices from being identicalDingXiang2016-03-10
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-22
* dm snapshot: fix hung bios when copy error occursMikulas Patocka2016-01-08
* dm: don't save and restore bi_privateMikulas Patocka2015-12-10
* dm snapshot: add new persistent store option to support overflowMike Snitzer2015-10-09
* Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-02
|\
| * dm snapshot: don't invalidate on-disk image on snapshot write overflowMikulas Patocka2015-08-12
* | block: kill merge_bvec_fn() completelyKent Overstreet2015-08-13
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
|/
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-22
* bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-05
* dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-02-27
* dm snapshot: suspend origin when doing exception handoverMikulas Patocka2015-02-27
* dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka2015-02-18
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-12
|\
| * dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka2014-06-03
| * dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka2014-06-03
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31
| |\
| * | block: Generic bio chainingKent Overstreet2013-11-23
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-23
* | | dm snapshot: use GFP_KERNEL when initializing exceptionsMikulas Patocka2014-01-14
| |/ |/|
* | dm snapshot: avoid snapshot space leak on crashMikulas Patocka2013-12-10
|/
* dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-20
* dm snapshot: fix error return code in snapshot_ctrWei Yongjun2013-05-10
* dm kcopyd: introduce configurable throttlingMikulas Patocka2013-03-01
* dm snapshot: add missing module aliasesMikulas Patocka2013-03-01
* dm: rename request variables to biosAlasdair G Kergon2013-03-01
* dm: fix truncated status stringsMikulas Patocka2013-03-01
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* dm: remove map_infoMikulas Patocka2012-12-21
* dm snapshot: do not use map_contextMikulas Patocka2012-12-21
* dm: move target request nr to dm_target_ioMikulas Patocka2012-12-21
* dm snapshot: use per_bio_dataMikulas Patocka2012-12-21
* dm snapshot: optimize track_chunkMikulas Patocka2012-12-21
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-27
* dm: support non power of two target max_io_lenMike Snitzer2012-07-27
* dm snapshot: remove redundant assignment in merge fnAlasdair G Kergon2012-07-27
* dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka2011-08-02
* dm snapshot: style cleanupsJonathan Brassow2011-08-02
* dm snapshot: remove unused definitionsMikulas Patocka2011-08-02
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-29
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-29
* dm: fix opening log and cow devices for read only tablesMilan Broz2011-03-24
* dm snapshot: avoid storing private suspended stateMike Snitzer2011-01-13
* dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo2011-01-13
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-10