From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760036AbcIWUBt (ORCPT ); Fri, 23 Sep 2016 16:01:49 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:41489 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757894AbcIWUBq (ORCPT ); Fri, 23 Sep 2016 16:01:46 -0400 Date: Fri, 23 Sep 2016 16:01:42 -0400 From: Chris Mason To: Linus Torvalds , LKML , linux-btrfs Subject: [GIT PULL] Btrfs Message-ID: <20160923200142.uhpsw5hhcvneebcm@floor.thefacebook.com> Mail-Followup-To: Chris Mason , Linus Torvalds , LKML , 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:,, definitions=2016-09-23_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, We have two fixes in my for-linus-4.8 branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.8 Josef is fixing a problem when quotas are enabled with his latest ENOSPC rework, and Jeff is adding more checks into the subvol ioctls to avoid tripping up lookup_one_len Josef Bacik (1) commits (+3/-6): Btrfs: handle quota reserve failure properly Jeff Mahoney (1) commits (+12/-0): btrfs: ensure that file descriptor used with subvol ioctls is a dir Total: (2) commits (+15/-6) fs/btrfs/extent-tree.c | 9 +++------ fs/btrfs/ioctl.c | 12 ++++++++++++ 2 files changed, 15 insertions(+), 6 deletions(-)