]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Jul 2021 18:08:12 +0000 (11:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Jul 2021 18:08:12 +0000 (11:08 -0700)
commit081b6dcb7ba4e6ee9b38d04172cad596a5615f38
tree88c258c82a0596d9f0c3f69f1c9f5e6ed89346f6
parent50cb951f3fcbe64fa2a6fe0108bc28ed3fc64569
parent485d931bd52fa7b059c209aa39b6a8e63cafabfb
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - gendisk freeing fix (Christoph)

 - blk-iocost wake ordering fix (Tejun)

 - tag allocation error handling fix (John)

 - loop locking fix. While this isn't the prettiest fix in the world,
   nobody has any good alternatives for 5.14. Something to likely
   revisit for 5.15. (Tetsuo)

* tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block:
  block: delay freeing the gendisk
  blk-iocost: fix operation ordering in iocg_wake_fn()
  blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
  loop: reintroduce global lock for safe loop_validate_file() traversal
fs/block_dev.c