[GIT PULL] misc block fixes for 4.4-rc1
From: Jens Axboe
Date: Thu Nov 12 2015 - 12:55:21 EST
Hi Linus,
Stuff that got collected after the merge window opened. This pull
request contains:
- NVMe:
- Fix for non-striped transfer size setting for NVMe from
Sathyavathi.
- (Some) support for the weird Apple nvme controller in the
macbooks. From Stephan Günther.
- The error value leak for dax from Al.
- A few minor blk-mq tweaks from me.
- Add the new linux-block@xxxxxxxxxxxxxxx mailing list to the
MAINTAINERS file.
- Discard fix for brd, from Jan.
- A kerneldoc warning for block core from Randy.
- An older fix from Vivek, converting a WARN_ON() to a rate limited
printk when a device is hot removed with dirty inodes.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Al Viro (1):
dax_io(): don't let non-error value escape via retval instead of EFAULT
Jan Kara (1):
brd: Refuse improperly aligned discard requests
Jens Axboe (3):
MAINTAINERS: add reference to new linux-block list
blk-mq: mark __blk_mq_complete_request() static
block: don't hardcode blk_qc_t -> tag mask
Randy Dunlap (1):
block: fix blk-core.c kernel-doc warning
Sathyavathi M (1):
NVMe: Increase the max transfer size when mdts is 0
Stephan Günther (2):
NVMe: use split lo_hi_{read,write}q
NVMe: add support for Apple NVMe controller
Vivek Goyal (1):
fs/block_dev.c: Remove WARN_ON() when inode writeback fails
MAINTAINERS | 1 +
block/blk-core.c | 3 +++
block/blk-mq.c | 2 +-
block/blk-mq.h | 1 -
drivers/block/brd.c | 3 +++
drivers/nvme/host/pci.c | 15 +++++++++------
fs/block_dev.c | 15 ++++++++++++---
fs/dax.c | 4 +++-
include/linux/blk_types.h | 2 +-
9 files changed, 33 insertions(+), 13 deletions(-)
--
Jens Axboe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/