]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 May 2021 17:40:34 +0000 (07:40 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 May 2021 17:40:34 +0000 (07:40 -1000)
commit1bedb42f20b12da1d34a800a2649d0a057b67249
treeb1ac04c68779ecdf79724b82859828c1d2e1758d
parentcec1c60e1b6356a8d655dd86b7d533f37e82f97a
parentc2f6b457f2241fac997da31563862b2b885d2b01
Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - Fix BLKRRPART and deletion race (Gulam, Christoph)

 - NVMe pull request (Christoph):
      - nvme-tcp corruption and timeout fixes (Sagi Grimberg, Keith
        Busch)
      - nvme-fc teardown fix (James Smart)
      - nvmet/nvme-loop memory leak fixes (Wu Bo)"

* tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block:
  block: fix a race between del_gendisk and BLKRRPART
  block: prevent block device lookups at the beginning of del_gendisk
  nvme-fc: clear q_live at beginning of association teardown
  nvme-tcp: rerun io_work if req_list is not empty
  nvme-tcp: fix possible use-after-completion
  nvme-loop: fix memory leak in nvme_loop_create_ctrl()
  nvmet: fix memory leak in nvmet_alloc_ctrl()
fs/block_dev.c