]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Aug 2020 03:36:42 +0000 (20:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Aug 2020 03:36:42 +0000 (20:36 -0700)
commit87a7dac9413c22908500613bea261fb3a54b28d2
tree06404c234b2cf62ca3ffb9107aa2bf0007b1157b
parent00d72acb2ec2de15abbb0d0ef8e30f8d15600097
parent5383a241758d909a56cdbbef06f3c6f04f1e34ae
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A few fixes on the block side of things:

   - Discard granularity fix (Coly)

   - rnbd cleanups (Guoqing)

   - md error handling fix (Dan)

   - md sysfs fix (Junxiao)

   - Fix flush request accounting, which caused an IO slowdown for some
     configurations (Ming)

   - Properly propagate loop flag for partition scanning (Lennart)"

* tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block:
  block: fix double account of flush request's driver tag
  loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURE
  rnbd: no need to set bi_end_io in rnbd_bio_map_kern
  rnbd: remove rnbd_dev_submit_io
  md-cluster: Fix potential error pointer dereference in resize_bitmaps()
  block: check queue's limits.discard_granularity in __blkdev_issue_discard()
  md: get sysfs entry after redundancy attr group create
drivers/md/md.c