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.3 KB
autogroup.c -rw-r--r-- 6.4 KB
autogroup.h -rw-r--r-- 1.4 KB
clock.c -rw-r--r-- 12.1 KB
completion.c -rw-r--r-- 10.0 KB
core.c -rw-r--r-- 197.8 KB
cpuacct.c -rw-r--r-- 8.1 KB
cpudeadline.c -rw-r--r-- 5.7 KB
cpudeadline.h -rw-r--r-- 637 bytes
cpufreq.c -rw-r--r-- 2.7 KB
cpufreq_schedutil.c -rw-r--r-- 26.0 KB
cpupri.c -rw-r--r-- 7.0 KB
cpupri.h -rw-r--r-- 668 bytes
cputime.c -rw-r--r-- 27.2 KB
deadline.c -rw-r--r-- 75.7 KB
debug.c -rw-r--r-- 23.5 KB
fair.c -rw-r--r-- 287.7 KB
features.h -rw-r--r-- 2.4 KB
idle.c -rw-r--r-- 11.2 KB
isolation.c -rw-r--r-- 4.8 KB
loadavg.c -rw-r--r-- 11.3 KB
membarrier.c -rw-r--r-- 10.4 KB
pelt.c -rw-r--r-- 10.7 KB
pelt.h -rw-r--r-- 5.0 KB
psi.c -rw-r--r-- 35.3 KB
rt.c -rw-r--r-- 64.7 KB
sched-pelt.h -rw-r--r-- 616 bytes
sched.h -rw-r--r-- 65.1 KB
stats.c -rw-r--r-- 2.9 KB
stats.h -rw-r--r-- 7.5 KB
stop_task.c -rw-r--r-- 3.3 KB
swait.c -rw-r--r-- 3.3 KB
topology.c -rw-r--r-- 57.9 KB
wait.c -rw-r--r-- 13.5 KB
wait_bit.c -rw-r--r-- 6.8 KB

back to top