Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - fix for improper fsync after hardlink - fix for a corruption during file deduplication - use after free fixes - RCU warning fix - fix for buffered write to nodatacow file * tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcu btrfs: use after free in btrfs_quota_enable btrfs: btrfs_shrink_device should call commit transaction at the end btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata Btrfs: fix data corruption when deduplicating between different files Btrfs: sync log after logging new name Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on space
No related branches found
No related tags found
Showing
- fs/btrfs/ctree.h 10 additions, 2 deletionsfs/btrfs/ctree.h
- fs/btrfs/disk-io.c 1 addition, 0 deletionsfs/btrfs/disk-io.c
- fs/btrfs/extent-tree.c 8 additions, 9 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/inode.c 84 additions, 33 deletionsfs/btrfs/inode.c
- fs/btrfs/ioctl.c 35 additions, 0 deletionsfs/btrfs/ioctl.c
- fs/btrfs/qgroup.c 2 additions, 3 deletionsfs/btrfs/qgroup.c
- fs/btrfs/tree-log.c 42 additions, 6 deletionsfs/btrfs/tree-log.c
- fs/btrfs/tree-log.h 9 additions, 1 deletionfs/btrfs/tree-log.h
- fs/btrfs/volumes.c 6 additions, 1 deletionfs/btrfs/volumes.c
Loading
Please register or sign in to comment