public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.0-rc4
Date: Fri, 25 Jan 2019 13:51:29 -0700	[thread overview]
Message-ID: <8755a2bb-c583-1b2a-c94e-e2d1cef78035@kernel.dk> (raw)

Hi Linus,

A collection of fixes for this release. This pull request contains:

- Silence sparse rightfully complaining about non-static wbt functions
  (Bart)

- Fixes for the zoned comments/ioctl documentation (Damien)

- direct-io fix that's been lingering for a while (Ernesto)

- cgroup writeback fix (Tejun)

- Set of NVMe patches for nvme-rdma/tcp (Sagi, Hannes, Raju)

- Block recursion tracking fix (Ming)

- Fix debugfs command flag naming for a few flags (Jianchao)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-linus-20190125


----------------------------------------------------------------
Bart Van Assche (1):
      blk-wbt: Declare local functions static

Damien Le Moal (2):
      uapi: fix ioctl documentation
      block: Fix comment typo

Ernesto A. Fernández (1):
      direct-io: allow direct writes to empty inodes

Hannes Reinecke (1):
      nvme-multipath: drop optimization for static ANA group IDs

Jianchao Wang (1):
      blk-mq: fix the cmd_flag_name array

Ming Lei (1):
      block: cover another queue enter recursion via BIO_QUEUE_ENTERED

Raju Rangoju (1):
      nvmet-rdma: fix null dereference under heavy load

Sagi Grimberg (3):
      nvme-rdma: fix timeout handler
      nvme-tcp: fix timeout handler
      nvme-rdma: rework queue maps handling

Tejun Heo (1):
      writeback: synchronize sync(2) against cgroup writeback membership switches

 block/blk-core.c                 | 11 +++++++
 block/blk-merge.c                | 10 -------
 block/blk-mq-debugfs.c           |  3 +-
 block/blk-wbt.c                  |  4 +--
 drivers/nvme/host/multipath.c    |  3 +-
 drivers/nvme/host/rdma.c         | 64 +++++++++++++++++++++++++++-------------
 drivers/nvme/host/tcp.c          | 19 +++++++-----
 drivers/nvme/target/rdma.c       | 15 +++++++++-
 fs/direct-io.c                   |  5 ++--
 fs/fs-writeback.c                | 40 +++++++++++++++++++++++--
 include/linux/backing-dev-defs.h |  1 +
 include/linux/blk_types.h        |  2 +-
 include/uapi/linux/blkzoned.h    |  1 +
 mm/backing-dev.c                 |  1 +
 14 files changed, 129 insertions(+), 50 deletions(-)
-- 
Jens Axboe


             reply	other threads:[~2019-01-25 20:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-25 20:51 Jens Axboe [this message]
2019-01-26 23:15 ` [GIT PULL] Block fixes for 5.0-rc4 pr-tracker-bot

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=8755a2bb-c583-1b2a-c94e-e2d1cef78035@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.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