]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ff6fe6b4348f11a145d80c33ecd693518d6dc5c
tree530e42e14e8bc687563cd3f9743026eaa58fecd5
parent3ff6ab11b4a44a566b002a66403f91684fe0b5f6
parentf66c34fdc122434fe7b146b35844ec4190ed1fde
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