aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+3
2015-02-09dm: use time_in_range() and time_after()Manuel Schölling1-2/+3
2015-01-23dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2014-12-01dm cache: fix spurious cell_defer when dealing with partial block at end of deviceJoe Thornber1-2/+2
2014-12-01dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2014-12-01dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2014-12-01dm cache: discard block size must be a multiple of cache block sizeJoe Thornber1-6/+3
2014-12-01dm cache: fix a harmless race when working out if a block is discardedJoe Thornber1-2/+4
2014-12-01dm cache: when reloading a discard bitset allow for a different discard block sizeJoe Thornber1-7/+87
2014-12-01dm cache: fix some issues with the new discard range supportJoe Thornber1-3/+3
2014-11-12dm cache: emit a warning message if there are a lot of cache blocksJoe Thornber1-3/+16
2014-11-10dm cache: improve discard supportJoe Thornber1-45/+121
2014-11-10dm cache: revert "prevent corruption caused by discard_block_size > cache_block_size"Joe Thornber1-3/+34
2014-11-10dm cache: revert "remove remainder of distinct discard block size"Joe Thornber1-26/+46
2014-11-10dm bio prison: introduce support for locking ranges of blocksJoe Thornber1-1/+2
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber1-2/+1
2014-09-10dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula1-2/+2
2014-08-01dm cache: set minimum_io_size to cache's data block sizeMike Snitzer1-1/+1
2014-08-01dm cache metadata: use dm-space-map-metadata.h defined size limitsMike Snitzer1-1/+1
2014-08-01dm cache: fail migrations in the do_worker error pathJoe Thornber1-0/+1
2014-08-01dm cache: simplify deferred set reference count incrementsJoe Thornber1-46/+77
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula1-7/+6
2014-05-27dm cache: always split discards on cache block boundariesHeinz Mauelshagen1-0/+2
2014-05-01dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer1-0/+1
2014-04-04dm cache: fix a lock-inversionJoe Thornber1-26/+2
2014-03-27dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen1-46/+26
2014-03-27dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer1-34/+3
2014-03-12dm cache: fix access beyond end of origin deviceHeinz Mauelshagen1-5/+3
2014-03-12dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen1-1/+2
2014-02-28dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen1-2/+3
2014-02-17dm cache: do not add migration to completed list before unhooking bioMike Snitzer1-2/+4
2014-02-17dm cache: move hook_info into common portion of per_bio_data structureMike Snitzer1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+18
2014-01-16dm cache: add policy name to status outputMike Snitzer1-1/+3
2014-01-10dm cache: add block sizes and total cache blocks to status outputMike Snitzer1-6/+10
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-1/+1
2013-12-10dm cache: actually resize cacheVincent Pelletier1-1/+1
2013-12-03dm cache: increment bi_remaining when bi_end_io is restoredMike Snitzer1-6/+6
2013-11-23block: Generic bio chainingKent Overstreet1-0/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-10/+12
2013-11-12dm cache: resolve small nits and improve DocumentationMike Snitzer1-1/+1
2013-11-11dm cache: add cache block invalidation supportJoe Thornber1-3/+222
2013-11-11dm cache: add passthrough modeJoe Thornber1-35/+174
2013-11-11dm cache: cache shrinking supportJoe Thornber1-9/+54
2013-11-09dm cache: promotion optimisation for writesJoe Thornber1-6/+87
2013-11-09dm cache: optimize commit_if_neededHeinz Mauelshagen1-5/+7
2013-11-09dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen1-1/+3
2013-11-09dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen1-4/+4
2013-11-09dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka1-6/+7
2013-11-09dm cache: improve efficiency of quiescing flag managementJoe Thornber1-22/+5