From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.7-rc3
Date: Sat, 11 Jun 2016 19:34:23 -0600 [thread overview]
Message-ID: <20160612013423.GA12305@kernel.dk> (raw)
Hi Linus,
A small collection of fixes for the current series. This pull request
contains:
- Two fixes for xen-blkfront, from Bob Liu.
- A bug fix for NVMe, releasing only the specific resources we
requested.
- Fix for a debugfs flags entry for nbd, from Josef.
- Plug fix from Omar, fixing up a case of code being switched between
two functions.
- A missing bio_put() for the new discard callers of submit_bio_wait(),
fixing a regression causing a leak of the bio. From Shaun.
- Improve dirty limit calculation precision in the writeback code,
fixing a case where setting a limit lower than 1% of memory would end
up being zero. From Tejun.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Bob Liu (2):
xen-blkfront: don't call talk_to_blkback when already connected to blkback
xen-blkfront: fix resume issues after a migration
Jens Axboe (1):
Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/.../konrad/xen into for-linus
Johannes Thumshirn (1):
NVMe: Only release requested regions
Josef Bacik (1):
nbd: pass the nbd pointer for flags debugfs
Omar Sandoval (1):
blk-mq: really fix plug list flushing for nomerge queues
Shaun Tancheff (1):
block: missing bio_put following submit_bio_wait
Tejun Heo (1):
writeback: use higher precision calculation in domain_dirty_limits()
block/blk-lib.c | 12 +++++++++---
block/blk-mq.c | 17 ++++++++---------
drivers/block/nbd.c | 2 +-
drivers/block/xen-blkfront.c | 35 ++++++++++++++++++++++-------------
drivers/nvme/host/pci.c | 9 +++++++--
mm/page-writeback.c | 21 ++++++++++++---------
6 files changed, 59 insertions(+), 37 deletions(-)
--
Jens Axboe
reply other threads:[~2016-06-12 1:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160612013423.GA12305@kernel.dk \
--to=axboe@fb.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linuxfoundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox