summaryrefslogtreecommitdiff
path: root/drivers/md/dm-snap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka1-1/+3
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-05dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctrChristoph Hellwig1-9/+5
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li1-9/+3
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen1-14/+7
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+7
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen1-3/+3
2023-02-14dm: fix trailing statementsHeinz Mauelshagen1-2/+1
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen1-3/+3
2023-02-14dm: correct block comments format.Heinz Mauelshagen1-3/+4
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-17/+17
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen1-3/+3
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2022-07-07dm snapshot: fix typo in snapshot_map() commentZhang Jiaming1-1/+1
2022-02-02dm-snap: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-20/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+13
2021-05-25dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka1-1/+1
2021-05-25dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka1-2/+3
2021-05-13dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka1-0/+1
2021-05-10dm snapshot: fix a crash when an origin has no snapshotsMikulas Patocka1-3/+2
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)1-2/+3
2021-01-07dm snapshot: flush merged data before committing metadataAkilesh Kailash1-0/+24
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-3/+3
2020-01-07dm snapshot: use true/false for bool variablezhengbin1-3/+3
2019-10-10dm snapshot: rework COW throttling to fix deadlockMikulas Patocka1-14/+64
2019-10-10dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka1-5/+15
2019-07-17dm snapshot: fix oversights in optional discard supportMike Snitzer1-0/+10
2019-07-12dm snapshot: add optional discard support featuresMike Snitzer1-21/+165
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis1-40/+44
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis1-23/+114
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis1-45/+43
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis1-37/+65
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka1-8/+0
2018-12-18dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis1-0/+22
2018-08-09dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer1-2/+0
2018-08-08dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery1-13/+26
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+5
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet1-1/+1
2018-05-31dm: convert to bioset_init()/mempool_init()Kent Overstreet1-9/+8
2018-01-17dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com1-24/+24
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+8
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+3
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig1-2/+2
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig1-4/+4
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams1-3/+3
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-07-27Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+8
2016-07-21dm snap: add fake origin_direct_accessToshi Kani1-0/+8