summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c
Commit message (Expand)AuthorAgeFilesLines
* dm: use bio_list_merge_initChristoph Hellwig2024-04-011-8/+4
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-6/+6
* dm: push error reporting down to dm_register_target()Yangtao Li2023-04-111-1/+0
* dm cache: add cond_resched() to various workqueue loopsMike Snitzer2023-02-171-0/+4
* dm: declare variables static when sensibleHeinz Mauelshagen2023-02-141-1/+1
* dm: fix suspect indent whitespaceHeinz Mauelshagen2023-02-141-1/+1
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-1/+11
* dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen2023-02-141-6/+6
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-21/+37
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-25/+25
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm cache: set needs_check flag after aborting metadataMike Snitzer2022-12-011-5/+5
* dm cache: Fix UAF in destroy()Luo Meng2022-11-301-0/+1
* dm cache: fix typo in 2 comment blocksSteven Lung2022-07-071-1/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-8/+1
* dm cache: use dm_submit_bio_remapMike Snitzer2022-03-101-3/+4
* dm: stop using bdevnameChristoph Hellwig2022-03-021-6/+4
* block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+2
* dm-cache: remove __remap_to_origin_clear_discardChristoph Hellwig2022-02-041-16/+8
* 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/+24
* dm io tracker: factor out IO trackerMike Snitzer2021-06-251-76/+6
* dm cache: remove needless request_queue NULL pointer checksXu Wang2021-03-261-1/+1
* dm cache: simplify the return expression of load_mapping()Zheng Yongjun2020-12-221-6/+1
* Revert "dm cache: fix arm link errors with inline"Nick Desaulniers2020-12-011-4/+0
* dm: use dm_table_get_device_name() where appropriate in targetsMike Snitzer2020-09-291-1/+1
* writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-19/+0
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-3/+3
* dm: bump version of core and various targetsMike Snitzer2020-03-031-1/+1
* dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka2020-02-271-2/+2
* dm cache: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka2019-11-051-49/+28
* dm cache: fix bugs when a GFP_NOWAIT allocation failsMikulas Patocka2019-10-171-26/+2
* dm cache: add support for discard passdown to the origin deviceMike Snitzer2019-03-051-26/+100
* dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-201-1/+0
* dm cache: destroy migration_cache if cache target registration failedShenghui Wang2018-10-091-3/+2
* dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer2018-10-041-2/+7
* dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer2018-07-311-12/+4
* dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman2018-07-271-4/+15
* dm: adjust structure members to improve alignmentMike Snitzer2018-06-081-29/+32
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-13/+12
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-041-6/+6
* dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer2017-11-101-10/+7
* dm cache: remove usused deferred_cells member from struct cacheJoe Thornber2017-11-101-2/+0
* dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer2017-11-101-39/+22
* dm cache: remove all obsolete writethrough-specific codeMike Snitzer2017-11-101-81/+1
* dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer2017-11-101-17/+37
* dm cache: pass cache structure to mode functionsMike Snitzer2017-11-101-16/+16
* dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber2017-11-101-33/+53
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-2/+2
|\