Revision 5404525b98c2fa18b8bd47047f9bf2e67825c857 authored by Linus Torvalds on 06 September 2018, 16:04:45 UTC, committed by Linus Torvalds on 06 September 2018, 16:04:45 UTC
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
2 parent s b36fdc6 + b6fdfbf
History
File Mode Size
Kconfig -rw-r--r-- 977 bytes
Makefile -rw-r--r-- 167 bytes
acl.c -rw-r--r-- 2.2 KB
control.c -rw-r--r-- 8.0 KB
cuse.c -rw-r--r-- 15.6 KB
dev.c -rw-r--r-- 51.9 KB
dir.c -rw-r--r-- 46.1 KB
file.c -rw-r--r-- 74.9 KB
fuse_i.h -rw-r--r-- 23.6 KB
inode.c -rw-r--r-- 32.9 KB
xattr.c -rw-r--r-- 5.9 KB

back to top