aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)Author
2021-06-03dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka
2021-05-26dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka
2021-01-23dm snapshot: flush merged data before committing metadataAkilesh Kailash
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka
2019-11-06dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka
2019-01-26dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis
2017-12-20dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-07-20dm snap: add fake origin_direct_accessToshi Kani
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2016-01-08dm snapshot: fix hung bios when copy error occursMikulas Patocka
2015-12-10dm: don't save and restore bi_privateMikulas Patocka
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-12dm snapshot: don't invalidate on-disk image on snapshot write overflowMikulas Patocka
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka
2015-02-27dm snapshot: suspend origin when doing exception handoverMikulas Patocka
2015-02-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-03dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka
2014-06-03dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-14dm snapshot: use GFP_KERNEL when initializing exceptionsMikulas Patocka
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-10dm snapshot: avoid snapshot space leak on crashMikulas Patocka
2013-11-23block: Generic bio chainingKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka
2013-05-10dm snapshot: fix error return code in snapshot_ctrWei Yongjun
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka
2013-03-01dm: rename request variables to biosAlasdair G Kergon