All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme fabrics patches for the next round of 4.9 rc
@ 2016-11-09  8:02 Sagi Grimberg
  2016-11-09 16:04 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Sagi Grimberg @ 2016-11-09  8:02 UTC (permalink / raw)


Hey Jens,

Mostly some stability fixes for fabrics:
- some memleaks, correctness and verbosity fixes from Bart
- fix command delivery during queue reconnect from Christoph
- nvme rdma reconnect vs io race fix from Christoph and steve
- nvme rdma queue cleanup on connection failure fix from Steve
- nvme rdma target error flow and queue teardown fixes
- nvme rdma queue size fix from Samuel
- nvmet namespace rcu race fix from Sasha

please pull from:

  git://git.infradead.org/nvme-fabrics.git nvmf-4.9-rc

----------------------------------------------------------------
Bart Van Assche (6):
      nvmet-rdma: Fix REJ status code
      nvme/scsi: Remove set-but-not-used variables
      nvme-fabrics: Adjust source code indentation
      nvme-fabrics: Fix memory leaks in nvmf_parse_options()
      nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error path
      nvmet-rdma: Fix possible NULL deref when handling rdma cm events

Christoph Hellwig (1):
      nvme-rdma: reject non-connect commands before the queue is live

Sagi Grimberg (4):
      nvme-rdma: remove redundant define
      nvmet: Don't queue fatal error work if csts.cfs is set
      nvmet-rdma: don't forget to delete a queue from the list of connection failed
      nvmet-rdma: drain the queue-pair just before freeing it

Samuel Jones (1):
      nvme-rdma: force queue size to respect controller capability

Solganik Alexander (1):
      nvmet: Fix possible infinite loop triggered on hot namespace removal

Steve Wise (1):
      nvme-rdma: stop and free io queues on connect failure

 drivers/nvme/host/fabrics.c    |  9 ++++----
 drivers/nvme/host/rdma.c       | 51 ++++++++++++++++++++++++++++++++++++++----
 drivers/nvme/host/scsi.c       | 11 ++-------
 drivers/nvme/target/configfs.c |  6 ++---
 drivers/nvme/target/core.c     | 24 ++++++++++++--------
 drivers/nvme/target/nvmet.h    |  6 +----
 drivers/nvme/target/rdma.c     | 23 +++++++++++++++----
 7 files changed, 92 insertions(+), 38 deletions(-)

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

end of thread, other threads:[~2016-11-12 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09  8:02 [GIT PULL] nvme fabrics patches for the next round of 4.9 rc Sagi Grimberg
2016-11-09 16:04 ` Jens Axboe
2016-11-10 22:49   ` Steve Wise
2016-11-11  5:11     ` Jens Axboe
2016-11-12 20:58       ` Sagi Grimberg

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.