All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] third round of nvme updates for Linux 5.13
@ 2021-04-22 14:15 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2021-04-22 14:15 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit b777f4c47781df6b23e3f4df6fdb92d9aceac7bb:

  ataflop: fix off by one in ataflop_probe() (2021-04-21 09:15:27 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.13-2021-04-22

for you to fetch changes up to 2637baed78010eeaae274feb5b99ce90933fadfb:

  nvme: introduce generic per-namespace chardev (2021-04-22 07:25:17 +0200)

----------------------------------------------------------------
 - add support for a per-namespace character device (Minwoo Im)
 - various KATO fixes and cleanups (Hou Pu, Hannes Reinecke)
 - APST fix and cleanup

----------------------------------------------------------------
Christoph Hellwig (2):
      nvme: do not try to reconfigure APST when the controller is not live
      nvme: cleanup nvme_configure_apst

Hannes Reinecke (2):
      nvme: sanitize KATO setting
      nvme: add 'kato' sysfs attribute

Hou Pu (1):
      nvmet: avoid queuing keep-alive timer if it is disabled

Minwoo Im (1):
      nvme: introduce generic per-namespace chardev

 drivers/nvme/host/core.c        | 258 +++++++++++++++++++++++++++-------------
 drivers/nvme/host/fabrics.c     |   4 +-
 drivers/nvme/host/ioctl.c       |  38 +++++-
 drivers/nvme/host/multipath.c   |  51 +++++++-
 drivers/nvme/host/nvme.h        |  14 ++-
 drivers/nvme/target/admin-cmd.c |  10 +-
 6 files changed, 276 insertions(+), 99 deletions(-)

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

* [GIT PULL] third round of nvme updates for Linux 5.13
@ 2021-04-22 14:15 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2021-04-22 14:15 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit b777f4c47781df6b23e3f4df6fdb92d9aceac7bb:

  ataflop: fix off by one in ataflop_probe() (2021-04-21 09:15:27 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.13-2021-04-22

for you to fetch changes up to 2637baed78010eeaae274feb5b99ce90933fadfb:

  nvme: introduce generic per-namespace chardev (2021-04-22 07:25:17 +0200)

----------------------------------------------------------------
 - add support for a per-namespace character device (Minwoo Im)
 - various KATO fixes and cleanups (Hou Pu, Hannes Reinecke)
 - APST fix and cleanup

----------------------------------------------------------------
Christoph Hellwig (2):
      nvme: do not try to reconfigure APST when the controller is not live
      nvme: cleanup nvme_configure_apst

Hannes Reinecke (2):
      nvme: sanitize KATO setting
      nvme: add 'kato' sysfs attribute

Hou Pu (1):
      nvmet: avoid queuing keep-alive timer if it is disabled

Minwoo Im (1):
      nvme: introduce generic per-namespace chardev

 drivers/nvme/host/core.c        | 258 +++++++++++++++++++++++++++-------------
 drivers/nvme/host/fabrics.c     |   4 +-
 drivers/nvme/host/ioctl.c       |  38 +++++-
 drivers/nvme/host/multipath.c   |  51 +++++++-
 drivers/nvme/host/nvme.h        |  14 ++-
 drivers/nvme/target/admin-cmd.c |  10 +-
 6 files changed, 276 insertions(+), 99 deletions(-)

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

* Re: [GIT PULL] third round of nvme updates for Linux 5.13
  2021-04-22 14:15 ` Christoph Hellwig
@ 2021-04-22 16:24   ` Jens Axboe
  -1 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2021-04-22 16:24 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 4/22/21 8:15 AM, Christoph Hellwig wrote:
> The following changes since commit b777f4c47781df6b23e3f4df6fdb92d9aceac7bb:
> 
>   ataflop: fix off by one in ataflop_probe() (2021-04-21 09:15:27 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.13-2021-04-22

Pulled, thanks

-- 
Jens Axboe


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

* Re: [GIT PULL] third round of nvme updates for Linux 5.13
@ 2021-04-22 16:24   ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2021-04-22 16:24 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 4/22/21 8:15 AM, Christoph Hellwig wrote:
> The following changes since commit b777f4c47781df6b23e3f4df6fdb92d9aceac7bb:
> 
>   ataflop: fix off by one in ataflop_probe() (2021-04-21 09:15:27 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.13-2021-04-22

Pulled, thanks

-- 
Jens Axboe


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

end of thread, other threads:[~2021-04-22 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 14:15 [GIT PULL] third round of nvme updates for Linux 5.13 Christoph Hellwig
2021-04-22 14:15 ` Christoph Hellwig
2021-04-22 16:24 ` Jens Axboe
2021-04-22 16:24   ` 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.