OSDN Git Service

Merge tag 'block-5.17-2022-02-11' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Feb 2022 19:26:07 +0000 (11:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Feb 2022 19:26:07 +0000 (11:26 -0800)
commitcf26a2360a6e1352a9e0bebabbbcad2b92dd8c6c
tree89c5b8c489f5de6dd9c1e281a28907f826a971c1
parent199b7f84c428d90e1858dafa583f7b1d587cbeb8
parentbf23747ee05320903177809648002601cd140cdd
Merge tag 'block-5.17-2022-02-11' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - NVMe pull request
      - nvme-tcp: fix bogus request completion when failing to send AER
        (Sagi Grimberg)
      - add the missing nvme_complete_req tracepoint for batched
        completion (Bean Huo)

 - Revert of the loop async autoclear issue that has continued to plague
   us this release. A few patchsets exists to improve this, but they are
   too invasive to be considered at this point (Tetsuo)

* tag 'block-5.17-2022-02-11' of git://git.kernel.dk/linux-block:
  loop: revert "make autoclear operation asynchronous"
  nvme-tcp: fix bogus request completion when failing to send AER
  nvme: add nvme_complete_req tracepoint for batched completion