Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "We have a few assorted fixes, some of them show up during fstests so I gave them more testing" * tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device Btrfs: fix null pointer dereference when replacing missing device btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes btrfs: Ignore errors from btrfs_qgroup_trace_extent_post Btrfs: fix unexpected -EEXIST when creating new inode Btrfs: fix use-after-free on root->orphan_block_rsv Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly Btrfs: fix extent state leak from tree log Btrfs: fix crash due to not cleaning up tree log block's dirty bits Btrfs: fix deadlock in run_delalloc_nocow
Showing
- fs/btrfs/backref.c 10 additions, 1 deletionfs/btrfs/backref.c
- fs/btrfs/delayed-ref.c 2 additions, 1 deletionfs/btrfs/delayed-ref.c
- fs/btrfs/extent-tree.c 4 additions, 0 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/inode.c 26 additions, 15 deletionsfs/btrfs/inode.c
- fs/btrfs/qgroup.c 7 additions, 2 deletionsfs/btrfs/qgroup.c
- fs/btrfs/tree-log.c 30 additions, 2 deletionsfs/btrfs/tree-log.c
- fs/btrfs/volumes.c 1 addition, 0 deletionsfs/btrfs/volumes.c
Please register or sign in to comment