[GIT PULL] Btrfs fixes for 5.3-rc2
From: David Sterba
Date: Mon Jul 22 2019 - 08:17:42 EST
Hi,
please pull the following branch with fixes for leaks caused by recently
merged patches, one build fix and a fix to prevent mixing of
incompatible features. Thanks.
----------------------------------------------------------------
The following changes since commit e02d48eaaed77f6c36916a7aa65c451e1f9d9aab:
btrfs: fix memory leak of path on error return path (2019-07-05 18:47:57 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.3-rc1-tag
for you to fetch changes up to 373c3b80e459cb57c34381b928588a3794eb5bbd:
btrfs: don't leak extent_map in btrfs_get_io_geometry() (2019-07-17 17:03:36 +0200)
----------------------------------------------------------------
Johannes Thumshirn (2):
btrfs: free checksum hash on in close_ctree
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Qu Wenruo (1):
btrfs: inode: Don't compress if NODATASUM or NODATACOW set
YueHaibing (1):
btrfs: Fix build error while LIBCRC32C is module
fs/btrfs/Kconfig | 1 +
fs/btrfs/disk-io.c | 1 +
fs/btrfs/inode.c | 24 +++++++++++++++++++++++-
fs/btrfs/volumes.c | 10 +++++++---
4 files changed, 32 insertions(+), 4 deletions(-)