summaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
* dm thin: fix deadlock when swapping to thin deviceColy Li2023-03-061-0/+2
* dm thin: add cond_resched() to various workqueue loopsMike Snitzer2023-02-171-0/+2
* dm: declare variables static when sensibleHeinz Mauelshagen2023-02-141-1/+1
* dm: avoid using symbolic permissionsHeinz Mauelshagen2023-02-141-1/+1
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+5
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-8/+16
* dm: address indent/space issuesHeinz Mauelshagen2023-02-141-3/+3
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-23/+23
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-131-4/+14
|\
| * dm thin: resume even if in FAIL modeLuo Meng2022-12-011-4/+12
| * dm thin: Fix UAF in run_timer_softirq()Luo Meng2022-11-301-0/+2
* | block: remove bio_set_op_attrsChristoph Hellwig2022-12-071-1/+1
|/
* 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