Revision 17829c5a42f776463b305f8a9ccac55a3f473e1d authored by Linus Torvalds on 13 March 2020, 19:45:23 UTC, committed by Linus Torvalds on 13 March 2020, 19:45:23 UTC
Pull block fixes from Jens Axboe:
 "A few fixes that should go into this release. This contains:

   - Fix for a corruption issue with the s390 dasd driver (Stefan)

   - Fixup/improvement for the flush insertion change that we had in
     this series (Ming)

   - Fix for the partition suppor for host aware zoned devices
     (Shin'ichiro)

   - Fix incorrect blk-iocost comparison (Tejun)

  The diffstat looks large, but that's a) mostly dasd, and b) the flush
  fix from Ming adds a big comment"

* tag 'block-5.6-2020-03-13' of git://git.kernel.dk/linux-block:
  block: Fix partition support for host aware zoned block devices
  blk-mq: insert flush request to the front of dispatch queue
  s390/dasd: fix data corruption for thin provisioned devices
  blk-iocost: fix incorrect vtime comparison in iocg_is_idle()
2 parent s d365612 + b53df2e
History
File Mode Size
Kconfig -rw-r--r-- 722 bytes
Makefile -rw-r--r-- 204 bytes
cfg.c -rw-r--r-- 11.4 KB
cfg.h -rw-r--r-- 202 bytes
driver-ops.h -rw-r--r-- 5.8 KB
ieee802154_i.h -rw-r--r-- 5.0 KB
iface.c -rw-r--r-- 19.0 KB
llsec.c -rw-r--r-- 24.8 KB
llsec.h -rw-r--r-- 2.8 KB
mac_cmd.c -rw-r--r-- 3.8 KB
main.c -rw-r--r-- 5.6 KB
mib.c -rw-r--r-- 5.1 KB
rx.c -rw-r--r-- 7.1 KB
trace.c -rw-r--r-- 189 bytes
trace.h -rw-r--r-- 6.4 KB
tx.c -rw-r--r-- 3.0 KB
util.c -rw-r--r-- 2.3 KB

back to top