Revision 776e49e8ddb5169e6477fd33a396e9c7b2eb7400 authored by Linus Torvalds on 04 March 2020, 19:02:45 UTC, committed by Linus Torvalds on 04 March 2020, 19:02:45 UTC
Pull device mapper fixes from Mike Snitzer:

 - Fix request-based DM's congestion_fn and actually wire it up to the
   bdi.

 - Extend dm-bio-record to track additional struct bio members needed by
   DM integrity target.

 - Fix DM core to properly advertise that a device is suspended during
   unload (between the presuspend and postsuspend hooks). This change is
   a prereq for related DM integrity and DM writecache fixes. It
   elevates DM integrity's 'suspending' state tracking to DM core.

 - Four stable fixes for DM integrity target.

 - Fix crash in DM cache target due to incorrect work item cancelling.

 - Fix DM thin metadata lockdep warning that was introduced during 5.6
   merge window.

 - Fix DM zoned target's chunk work refcounting that regressed during
   recent conversion to refcount_t.

 - Bump the minor version for DM core and all target versions that have
   seen interface changes or important fixes during the 5.6 cycle.

* tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: bump version of core and various targets
  dm: fix congested_fn for request-based device
  dm integrity: use dm_bio_record and dm_bio_restore
  dm bio record: save/restore bi_end_io and bi_integrity
  dm zoned: Fix reference counter initial value of chunk works
  dm writecache: verify watermark during resume
  dm: report suspended device during destroy
  dm thin metadata: fix lockdep complaint
  dm cache: fix a crash due to incorrect work item cancelling
  dm integrity: fix invalid table returned due to argument count mismatch
  dm integrity: fix a deadlock due to offloading to an incorrect workqueue
  dm integrity: fix recalculation when moving from journal mode to bitmap mode
2 parent s 8b614cb + 636be42
History
File Mode Size
Makefile -rw-r--r-- 1.0 KB
arraymap.c -rw-r--r-- 28.5 KB
bpf_lru_list.c -rw-r--r-- 17.4 KB
bpf_lru_list.h -rw-r--r-- 2.1 KB
bpf_struct_ops.c -rw-r--r-- 15.9 KB
bpf_struct_ops_types.h -rw-r--r-- 202 bytes
btf.c -rw-r--r-- 116.5 KB
cgroup.c -rw-r--r-- 40.1 KB
core.c -rw-r--r-- 56.9 KB
cpumap.c -rw-r--r-- 18.2 KB
devmap.c -rw-r--r-- 20.9 KB
disasm.c -rw-r--r-- 7.4 KB
disasm.h -rw-r--r-- 1.0 KB
dispatcher.c -rw-r--r-- 3.6 KB
hashtab.c -rw-r--r-- 46.1 KB
helpers.c -rw-r--r-- 11.2 KB
inode.c -rw-r--r-- 13.5 KB
local_storage.c -rw-r--r-- 14.2 KB
lpm_trie.c -rw-r--r-- 21.1 KB
map_in_map.c -rw-r--r-- 3.0 KB
map_in_map.h -rw-r--r-- 547 bytes
offload.c -rw-r--r-- 16.3 KB
percpu_freelist.c -rw-r--r-- 2.5 KB
percpu_freelist.h -rw-r--r-- 1.0 KB
queue_stack_maps.c -rw-r--r-- 6.8 KB
reuseport_array.c -rw-r--r-- 8.5 KB
stackmap.c -rw-r--r-- 16.6 KB
syscall.c -rw-r--r-- 80.6 KB
sysfs_btf.c -rw-r--r-- 1.2 KB
tnum.c -rw-r--r-- 4.3 KB
trampoline.c -rw-r--r-- 10.3 KB
verifier.c -rw-r--r-- 289.6 KB
xskmap.c -rw-r--r-- 6.0 KB

back to top