mbox series

[GIT,PULL] nvme fixes for 4.19

Message ID 20180928154003.GA3163@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for 4.19 | expand

Pull-request

git://git.infradead.org/nvme.git nvme-4.19

Message

Christoph Hellwig Sept. 28, 2018, 3:40 p.m. UTC
The following changes since commit b228ba1cb95afbaeeb86cf06cd9fd6f6369c3b14:

  null_blk: fix zoned support for non-rq based operation (2018-09-12 18:21:11 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-4.19

for you to fetch changes up to bb830add192e9d8338082c0fc2c209e23b43d865:

  nvme: properly propagate errors in nvme_mpath_init (2018-09-25 16:21:40 -0700)

----------------------------------------------------------------
Hannes Reinecke (1):
      nvme: count all ANA groups for ANA Log page

Susobhan Dey (1):
      nvme: properly propagate errors in nvme_mpath_init

 drivers/nvme/host/multipath.c   | 6 ++++--
 drivers/nvme/target/admin-cmd.c | 4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

Jens Axboe Sept. 28, 2018, 3:42 p.m. UTC | #1
On 9/28/18 9:40 AM, Christoph Hellwig wrote:
> The following changes since commit b228ba1cb95afbaeeb86cf06cd9fd6f6369c3b14:
> 
>   null_blk: fix zoned support for non-rq based operation (2018-09-12 18:21:11 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-4.19
> 
> for you to fetch changes up to bb830add192e9d8338082c0fc2c209e23b43d865:
> 
>   nvme: properly propagate errors in nvme_mpath_init (2018-09-25 16:21:40 -0700)
> 
> ----------------------------------------------------------------
> Hannes Reinecke (1):
>       nvme: count all ANA groups for ANA Log page

This one I already pulled a while back, only this one:

> Susobhan Dey (1):
>       nvme: properly propagate errors in nvme_mpath_init
is new.