2015-07-31 18:21:13

by Chris Mason

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

Hi Linus,

Please pull the fixes from my for-linus-4.2 branch:

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

Filipe fixed up a hard to trigger ENOSPC regression from our merge
window pull, and we have a few other smaller fixes.

Zhao Lei (2) commits (+4/-2):
btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_block() fail (+2/-1)
btrfs: Fix lockdep warning of btrfs_run_delayed_iputs() (+2/-1)

Anand Jain (1) commits (+1/-1):
btrfs: its btrfs_err() instead of btrfs_error()

Filipe Manana (1) commits (+18/-0):
Btrfs: fix quick exhaustion of the system array in the superblock

Total: (4) commits (+23/-3)

fs/btrfs/dev-replace.c | 2 +-
fs/btrfs/disk-io.c | 3 ++-
fs/btrfs/extent-tree.c | 18 ++++++++++++++++++
fs/btrfs/transaction.c | 3 ++-
4 files changed, 23 insertions(+), 3 deletions(-)