]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Sep 2020 01:36:45 +0000 (18:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Sep 2020 01:36:45 +0000 (18:36 -0700)
commit45c354d1e1bd277a10fba92e903cafe0dedd850f
treea1fb7b8e52deeacbd638794a3ba96c684ca8256e
parent3925e0c6d0762f2f2cdb88d53e99519c02cb3155
parent0fc2f8cd1f9632bbc65b3f084c21a71b263bf1d4
Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "Two small fixes and a bunch of lockdep fixes for warnings that show up
  with an upcoming tree locking update but are valid with current locks
  as well"

* tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: tree-checker: fix the error message for transid error
  btrfs: set the lockdep class for log tree extent buffers
  btrfs: set the correct lockdep class for new nodes
  btrfs: allocate scrub workqueues outside of locks
  btrfs: fix potential deadlock in the search ioctl
  btrfs: drop path before adding new uuid tree entry
  btrfs: block-group: fix free-space bitmap threshold
fs/btrfs/extent_io.c