index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-cache-metadata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-01-24
dm: use bdev_read_only to check if a device is read-only
Christoph Hellwig
1
-1
/
+1
2020-09-02
dm cache metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2019-04-18
dm cache metadata: Fix loading discard bitset
Nikos Tsironis
1
-1
/
+8
2018-12-07
dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()
Mike Snitzer
1
-0
/
+4
2018-10-04
dm cache metadata: ignore hints array being too small during resize
Joe Thornber
1
-2
/
+2
2018-08-09
dm cache metadata: set dirty on all cache blocks after a crash
Ilya Dryomov
1
-3
/
+7
2018-08-07
dm cache metadata: save in-core policy_hint_size to on-disk superblock
Mike Snitzer
1
-1
/
+2
2017-10-24
dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+5
2017-05-05
dm cache metadata: fail operations if fail_io mode has been established
Mike Snitzer
1
-4
/
+8
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+0
2017-04-27
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
1
-3
/
+0
2017-03-20
dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirty
Joe Thornber
1
-3
/
+5
2017-02-16
dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()
Mike Snitzer
1
-7
/
+26
2017-02-16
dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2
Joe Thornber
1
-11
/
+11
2017-02-16
dm cache metadata: name the cache block that couldn't be loaded
Mike Snitzer
1
-4
/
+8
2017-02-16
dm cache metadata: add "metadata2" feature
Joe Thornber
1
-33
/
+245
2017-02-16
dm cache metadata: use bitset cursor api to load discard bitset
Joe Thornber
1
-20
/
+28
2016-11-21
dm cache metadata: remove an extra newline in DMERR and code
Mike Snitzer
1
-2
/
+1
2016-09-22
dm cache metadata: switch to using the new cursor api for loading metadata
Joe Thornber
1
-23
/
+80
2016-09-22
dm cache: speed up writing of the hint array
Joe Thornber
1
-53
/
+27
2016-04-17
dm cache metadata: fix cmd_read_lock() acquiring write lock
Ahmed Samy
1
-2
/
+2
2016-04-14
dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
Mike Snitzer
1
-24
/
+40
2016-03-10
dm cache: make sure every metadata function checks fail_io
Joe Thornber
1
-39
/
+59
2015-11-04
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-2
/
+6
2015-10-31
dm persistent data: eliminate unnecessary return values
Mikulas Patocka
1
-2
/
+6
2015-10-23
dm cache: the CLEAN_SHUTDOWN flag was not being set
Joe Thornber
1
-1
/
+1
2015-06-11
dm cache: add fail io mode and needs_check flag
Joe Thornber
1
-19
/
+114
2015-01-28
dm cache: fix missing ERR_PTR returns and handling
Joe Thornber
1
-4
/
+5
2015-01-23
dm cache: share cache-metadata object across inactive and active DM tables
Joe Thornber
1
-6
/
+95
2014-11-10
dm cache: revert "remove remainder of distinct discard block size"
Joe Thornber
1
-17
/
+17
2014-08-01
dm cache metadata: use dm-space-map-metadata.h defined size limits
Mike Snitzer
1
-2
/
+2
2014-07-15
dm cache metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-04-04
dm cache: fix a lock-inversion
Joe Thornber
1
-18
/
+17
2014-03-27
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
1
-22
/
+38
2014-03-27
dm transaction manager: fix corruption due to non-atomic transaction commit
Joe Thornber
1
-1
/
+2
2014-03-27
dm cache: remove remainder of distinct discard block size
Heinz Mauelshagen
1
-17
/
+17
2013-11-11
dm cache metadata: check the metadata version when reading the superblock
Joe Thornber
1
-3
/
+21
2013-11-11
dm cache: add passthrough mode
Joe Thornber
1
-0
/
+5
2013-11-11
dm cache: cache shrinking support
Joe Thornber
1
-0
/
+66
2013-11-09
dm cache metadata: return bool from __superblock_all_zeroes
Joe Thornber
1
-4
/
+5
2013-05-10
dm cache: replace memcpy with struct assignment
Joe Thornber
1
-2
/
+2
2013-03-20
dm cache: policy ignore hints if generated by different version
Mike Snitzer
1
-10
/
+37
2013-03-20
dm cache: policy change version from string to integer set
Mike Snitzer
1
-2
/
+13
2013-03-20
dm cache: metadata clear dirty bits on clean shutdown
Joe Thornber
1
-1
/
+1
2013-03-01
dm: add cache target
Joe Thornber
1
-0
/
+1146