All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 4.14-rc
@ 2017-11-01 21:45 Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2017-11-01 21:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

A few fixes that should go into this series. This pull request contains:

- Regression fix for ide-cd, ensuring that a request is fully
  initialized. From Hongxu.

- Ditto fix for virtio_blk, from Bart.

- NVMe fix from Keith, ensuring that we set the right block size on
  revalidation. If the block size changed, we'd be in trouble without
  it.

- NVMe rdma fix from Sagi, fixing a potential hang while the controller
  is being removed.

Please pull!


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


----------------------------------------------------------------
Bart Van Assche (1):
      virtio_blk: Fix an SG_IO regression

Hongxu Jia (1):
      ide:ide-cd: fix kernel panic resulting from missing scsi_req_init

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

Keith Busch (1):
      nvme: Fix setting logical block format when revalidating

Sagi Grimberg (1):
      nvme-rdma: fix possible hang when issuing commands during ctrl removal

 drivers/block/virtio_blk.c | 12 ++++++++++++
 drivers/ide/ide-cd.c       |  1 +
 drivers/nvme/host/core.c   |  1 +
 drivers/nvme/host/rdma.c   | 11 +++++++----
 4 files changed, 21 insertions(+), 4 deletions(-)

-- 
Jens Axboe

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

* [GIT PULL] Block fixes for 4.14-rc
@ 2017-10-26 14:37 Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2017-10-26 14:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

A few select fixes that should go into this series. Mainly for NVMe, but
also a single stable fix for nbd from Josef.

Please pull!


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


----------------------------------------------------------------
James Smart (3):
      nvme-fc: fix iowait hang
      nvme-fc: retry initial controller connections 3 times
      nvmet: synchronize sqhd update

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

Josef Bacik (1):
      nbd: handle interrupted sendmsg with a sndtimeo set

Sagi Grimberg (2):
      nvme-rdma: Fix possible double free in reconnect flow
      nvme-rdma: Fix error status return in tagset allocation failure

 drivers/block/nbd.c         | 13 +++++++++++--
 drivers/nvme/host/fc.c      | 37 +++++++++++++++++++++++++++++++++----
 drivers/nvme/host/rdma.c    | 16 ++++++++++++----
 drivers/nvme/target/core.c  | 15 ++++++++++++---
 drivers/nvme/target/nvmet.h |  2 +-
 5 files changed, 69 insertions(+), 14 deletions(-)

-- 
Jens Axboe

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

* [GIT PULL] Block fixes for 4.14-rc
@ 2017-10-18 18:22 Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2017-10-18 18:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Three small fixes in this pull request:

- A fix for skd, it was using kfree() to free a structure allocate with
  kmem_cache_alloc().

- Stable fix for nbd, fixing a regression using the normal ioctl based
  tools.

- Fix for a previous fix in this series, that fixed up inconsistencies
  between buffered and direct IO.

Please pull!


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


----------------------------------------------------------------
Himanshu Jha (1):
      skd: Use kmem_cache_free

Josef Bacik (1):
      nbd: don't set the device size until we're connected

Lukas Czerner (1):
      fs: Avoid invalidation in interrupt context in dio_complete()

 drivers/block/nbd.c      |  2 +-
 drivers/block/skd_main.c |  2 +-
 fs/direct-io.c           | 19 +++++++++++++------
 3 files changed, 15 insertions(+), 8 deletions(-)

-- 
Jens Axboe

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

end of thread, other threads:[~2017-11-01 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 21:45 [GIT PULL] Block fixes for 4.14-rc Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2017-10-26 14:37 Jens Axboe
2017-10-18 18:22 Jens Axboe

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.