]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Jul 2020 21:10:33 +0000 (14:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Jul 2020 21:10:33 +0000 (14:10 -0700)
commitd37dbf41c002c53b35cfa0ac262a0f2868115c33
tree65406172e9b7a11eecd33c7b0c076850d0ac2f1a
parentc9e1272657b71b875ab3a62f64f5cc273737a4a9
parent80bac522e208211aa4fe0d3e424ca58f168de13d
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - regression fix of a leak in global block reserve accounting

 - fix a (hard to hit) race of readahead vs releasepage that could lead
   to crash

 - convert all remaining uses of comment fall through annotations to the
   pseudo keyword

 - fix crash when mounting a fuzzed image with -o recovery

* tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: reset tree root pointer after error in init_tree_roots
  btrfs: fix reclaim_size counter leak after stealing from global reserve
  btrfs: fix fatal extent_buffer readahead vs releasepage race
  btrfs: convert comments to fallthrough annotations
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c