From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757649AbZEOCOB (ORCPT ); Thu, 14 May 2009 22:14:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754609AbZEOCNv (ORCPT ); Thu, 14 May 2009 22:13:51 -0400 Received: from acsinet11.oracle.com ([141.146.126.233]:21083 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753481AbZEOCNu (ORCPT ); Thu, 14 May 2009 22:13:50 -0400 Date: Thu, 14 May 2009 22:13:37 -0400 From: Chris Mason To: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Btrfs updates for 2.6.30-rc Message-ID: <20090515021337.GD4268@think> Mail-Followup-To: Chris Mason , Linus Torvalds , linux-kernel@vger.kernel.org References: <20090514191915.GB4268@think> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090514191915.GB4268@think> User-Agent: Mutt/1.5.18 (2008-05-17) X-Source-IP: abhmt001.oracle.com [141.146.116.10] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4A0CCFD4.01A3:SCFSTAT5015188,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 14, 2009 at 03:19:15PM -0400, Chris Mason wrote: > Hello everyone, > > Here's a small btrfs update for the next rc. The IO failure fixes help > btrfs carry on when metadata reads fail because all copies of a given > block are bad. There is still a bunch of work to do in that area, but > this a small start that avoids hopeless looping. Sorry, the URL for the pull is the master branch of: git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git [full quote of the pull details below ] -chris > > Chris Mason (3) commits (+37/-6): > Btrfs: remove some WARN_ONs in the IO failure path (+0/-3) > Btrfs: Don't loop forever on metadata IO failures (+36/-3) > Btrfs: init inode ordered_data_close flag properly (+1/-0) > > Li Hong (1) commits (+0/-4): > Btrfs: remove outdated comment in btrfs_ioctl_resize() > > Sankar P (1) commits (+1/-1): > Btrfs: Spelling fix in btrfs_lookup_first_block_group comments > > Sage Weil (1) commits (+2/-2): > Btrfs: make show_options result match actual option names > > Total: (6) commits > > fs/btrfs/ctree.c | 39 ++++++++++++++++++++++++++++++++++++--- > fs/btrfs/disk-io.c | 2 -- > fs/btrfs/extent-tree.c | 2 +- > fs/btrfs/inode.c | 2 +- > fs/btrfs/ioctl.c | 4 ---- > fs/btrfs/super.c | 4 ++-- > 6 files changed, 40 insertions(+), 13 deletions(-)