aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-metadata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-24dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-05-05dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer1-4/+8
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+0
2017-04-27dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche1-3/+0
2017-03-20dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirtyJoe Thornber1-3/+5
2017-02-16dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()Mike Snitzer1-7/+26
2017-02-16dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2Joe Thornber1-11/+11
2017-02-16dm cache metadata: name the cache block that couldn't be loadedMike Snitzer1-4/+8
2017-02-16dm cache metadata: add "metadata2" featureJoe Thornber1-33/+245
2017-02-16dm cache metadata: use bitset cursor api to load discard bitsetJoe Thornber1-20/+28
2016-11-21dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer1-2/+1
2016-09-22dm cache metadata: switch to using the new cursor api for loading metadataJoe Thornber1-23/+80
2016-09-22dm cache: speed up writing of the hint arrayJoe Thornber1-53/+27
2016-04-17dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy1-2/+2
2016-04-14dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer1-24/+40
2016-03-10dm cache: make sure every metadata function checks fail_ioJoe Thornber1-39/+59
2015-11-04Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+6
2015-10-31dm persistent data: eliminate unnecessary return valuesMikulas Patocka1-2/+6
2015-10-23dm cache: the CLEAN_SHUTDOWN flag was not being setJoe Thornber1-1/+1
2015-06-11dm cache: add fail io mode and needs_check flagJoe Thornber1-19/+114
2015-01-28dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-01-23dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95
2014-11-10dm cache: revert "remove remainder of distinct discard block size"Joe Thornber1-17/+17
2014-08-01dm cache metadata: use dm-space-map-metadata.h defined size limitsMike Snitzer1-2/+2
2014-07-15dm cache metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-04-04dm cache: fix a lock-inversionJoe Thornber1-18/+17
2014-03-27dm: take care to copy the space map roots before locking the superblockJoe Thornber1-22/+38
2014-03-27dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber1-1/+2
2014-03-27dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen1-17/+17
2013-11-11dm cache metadata: check the metadata version when reading the superblockJoe Thornber1-3/+21
2013-11-11dm cache: add passthrough modeJoe Thornber1-0/+5
2013-11-11dm cache: cache shrinking supportJoe Thornber1-0/+66
2013-11-09dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber1-4/+5
2013-05-10dm cache: replace memcpy with struct assignmentJoe Thornber1-2/+2
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer1-10/+37
2013-03-20dm cache: policy change version from string to integer setMike Snitzer1-2/+13
2013-03-20dm cache: metadata clear dirty bits on clean shutdownJoe Thornber1-1/+1
2013-03-01dm: add cache targetJoe Thornber1-0/+1146