index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-cache-metadata.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-28
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-15
dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
Mike Snitzer
1
-24
/
+40
2016-03-11
dm cache: make sure every metadata function checks fail_io
Joe Thornber
1
-39
/
+59
2015-11-05
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-2
/
+6
2015-11-01
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-12
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-28
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
1
-22
/
+38
2014-03-28
dm transaction manager: fix corruption due to non-atomic transaction commit
Joe Thornber
1
-1
/
+2
2014-03-28
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-10
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-02
dm: add cache target
Joe Thornber
1
-0
/
+1146