OSDN Git Service

Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-linus
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Mar 2019 17:20:53 +0000 (11:20 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Mar 2019 17:20:53 +0000 (11:20 -0600)
commit7bca889ee9297c3e208dee7c41aed7a56a880400
tree530e42e14e8bc687563cd3f9743026eaa58fecd5
parentdd08a8d9a66de4b54575c294a92630299f7e0fe7
parenta536b49785759bf99465fdf6e248d34322123fcd
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-linus

Pull NVMe fixes from Christoph:

"A few accumulated small fixes:

 - fix an endianess misannotation that sneaked in this merge window in
   nvme-tcp (me)
 - fix nvme-loop to handle multi-page segments (Ming)
 - fix error handling in the nvmet configfs code (Max)
 - add a missing requeue point in the multipath code (Martin George)"

* 'nvme-5.1' of git://git.infradead.org/nvme:
  nvmet: fix error flow during ns enable
  nvmet: fix building bvec from sg list
  nvme-multipath: relax ANA state check
  nvme-tcp: fix an endianess miss-annotation