-
- Downloads
Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "This contains a few fixes (error handling, quota leak, FUA vs nobarrier mount option). There's one one worth mentioning separately - an off-by-one fix that leads to overwriting first byte of an adjacent page with 0, out of bounds of the memory allocated by an ioctl. This is under a privileged part of the ioctl, can be triggerd in some subvolume layouts" * tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: Fix possible off-by-one in btrfs_search_path_in_tree Btrfs: disable FUA if mounted with nobarrier btrfs: fix missing error return in btrfs_drop_snapshot btrfs: handle errors while updating refcounts in update_ref_for_cow btrfs: Fix quota reservation leak on preallocated files
No related branches found
No related tags found
Showing
- fs/btrfs/ctree.c 12 additions, 6 deletionsfs/btrfs/ctree.c
- fs/btrfs/disk-io.c 5 additions, 7 deletionsfs/btrfs/disk-io.c
- fs/btrfs/extent-tree.c 1 addition, 0 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/inode.c 2 additions, 0 deletionsfs/btrfs/inode.c
- fs/btrfs/ioctl.c 1 addition, 1 deletionfs/btrfs/ioctl.c
Loading
Please register or sign in to comment