]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/block
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Feb 2019 17:42:37 +0000 (10:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Feb 2019 17:42:37 +0000 (10:42 -0700)
commit78e377e318649e137637456c0faef9027a18b896
tree18e2e1a1dc21881e727c4309121e0b1a9bce043d
parent8e0a550827d64ee2ce43515f035eb9b02f0c6b70
parentecfb0b23d497a9b2caa013b7005c92e4b3673f97
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/block

Pull NVMe changes for 5.1 from Christoph

* 'nvme-5.1' of git://git.infradead.org/nvme: (22 commits)
  nvme-rdma: use nr_phys_segments when map rq to sgl
  nvmet: convert to SPDX identifiers
  nvmet-rdma: convert to SPDX identifiers
  nvme-loop: convert to SPDX identifiers
  nvmet-fcloop: convert to SPDX identifiers
  nvmet-fc: convert to SPDX identifiers
  nvme: convert to SPDX identifiers
  nvme-pci: convert to SPDX identifiers
  nvme-lightnvm: convert to SPDX identifiers
  nvme-rdma: convert to SPDX identifiers
  nvme-fc: convert to SPDX identifiers
  nvme-fabrics: convert to SPDX identifiers
  nvme-tcp.h: fix SPDX header
  nvme_ioctl.h: remove duplicate GPL boilerplate
  nvme: return error from nvme_alloc_ns()
  nvme: avoid that deleting a controller triggers a circular locking complaint
  nvme: introduce a helper function for controller deletion
  nvme: unexport nvme_delete_ctrl_sync()
  nvme-pci: check kstrtoint() return value in queue_count_set()
  nvme-fabrics: document the poll function argument
  ...