From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751711AbbGaSVN (ORCPT ); Fri, 31 Jul 2015 14:21:13 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:8971 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751030AbbGaSVL (ORCPT ); Fri, 31 Jul 2015 14:21:11 -0400 Date: Fri, 31 Jul 2015 14:21:05 -0400 From: Chris Mason To: Linus Torvalds , linux-kernel , linux-btrfs Subject: [GIT PULL] Btrfs Message-ID: <20150731182105.GA19756@ret.masoncoding.com> Mail-Followup-To: Chris Mason , Linus Torvalds , linux-kernel , linux-btrfs MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.23.1 (2014-03-12) X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-07-31_10:2015-07-31,2015-07-31,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)