linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] misc block fixes for 4.4-rc1
@ 2015-11-12 17:55 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2015-11-12 17:55 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-block

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@vger.kernel.org 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-12 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12 17:55 [GIT PULL] misc block fixes for 4.4-rc1 Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).