]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Nov 2020 18:07:15 +0000 (10:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Nov 2020 18:07:15 +0000 (10:07 -0800)
commitbc227f6e6ecdb95a02b1c0d06d0c8deed9e82a73
tree0cf32f975e1bf8d65b65a952b31deb8b4a98c0d3
parente46a87fcde0112606f523156b3306c760811bc88
parente364c9151f9198e011e1c1d49d1507c9be36b450
Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "A handful of minor fixes and updates:

   - handle missing device replace item on mount (syzbot report)

   - fix space reservation calculation when finishing relocation

   - fix memory leak on error path in ref-verify (debugging feature)

   - fix potential overflow during defrag on 32bit arches

   - minor code update to silence smatch warning

   - minor error message updates"

* tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
  btrfs: dev-replace: fail mount if we don't have replace item with target device
  btrfs: scrub: update message regarding read-only status
  btrfs: clean up NULL checks in qgroup_unreserve_range()
  btrfs: fix min reserved size calculation in merge_reloc_root
  btrfs: print the block rsv type when we fail our reservation
  btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch