]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Nov 2020 23:09:52 +0000 (15:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Nov 2020 23:09:52 +0000 (15:09 -0800)
commit305cc1ef57e4998f90a76938331f6753efd71a1c
tree1c3304a837cc13c7878ea77448ef6770debe1922
parent32eea8088df03bae43edf37fa940d22943b1cfd1
parentfc7a57ec15eeab29bcb3603a7340af300829ab03
Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A few small fixes:

   - NVMe pull request from Christoph:
        - don't clear the read-only bit on a revalidate (Sagi Grimberg)

   - nbd error case refcount leak (Christoph)

   - loop/generic uevent fix (Christoph, Petr)"

* tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block:
  loop: Fix occasional uevent drop
  block: add a return value to set_capacity_revalidate_and_notify
  nbd: fix a block_device refcount leak in nbd_release
  nvme: fix incorrect behavior when BLKROSET is called by the user