summaryrefslogtreecommitdiff
path: root/drivers/md/dm-cache-target.c
AgeCommit message (Expand)Author
2015-06-11dm cache: prefix all DMERR and DMINFO messages with cache device nameMike Snitzer
2015-06-11dm cache: add fail io mode and needs_check flagJoe Thornber
2015-06-11dm cache: wake the worker thread every time we free a migration objectJoe Thornber
2015-05-29dm cache: boost promotion of blocks that will be overwrittenJoe Thornber
2015-05-29dm cache: defer whole cellsJoe Thornber
2015-05-29dm cache: pull out some bitset utility functions for reuseJoe Thornber
2015-05-29dm cache: pass a new 'critical' flag to the policies when requesting writebac...Joe Thornber
2015-05-29dm cache: track IO to the origin device using io_trackerJoe Thornber
2015-05-29dm cache: add io_trackerJoe Thornber
2015-05-29dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-02-09dm: use time_in_range() and time_after()Manuel Schölling
2015-01-23dm cache: fix problematic dual use of a single migration count variableJoe Thornber
2014-12-01dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber
2014-12-01dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber
2014-12-01dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber
2014-12-01dm cache: discard block size must be a multiple of cache block sizeJoe Thornber
2014-12-01dm cache: fix a harmless race when working out if a block is discardedJoe Thornber
2014-12-01dm cache: when reloading a discard bitset allow for a different discard block...Joe Thornber
2014-12-01dm cache: fix some issues with the new discard range supportJoe Thornber
2014-11-12dm cache: emit a warning message if there are a lot of cache blocksJoe Thornber
2014-11-10dm cache: improve discard supportJoe Thornber
2014-11-10dm cache: revert "prevent corruption caused by discard_block_size > cache_blo...Joe Thornber
2014-11-10dm cache: revert "remove remainder of distinct discard block size"Joe Thornber
2014-11-10dm bio prison: introduce support for locking ranges of blocksJoe Thornber
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber
2014-09-10dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula
2014-08-01dm cache: set minimum_io_size to cache's data block sizeMike Snitzer
2014-08-01dm cache metadata: use dm-space-map-metadata.h defined size limitsMike Snitzer
2014-08-01dm cache: fail migrations in the do_worker error pathJoe Thornber
2014-08-01dm cache: simplify deferred set reference count incrementsJoe Thornber
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula
2014-05-27dm cache: always split discards on cache block boundariesHeinz Mauelshagen
2014-05-01dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer
2014-04-04dm cache: fix a lock-inversionJoe Thornber
2014-03-27dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen
2014-03-27dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer
2014-03-12dm cache: fix access beyond end of origin deviceHeinz Mauelshagen
2014-03-12dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen
2014-02-28dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen
2014-02-17dm cache: do not add migration to completed list before unhooking bioMike Snitzer
2014-02-17dm cache: move hook_info into common portion of per_bio_data structureMike Snitzer
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-16dm cache: add policy name to status outputMike Snitzer
2014-01-10dm cache: add block sizes and total cache blocks to status outputMike Snitzer
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-10dm cache: actually resize cacheVincent Pelletier
2013-12-03dm cache: increment bi_remaining when bi_end_io is restoredMike Snitzer