All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.3-rc5
@ 2019-08-17 22:45 Jens Axboe
  2019-08-18  2:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2019-08-17 22:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Collection of fixes that should go into this series. This pull request
contains:

- Revert of the REQ_NOWAIT_INLINE and associated dio changes. There were
  still corner cases there, and even though I had a solution for it,
  it's too involved for this stage. (me)

- Set of NVMe fixes (via Sagi)

- io_uring fix for fixed buffers (Anthony)

- io_uring defer issue fix (Jackie)

- Regression fix for queue sync at exit time (zhengbin)

- xen blk-back memory leak fix (Wenwen)


Please pull!


  git://git.kernel.dk/linux-block.git tags/for-linus-2019-08-17


----------------------------------------------------------------
Aleix Roca Nonell (1):
      io_uring: fix manual setup of iov_iter for fixed buffers

Anthony Iliopoulos (1):
      nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns

Jackie Liu (1):
      io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer list

Jens Axboe (2):
      Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linus
      block: remove REQ_NOWAIT_INLINE

Keith Busch (1):
      nvme-pci: Fix async probe remove race

Logan Gunthorpe (4):
      nvmet: Fix use-after-free bug when a port is removed
      nvmet-loop: Flush nvme_delete_wq when removing the port
      nvmet-file: fix nvmet_file_flush() always returning an error
      nvme-core: Fix extra device_put() call on error path

Sagi Grimberg (3):
      nvme: fix a possible deadlock when passthru commands sent to a multipath device
      nvme-rdma: fix possible use-after-free in connect error flow
      nvme: fix controller removal race with scan work

Wenwen Wang (1):
      xen/blkback: fix memory leaks

zhengbin (1):
      blk-mq: move cancel of requeue_work to the front of blk_exit_queue

 block/blk-mq.c                     | 10 +----
 block/blk-sysfs.c                  |  3 ++
 drivers/block/xen-blkback/xenbus.c |  6 +--
 drivers/nvme/host/core.c           | 15 +++++++-
 drivers/nvme/host/multipath.c      | 76 +++++++++++++++++++++++++++++++++++---
 drivers/nvme/host/nvme.h           | 21 ++++++++++-
 drivers/nvme/host/pci.c            |  3 +-
 drivers/nvme/host/rdma.c           | 16 +++++---
 drivers/nvme/target/configfs.c     |  1 +
 drivers/nvme/target/core.c         | 15 ++++++++
 drivers/nvme/target/loop.c         |  8 ++++
 drivers/nvme/target/nvmet.h        |  3 ++
 fs/block_dev.c                     | 49 +++---------------------
 fs/io_uring.c                      | 20 +++++-----
 include/linux/blk_types.h          |  5 +--
 15 files changed, 167 insertions(+), 84 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] Block fixes for 5.3-rc5
  2019-08-17 22:45 [GIT PULL] Block fixes for 5.3-rc5 Jens Axboe
@ 2019-08-18  2:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-08-18  2:50 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sat, 17 Aug 2019 16:45:14 -0600:

> git://git.kernel.dk/linux-block.git tags/for-linus-2019-08-17

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8fde2832bd0bdc5a2b57330a9e9c3d2fa16bd1d8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-08-18  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-17 22:45 [GIT PULL] Block fixes for 5.3-rc5 Jens Axboe
2019-08-18  2:50 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.