aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-09dm cache: fix a race condition between queuing new migrations and quiescing for a shutdownJoe Thornber1-14/+40
2013-11-09dm cache: io destined for the cache device can now serve as tick biosJoe Thornber1-0/+1
2013-08-23dm cache: eliminate holes in cache structureMike Snitzer1-15/+15
2013-08-23dm cache: fix stacking of geometry limitsMike Snitzer1-2/+10
2013-08-23dm cache: add data block size limits to code and DocumentationMike Snitzer1-7/+10
2013-07-10dm cache: fix arm link errors with inlineMikulas Patocka1-0/+4
2013-05-10dm cache: set config valueJoe Thornber1-28/+31
2013-05-10dm cache: move config fnsAlasdair G Kergon1-17/+17
2013-05-10dm cache: replace memcpy with struct assignmentJoe Thornber1-1/+1
2013-05-10dm cache: fix typos in commentsJoe Thornber1-3/+4
2013-05-10dm cache: tune migration throttlingJoe Thornber1-1/+2
2013-05-10dm cache: fix error return code in cache_createWei Yongjun1-0/+1
2013-04-05dm cache: reduce bio front_pad size in writeback modeMike Snitzer1-13/+34
2013-04-05dm cache: fix writes to cache device in writethrough modeDarrick J. Wong1-0/+4
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer1-2/+1
2013-03-20dm cache: fix race in writethrough implementationJoe Thornber1-50/+88
2013-03-20dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen1-1/+4
2013-03-20dm cache: detect cache_create failureHeinz Mauelshagen1-0/+2
2013-03-20dm cache: avoid 64 bit division on 32 bitJoe Thornber1-7/+14
2013-03-01dm: add cache targetJoe Thornber1-0/+2584