From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.4-rc3
Date: Thu, 10 Oct 2019 20:15:31 -0600 [thread overview]
Message-ID: <da741fa2-7db4-95f4-18ee-5932fbd4b00a@kernel.dk> (raw)
Hi Linus,
Here's a set of fixes that should go into this release. This pull
request contains:
- Fix wbt performance regression introduced with the blk-rq-qos
refactoring (Harshad)
- Fix io_uring fileset removal inadvertently killing the workqueue (me)
- Fix io_uring typo in linked command nonblock submission (Pavel)
- Remove spurious io_uring wakeups on request free (Pavel)
- Fix null_blk zoned command error return (Keith)
- Don't use freezable workqueues for backing_dev, also means we can
revert a previous libata hack (Mika)
- Fix nbd sysfs mutex dropped too soon at removal time (Xiubo)
Please pull!
git://git.kernel.dk/linux-block.git tags/for-linus-20191010
----------------------------------------------------------------
Harshad Shirwadkar (1):
blk-wbt: fix performance regression in wbt scale_up/scale_down
Jens Axboe (1):
io_uring: only flush workqueues on fileset removal
Keith Busch (1):
null_blk: Fix zoned command return code
Mika Westerberg (2):
bdi: Do not use freezable workqueue
Revert "libata, freezer: avoid block device removal while system is frozen"
Pavel Begunkov (2):
io_uring: fix reversed nonblock flag for link submission
io_uring: remove wait loop spurious wakeups
Xiubo Li (1):
nbd: fix possible sysfs duplicate warning
block/blk-rq-qos.c | 14 +++++++++-----
block/blk-rq-qos.h | 4 ++--
block/blk-wbt.c | 6 ++++--
drivers/ata/libata-scsi.c | 21 ---------------------
drivers/block/nbd.c | 2 +-
drivers/block/null_blk_zoned.c | 3 +--
fs/io_uring.c | 24 ++++++++++--------------
kernel/freezer.c | 6 ------
mm/backing-dev.c | 4 ++--
9 files changed, 29 insertions(+), 55 deletions(-)
--
Jens Axboe
next reply other threads:[~2019-10-11 2:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 2:15 Jens Axboe [this message]
2019-10-11 16:10 ` [GIT PULL] Block fixes for 5.4-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=da741fa2-7db4-95f4-18ee-5932fbd4b00a@kernel.dk \
--to=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.