summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c
Commit message (Expand)AuthorAgeFilesLines
* dm cache: set minimum_io_size to cache's data block sizeMike Snitzer2014-08-011-1/+1
* dm cache metadata: use dm-space-map-metadata.h defined size limitsMike Snitzer2014-08-011-1/+1
* dm cache: fail migrations in the do_worker error pathJoe Thornber2014-08-011-0/+1
* dm cache: simplify deferred set reference count incrementsJoe Thornber2014-08-011-46/+77
* dm cache: fix race affecting dirty block countAnssi Hannula2014-08-011-7/+6
* dm cache: always split discards on cache block boundariesHeinz Mauelshagen2014-05-271-0/+2
* dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer2014-05-011-0/+1
* dm cache: fix a lock-inversionJoe Thornber2014-04-041-26/+2
* dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen2014-03-271-46/+26
* dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2014-03-271-34/+3
* dm cache: fix access beyond end of origin deviceHeinz Mauelshagen2014-03-121-5/+3
* dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen2014-03-121-1/+2
* dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen2014-02-281-2/+3
* dm cache: do not add migration to completed list before unhooking bioMike Snitzer2014-02-171-2/+4
* dm cache: move hook_info into common portion of per_bio_data structureMike Snitzer2014-02-171-1/+1
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-10/+18
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-1/+1
| |\
| * | dm cache: increment bi_remaining when bi_end_io is restoredMike Snitzer2013-12-031-6/+6
| * | block: Generic bio chainingKent Overstreet2013-11-231-0/+6
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-231-10/+12
* | | dm cache: add policy name to status outputMike Snitzer2014-01-161-1/+3
* | | dm cache: add block sizes and total cache blocks to status outputMike Snitzer2014-01-101-6/+10
| |/ |/|
* | dm cache: actually resize cacheVincent Pelletier2013-12-101-1/+1
|/
* dm cache: resolve small nits and improve DocumentationMike Snitzer2013-11-121-1/+1
* dm cache: add cache block invalidation supportJoe Thornber2013-11-111-3/+222
* dm cache: add passthrough modeJoe Thornber2013-11-111-35/+174
* dm cache: cache shrinking supportJoe Thornber2013-11-111-9/+54
* dm cache: promotion optimisation for writesJoe Thornber2013-11-091-6/+87
* dm cache: optimize commit_if_neededHeinz Mauelshagen2013-11-091-5/+7
* dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen2013-11-091-1/+3
* dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen2013-11-091-4/+4
* dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2013-11-091-6/+7
* dm cache: improve efficiency of quiescing flag managementJoe Thornber2013-11-091-22/+5
* dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber2013-11-091-14/+40
* dm cache: io destined for the cache device can now serve as tick biosJoe Thornber2013-11-091-0/+1
* dm cache: eliminate holes in cache structureMike Snitzer2013-08-231-15/+15
* dm cache: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
* dm cache: add data block size limits to code and DocumentationMike Snitzer2013-08-231-7/+10
* dm cache: fix arm link errors with inlineMikulas Patocka2013-07-101-0/+4
* dm cache: set config valueJoe Thornber2013-05-101-28/+31
* dm cache: move config fnsAlasdair G Kergon2013-05-101-17/+17
* dm cache: replace memcpy with struct assignmentJoe Thornber2013-05-101-1/+1
* dm cache: fix typos in commentsJoe Thornber2013-05-101-3/+4
* dm cache: tune migration throttlingJoe Thornber2013-05-101-1/+2
* dm cache: fix error return code in cache_createWei Yongjun2013-05-101-0/+1
* dm cache: reduce bio front_pad size in writeback modeMike Snitzer2013-04-051-13/+34
* dm cache: fix writes to cache device in writethrough modeDarrick J. Wong2013-04-051-0/+4
* dm cache: policy ignore hints if generated by different versionMike Snitzer2013-03-201-2/+1
* dm cache: fix race in writethrough implementationJoe Thornber2013-03-201-50/+88
* dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen2013-03-201-1/+4
OpenPOWER on IntegriCloud