]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linus
authorJens Axboe <axboe@kernel.dk>
Sun, 11 Aug 2019 03:41:41 +0000 (21:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 11 Aug 2019 03:41:41 +0000 (21:41 -0600)
commitb78e031558c21d02e12edf69a5eaee7698280131
treebc5178267fcb7a20e220e20068e86fe7c0638f95
parentb979bafb3ede192150e35b069f982b1fb1152f26
parent0b9a670708e832deeb6c1d569fd0914372e744e4
Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linus

Pull NVMe fixes from Sagi:

"Few nvme fixes for the next rc round.
- detect capacity changes on the mpath disk from Anthony
- probe/remove fix from Keith
- various fixes to pass blktests from Logan
- deadlock in reset/scan race fix
- nvme-rdma use-after-free fix
- deadlock fix when passthru commands race mpath disk info update"

* 'nvme-5.3-rc' of git://git.infradead.org/nvme:
  nvme-pci: Fix async probe remove race
  nvme: fix controller removal race with scan work
  nvme-rdma: fix possible use-after-free in connect error flow
  nvme: fix a possible deadlock when passthru commands sent to a multipath device
  nvme-core: Fix extra device_put() call on error path
  nvmet-file: fix nvmet_file_flush() always returning an error
  nvmet-loop: Flush nvme_delete_wq when removing the port
  nvmet: Fix use-after-free bug when a port is removed
  nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns