Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754845Ab0DFPll (ORCPT ); Tue, 6 Apr 2010 11:41:41 -0400 Received: from acsinet12.oracle.com ([141.146.126.234]:35134 "EHLO acsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752951Ab0DFPlf (ORCPT ); Tue, 6 Apr 2010 11:41:35 -0400 Date: Tue, 6 Apr 2010 11:40:47 -0400 From: Chris Mason To: Linus Torvalds , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Btrfs updates Message-ID: <20100406154047.GE5413@think> Mail-Followup-To: Chris Mason , Linus Torvalds , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org References: <20100405193637.GC21620@think> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100405193637.GC21620@think> User-Agent: Mutt/1.5.20 (2009-06-14) X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4BBB5609.0138:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2711 Lines: 66 On Mon, Apr 05, 2010 at 03:36:37PM -0400, Chris Mason wrote: > Hello everyone, > > The master branch of the btrfs-unstable repo has a collection of fixes: > > git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git master > That pull request was missing another enospc fix from Josef, and Yan Zheng noticed we were sometimes trying to allocate zero sized chunks from the disk pool. I've updated the git tree with two new commits, here is the corrected shortlog: Josef Bacik (5) commits (+47/-96): Btrfs: fail to mount if we have problems reading the block groups (+12/-4) Btrfs: fix small race with delalloc flushing waitqueue's (+4/-5) Btrfs: fix chunk allocate size calculation (+3/-1) Btrfs: fix data enospc check overflow (+15/-5) Btrfs: kill max_extent mount option (+13/-81) Zhao Lei (3) commits (+9/-12): Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk() (+2/-2) Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree() (+2/-0) Btrfs: Remove unnecessary finish_wait() in wait_current_trans() (+5/-10) Dan Carpenter (3) commits (+5/-1): Btrfs: handle kmalloc() failure in inode lookup ioctl (+3/-0) Btrfs: check btrfs_get_extent return for IS_ERR() (+1/-1) Btrfs: dereferencing freed memory (+1/-0) Chris Mason (2) commits (+10/-0): Btrfs: make sure the chunk allocator doesn't create zero length chunks (+6/-0) Btrfs: add check for changed leaves in setup_leaf_for_split (+4/-0) Sage Weil (1) commits (+31/-66): Btrfs: create snapshot references in same commit as snapshot Andrea Gelmini (1) commits (+0/-1): Btrfs: remove duplicate include in ioctl.c Miao Xie (1) commits (+4/-1): Btrfs: add NULL check for do_walk_down() Nick Piggin (1) commits (+5/-32): Btrfs: use add_to_page_cache_lru, use __page_cache_alloc Total: (17) commits fs/btrfs/transaction.c | 112 +++++++++++++++--------------------------------- fs/btrfs/inode.c | 59 +------------------------ fs/btrfs/extent-tree.c | 43 ++++++++++++------ fs/btrfs/super.c | 23 +-------- fs/btrfs/compression.c | 22 +-------- fs/btrfs/volumes.c | 16 +++++- fs/btrfs/extent_io.c | 15 ------ fs/btrfs/disk-io.c | 12 +++-- fs/btrfs/ioctl.c | 7 ++- fs/btrfs/ordered-data.c | 6 +- fs/btrfs/ctree.c | 4 + fs/btrfs/ctree.h | 1 12 files changed, 111 insertions(+), 209 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/