linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.0-rc6
@ 2019-02-09 16:39 Jens Axboe
  2019-02-09 20:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2019-02-09 16:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Some fixes that should go into this release. This pull request contains:

- NVMe pull request from Christoph, fixing namespace locking when
  dealing with the effects log, and a rapid add/remove issue (Keith)

- blktrace tweak, ensuring requests with -1 sectors are shown (Jan)

- Link power management quirk for a Smasung SSD (Hans)

- m68k nfblock dynamic major number fix (Chengguang)

- Series fixing blk-iolatency inflight counter issue (Liu)

- Ensure that we clear ->private when setting up the aio kiocb (Mike)

- __find_get_block_slow() rate limit print (Tetsuo)

Please pull!


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


Chengguang Xu (1):
      m68k: set proper major_num when specifying module param major_num

Hans de Goede (1):
      libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSD

Jan Kara (1):
      blktrace: Show requests without sector

Jens Axboe (1):
      Merge branch 'nvme-5.0' of git://git.infradead.org/nvme into for-linus

Keith Busch (2):
      nvme: lock NS list changes while handling command effects
      nvme-pci: fix rapid add remove sequence

Liu Bo (3):
      blk-iolatency: fix IO hang due to negative inflight counter
      Blk-iolatency: warn on negative inflight IO counter
      blk-mq: remove duplicated definition of blk_mq_freeze_queue

Mike Marshall (1):
      aio: initialize kiocb private in case any filesystems expect it.

Tetsuo Handa (1):
      fs: ratelimit __find_get_block_slow() failure message.

 arch/m68k/emu/nfblock.c      | 10 +++++---
 block/blk-iolatency.c        | 56 +++++++++++++++++++++++++++++++++++++-------
 block/blk-mq.h               |  1 -
 drivers/ata/libata-core.c    |  1 +
 drivers/nvme/host/core.c     |  8 ++++++-
 drivers/nvme/host/nvme.h     |  1 +
 drivers/nvme/host/pci.c      | 22 +++++++++--------
 fs/aio.c                     |  1 +
 fs/buffer.c                  | 19 ++++++++-------
 include/linux/blktrace_api.h |  8 ++++++-
 10 files changed, 94 insertions(+), 33 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-09 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09 16:39 [GIT PULL] Block fixes for 5.0-rc6 Jens Axboe
2019-02-09 20:45 ` pr-tracker-bot

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).