summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
* dm thin: fix use-after-free crash in dm_sm_register_threshold_callbackLuo Meng2022-07-151-1/+3
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+2
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-10/+1
* dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer2022-03-101-2/+2
* dm thin: use dm_submit_bio_remapMike Snitzer2022-03-101-2/+3
* dm: stop using bdevnameChristoph Hellwig2022-03-021-5/+3
* dm thin: use time_is_before_jiffies instead of open coding itWang Qing2022-02-221-1/+1
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-5/+4
* dm-thin: use blkdev_issue_flush instead of open coding itChristoph Hellwig2022-02-021-10/+1
* dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig2022-02-021-16/+9
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-1/+1
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+8
* dm thin: remove needless request_queue NULL pointer checkXu Wang2021-03-261-1/+1
* writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-16/+0
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-2/+2
* dm thin: change data device's flush_bio to be member of struct poolMikulas Patocka2020-01-141-9/+10
* dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka2020-01-141-5/+13
* dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer2020-01-141-4/+3
* dm thin: Flush data device before committing metadataNikos Tsironis2019-12-061-2/+40
* dm thin: wakeup worker only when deferred bios existJeffle Xu2019-11-181-1/+4
* dm thin: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka2019-11-051-67/+46
* dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)2019-03-051-0/+13
* dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-201-1/+0
* dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis2019-02-141-5/+50
* dm thin: fix passdown_double_checking_shared_status()Joe Thornber2019-01-151-5/+5
* dm thin: bump target versionMike Snitzer2018-12-121-2/+2
* dm thin: send event about thin-pool state change _after_ making itMike Snitzer2018-12-111-33/+35
* dm thin: use refcount_t for thin_c reference countingJohn Pittman2018-10-161-4/+4
* dm thin metadata: try to avoid ever aborting transactionsJoe Thornber2018-09-101-8/+65
* dm thin: stop no_space_timeout worker when switching to write-modeHou Tao2018-08-071-0/+2
* dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer2018-07-311-20/+3
* dm thin: include metadata_low_watermark threshold in pool statusAndy Grover2018-07-301-2/+4
* dm thin: handle running out of data space vs concurrent discardMike Snitzer2018-06-271-2/+9
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+3
|\
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+3
* | dm: adjust structure members to improve alignmentMike Snitzer2018-06-081-2/+3
|/
* dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2018-06-051-1/+1
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-16/+16
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt2018-01-291-1/+1
* dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-171-0/+7
* dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-041-12/+10
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-1/+1
|\
| * dm: constify argument arraysEric Biggers2017-08-281-1/+1
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
|/
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-34/+33
|\
| * block: switch bios to blk_status_tChristoph Hellwig2017-06-091-33/+32
| * dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-2/+2
* | dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-06-271-13/+13
|/