From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754151AbaGTOdb (ORCPT ); Sun, 20 Jul 2014 10:33:31 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:5793 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752849AbaGTOd2 (ORCPT ); Sun, 20 Jul 2014 10:33:28 -0400 Message-ID: <53CBD334.7010408@fb.com> Date: Sun, 20 Jul 2014 10:33:24 -0400 From: Chris Mason User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Linus Torvalds , linux-btrfs , Linux Kernel Mailing List Subject: [GIT PULL] Btrfs X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.57.29] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.14,0.0.0000 definitions=2014-07-20_01:2014-07-18,2014-07-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 kscore.is_bulkscore=1.98833505216101e-10 kscore.compositescore=0 circleOfTrustscore=28.9261618248808 compositescore=0.998049563855454 urlsuspect_oldscore=0.998049563855454 suspectscore=0 recipient_domain_to_sender_totalscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 recipient_to_sender_totalscore=0 recipient_domain_to_sender_domain_totalscore=62764 rbsscore=0.998049563855454 spamscore=0 recipient_to_sender_domain_totalscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1407200191 X-FB-Internal: deliver Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, We have two more fixes in my for-linus branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus I was hoping to also include a fix for a btrfs deadlock with compression enabled, but we're still nailing that one down. Liu Bo (1) commits (+11/-0): Btrfs: fix abnormal long waiting in fsync Eric Sandeen (1) commits (+4/-4): btrfs: test for valid bdev before kobj removal in btrfs_rm_device Total: (2) commits (+15/-4) fs/btrfs/ordered-data.c | 11 +++++++++++ fs/btrfs/volumes.c | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-)