summaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)Author
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer
2022-03-10dm thin: use dm_submit_bio_remapMike Snitzer
2022-03-02dm: stop using bdevnameChristoph Hellwig
2022-02-22dm thin: use time_is_before_jiffies instead of open coding itWang Qing
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02dm-thin: use blkdev_issue_flush instead of open coding itChristoph Hellwig
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-03-26dm thin: remove needless request_queue NULL pointer checkXu Wang
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-01-14dm thin: change data device's flush_bio to be member of struct poolMikulas Patocka
2020-01-14dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka
2020-01-14dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer
2019-12-06dm thin: Flush data device before committing metadataNikos Tsironis
2019-11-18dm thin: wakeup worker only when deferred bios existJeffle Xu
2019-11-05dm thin: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer
2019-02-14dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-01-15dm thin: fix passdown_double_checking_shared_status()Joe Thornber
2018-12-12dm thin: bump target versionMike Snitzer
2018-12-11dm thin: send event about thin-pool state change _after_ making itMike Snitzer
2018-10-16dm thin: use refcount_t for thin_c reference countingJohn Pittman
2018-09-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber
2018-08-07dm thin: stop no_space_timeout worker when switching to write-modeHou Tao
2018-07-31dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer
2018-07-30dm thin: include metadata_low_watermark threshold in pool statusAndy Grover
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig