Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "A few more fixes that have been in the works during last twp weeks. All have a user visible effect and are stable material: - scrub: properly update progress after calling cancel ioctl, calling 'resume' would start from the beginning otherwise - fix subvolume reference removal, after moving out of the original path the reference is not recognized and will lead to transaction abort - fix reloc root lifetime checks, could lead to crashes when there's subvolume cleaning running in parallel - fix memory leak when quotas get disabled in the middle of extent accounting - fix transaction abort in case of balance being started on degraded mount on eg. RAID1" * tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: check rw_devices, not num_devices for balance Btrfs: always copy scrub arguments back to user space btrfs: relocation: fix reloc_root lifespan and access btrfs: fix memory leak in qgroup accounting btrfs: do not delete mismatched root refs btrfs: fix invalid removal of root ref btrfs: rework arguments of btrfs_unlink_subvol
No related branches found
No related tags found
Showing
- fs/btrfs/inode.c 39 additions, 34 deletionsfs/btrfs/inode.c
- fs/btrfs/ioctl.c 13 additions, 1 deletionfs/btrfs/ioctl.c
- fs/btrfs/qgroup.c 5 additions, 1 deletionfs/btrfs/qgroup.c
- fs/btrfs/relocation.c 46 additions, 5 deletionsfs/btrfs/relocation.c
- fs/btrfs/root-tree.c 6 additions, 4 deletionsfs/btrfs/root-tree.c
- fs/btrfs/volumes.c 5 additions, 1 deletionfs/btrfs/volumes.c
Please register or sign in to comment