2015-07-17 19:38:16

by Chris Mason

[permalink] [raw]
Subject: [GIT PULL] Btrfs

Hi Linus,

We have some fixes in my for-linus-4.2 branch:

git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.2

These are all from Filipe, and cover a few problems we've had reported
on the list recently (along with ones he found on his own).

Filipe Manana (5) commits (+34/-6):
Btrfs: fix shrinking truncate when the no_holes feature is enabled (+2/-3)
Btrfs: fix file corruption after cloning inline extents (+14/-0)
Btrfs: fix list transaction->pending_ordered corruption (+2/-2)
Btrfs: fix order by which delayed references are run (+13/-0)
Btrfs: fix memory leak in the extent_same ioctl (+3/-1)

Total: (5) commits (+34/-6)

fs/btrfs/extent-tree.c | 13 +++++++++++++
fs/btrfs/inode.c | 5 ++---
fs/btrfs/ioctl.c | 18 +++++++++++++++++-
fs/btrfs/transaction.c | 4 ++--
4 files changed, 34 insertions(+), 6 deletions(-)