Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755074AbcDAWsU (ORCPT ); Fri, 1 Apr 2016 18:48:20 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:28718 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbcDAWsS (ORCPT ); Fri, 1 Apr 2016 18:48:18 -0400 Date: Fri, 1 Apr 2016 18:45:22 -0400 From: Chris Mason To: Linus Torvalds , Linux Kernel , Subject: [GIT PULL] Btrfs Message-ID: <20160401224522.phn6qtiljgt4d52f@floor.thefacebook.com> Mail-Followup-To: Chris Mason , Linus Torvalds , Linux Kernel , linux-btrfs@vger.kernel.org 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-04-01_08:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 732 Lines: 21 Hi Linus, My for-linus-4.6 branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.6 Has a few fixes Dave Sterba had queued up. These are all pretty small, but since they were tested I decided against waiting for more: Alex Lyakas (2) commits (+18/-10): btrfs: do not write corrupted metadata blocks to disk (+13/-2) btrfs: csum_tree_block: return proper errno value (+5/-8) Jiri Kosina (2) commits (+7/-10): btrfs: cleaner_kthread() doesn't need explicit freeze (+1/-1) btrfs: transaction_kthread() is not freezable (+6/-9) Total: (4) commits (+25/-20) fs/btrfs/disk-io.c | 45 +++++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 20 deletions(-)