From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754127AbaETTX2 (ORCPT ); Tue, 20 May 2014 15:23:28 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:16656 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbaETTX0 (ORCPT ); Tue, 20 May 2014 15:23:26 -0400 Message-ID: <537BAC0C.4020705@fb.com> Date: Tue, 20 May 2014 15:25:00 -0400 From: Chris Mason User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.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.16.4] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.96,1.0.14,0.0.0000 definitions=2014-05-20_05:2014-05-20,2014-05-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 kscore.is_bulkscore=1.82000525761339e-11 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-1405200236 X-FB-Internal: deliver Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus Please pull my for-linus branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus It has two fixes that we've been testing for 3.16, but since both are safe and fix real bugs, it makes sense to send for 3.15 instead Liu Bo (1) commits (+5/-1): Btrfs: fix EIO on reading file after ioctl clone works on it Filipe Manana (1) commits (+1/-1): Btrfs: send, fix incorrect ref access when using extrefs Total: (2) commits (+6/-2) fs/btrfs/ioctl.c | 6 +++++- fs/btrfs/send.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-)