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.4-rc
Date: Fri, 11 Dec 2015 14:59:36 -0700 [thread overview]
Message-ID: <20151211215936.GA21362@kernel.dk> (raw)
Hi Linus,
A set of fixes for the current series. This pull request contains:
- A bunch of fixes for lightnvm, should be the last round for this
series. From Matias and Wenwei.
- A writeback detach inode fix from Ilya, also marked for stable.
- A block (though it says SCSI) fix for an OOPS in SCSI runtime power
management.
- Module init error path fixes for null_blk from Minfei.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Ilya Dryomov (1):
block: detach bdev inode from its wb in __blkdev_put()
Ken Xue (1):
SCSI: Fix NULL pointer dereference in runtime PM
Matias Bjørling (6):
lightnvm: check mm before use
lightnvm: comments on constants
lightnvm: replace req queue with nvmdev for lld
lightnvm: fix media mgr registration
lightnvm: prevent gennvm module unload on use
lightnvm: do not compile in debugging by default
Minfei Huang (1):
null_blk: Fix error path in module initialization
Wenwei Tao (3):
lightnvm: use flags in rrpc_get_blk
lightnvm: put blks when luns configure failed
lightnvm: refactor spin_unlock in gennvm_get_blk
block/blk-core.c | 12 +++++++
drivers/block/null_blk.c | 32 +++++++++++------
drivers/lightnvm/Kconfig | 1 +
drivers/lightnvm/core.c | 85 ++++++++++++++++++++++----------------------
drivers/lightnvm/gennvm.c | 20 ++++++-----
drivers/lightnvm/rrpc.c | 25 ++++++++++---
drivers/nvme/host/lightnvm.c | 26 +++++++-------
fs/block_dev.c | 9 +++--
include/linux/lightnvm.h | 21 +++++++----
9 files changed, 142 insertions(+), 89 deletions(-)
--
Jens Axboe
next reply other threads:[~2015-12-11 21:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-11 21:59 Jens Axboe [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-03 15:56 [GIT PULL] Block fixes for 4.4-rc Jens Axboe
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=20151211215936.GA21362@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 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.