From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756254Ab2A0QeW (ORCPT ); Fri, 27 Jan 2012 11:34:22 -0500 Received: from rcsinet15.oracle.com ([148.87.113.117]:62152 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754352Ab2A0QeV (ORCPT ); Fri, 27 Jan 2012 11:34:21 -0500 Date: Fri, 27 Jan 2012 11:34:16 -0500 From: Chris Mason To: Linus Torvalds , linux-btrfs , Linux-kernel Subject: [GIT PULL] Btrfs fixes Message-ID: <20120127163416.GE991@shiny> Mail-Followup-To: Chris Mason , Linus Torvalds , linux-btrfs , Linux-kernel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4F22D20A.0083,ss=1,re=0.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ sorry resend without bad auto-complete for lkml ] Hi Linus, We've got a variety pack of fixes in the for-linus branch of the btrfs repo: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus These are all smaller fixes caught from different testers, benchmarks and the occasional compiler warning. Josef Bacik (3) commits (+3/-2): Btrfs: use cluster->window_start when allocating from a cluster bitmap (+1/-1) Btrfs: advance window_start if we're using a bitmap (+1/-0) Btrfs: make sure a bitmap has enough bytes (+1/-1) Stefan Behrens (1) commits (+6/-5): Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.c Jan Schmidt (1) commits (+2/-2): Btrfs: fix uninit warning in backref.c Liu Bo (1) commits (+1/-1): Btrfs: do not defrag a file partially Mitch Harder (1) commits (+2/-0): Btrfs: Check for NULL page in extent_range_uptodate Chris Mason (1) commits (+8/-2): Btrfs: fix reservations in btrfs_page_mkwrite David Sterba (1) commits (+7/-0): btrfs: mask out gfp flags in releasepage Jan Kara (1) commits (+4/-2): btrfs: Fix busyloops in transaction waiting code Miao Xie (1) commits (+27/-22): Btrfs: fix enospc error caused by wrong checks of the chunk Total: (11) commits (+60/-36) fs/btrfs/backref.c | 4 +- fs/btrfs/check-integrity.c | 11 +++++---- fs/btrfs/disk-io.c | 7 ++++++ fs/btrfs/extent-tree.c | 49 +++++++++++++++++++++++------------------- fs/btrfs/extent_io.c | 2 + fs/btrfs/free-space-cache.c | 5 ++- fs/btrfs/inode.c | 10 +++++++- fs/btrfs/ioctl.c | 2 +- fs/btrfs/tree-log.c | 6 +++- 9 files changed, 60 insertions(+), 36 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html