]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nvme-5.13-2021-05-05' of git://git.infradead.org/nvme into block-5.13
authorJens Axboe <axboe@kernel.dk>
Wed, 5 May 2021 14:36:55 +0000 (08:36 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 5 May 2021 14:36:55 +0000 (08:36 -0600)
commit23033cafb88352f6d431e8f710b87bfe8a8395c7
tree7ba9ce73d6c93651d255cbc6d5874a93db0d6d33
parent2ec5cf7a3af2a284c4a8ed128aa1055c367b4386
parent50dd16e8ee3ea36faae5f85c867d3dddfa2ada6b
Merge tag 'nvme-5.13-2021-05-05' of git://git.infradead.org/nvme into block-5.13

Pull NVMe fixes from Christoph:

"nvme updates for Linux 5.13

 - reset the bdev to ns head when failover (Daniel Wagner)
 - remove unsupported command noise (Keith Busch)
 - misc passthrough improvements (Kanchan Joshi)
 - fix controller ioctl through ns_head (Minwoo Im)
 - fix controller timeouts during reset (Tao Chiu)"

* tag 'nvme-5.13-2021-05-05' of git://git.infradead.org/nvme:
  nvmet: remove unsupported command noise
  nvme-multipath: reset bdev to ns head when failover
  nvme-pci: fix controller reset hang when racing with nvme_timeout
  nvme: move the fabrics queue ready check routines to core
  nvme: avoid memset for passthrough requests
  nvme: add nvme_get_ns helper
  nvme: fix controller ioctl through ns_head