-
- Downloads
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
Showing
- fs/btrfs/block-rsv.c 2 additions, 1 deletionfs/btrfs/block-rsv.c
- fs/btrfs/dev-replace.c 24 additions, 2 deletionsfs/btrfs/dev-replace.c
- fs/btrfs/ioctl.c 4 additions, 6 deletionsfs/btrfs/ioctl.c
- fs/btrfs/qgroup.c 4 additions, 8 deletionsfs/btrfs/qgroup.c
- fs/btrfs/ref-verify.c 1 addition, 0 deletionsfs/btrfs/ref-verify.c
- fs/btrfs/relocation.c 3 additions, 1 deletionfs/btrfs/relocation.c
- fs/btrfs/scrub.c 3 additions, 2 deletionsfs/btrfs/scrub.c
- fs/btrfs/volumes.c 7 additions, 19 deletionsfs/btrfs/volumes.c
Loading
Please register or sign in to comment