Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1268145 > unrolled thread

[GIT PULL] misc block fixes for 4.4-rc1

Started byJens Axboe <axboe@fb.com>
First post2015-11-12 19:00 +0100
Last post2015-11-12 19:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] misc block fixes for 4.4-rc1 Jens Axboe <axboe@fb.com> - 2015-11-12 19:00 +0100

#1268145 — [GIT PULL] misc block fixes for 4.4-rc1

FromJens Axboe <axboe@fb.com>
Date2015-11-12 19:00 +0100
Subject[GIT PULL] misc block fixes for 4.4-rc1
Message-ID<qu4ka-3yL-11@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web