]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b0e9965d007d5b4beb88fd449d6dcf1a8a1e5e6
tree89c5b8c489f5de6dd9c1e281a28907f826a971c1
parentb2b86671d9bdb39975f6adf60fcfb6a25603fe48
parentaffa2e0081af695c586f9b6bb5b92ba90cad1144
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