summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dm: constify argument arraysEric Biggers2017-08-281-2/+2
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
|/
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-16/+18
* dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-2/+2
* dm cache: simplify the IDLE vs BUSY state calculationJoe Thornber2017-05-141-6/+3
* dm cache: track all IO to the cache rather than just the origin device's IOJoe Thornber2017-05-141-8/+7
* dm cache: fix incorrect 'idle_time' reset in IO trackerJoe Thornber2017-05-141-0/+3
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-1388/+1087
|\
| * dm cache: set/clear the cache core's dirty_bitset when loading mappingsJoe Thornber2017-03-311-0/+6
| * dm cache: significant rework to leverage dm-bio-prison-v2Joe Thornber2017-03-071-1388/+1081
| * dm bio prison v2: new interface for the bio prisonJoe Thornber2017-03-071-1/+1
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
|/
* Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-211-19/+25
|\
| * dm cache metadata: add "metadata2" featureJoe Thornber2017-02-161-16/+22
| * dm cache: fix corruption seen when using cache > 2TBJoe Thornber2017-02-161-3/+3
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* | block: add a op_is_flush helperChristoph Hellwig2017-01-271-10/+3
|/
* dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer2016-11-211-1/+2
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-6/+6
* dm: use bio op accessorsMike Christie2016-06-071-4/+6
* dm cache: bump the target versionMike Snitzer2016-03-101-1/+1
* dm cache: make sure every metadata function checks fail_ioJoe Thornber2016-03-101-2/+10
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-221-1/+1
* dm: don't save and restore bi_privateMikulas Patocka2015-12-101-3/+0
* dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-311-2/+1
* Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-021-20/+19
|\
| * dm cache: fix use after freeing migrationsJoe Thornber2015-09-011-6/+9
| * dm cache: small cleanups related to deferred prison cell cleanupMike Snitzer2015-08-311-15/+6
| * dm cache: fix leaking of deferred bio prison cellsJoe Thornber2015-08-311-0/+4