From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754664AbZBCVYc (ORCPT ); Tue, 3 Feb 2009 16:24:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751120AbZBCVYY (ORCPT ); Tue, 3 Feb 2009 16:24:24 -0500 Received: from cantor.suse.de ([195.135.220.2]:60308 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbZBCVYX (ORCPT ); Tue, 3 Feb 2009 16:24:23 -0500 Date: Tue, 3 Feb 2009 13:24:22 -0800 From: Mark Fasheh To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com, Joel Becker , Andrew Morton Subject: [git patches] Ocfs2 and Configfs fixes Message-ID: <20090203212422.GT17410@wotan.suse.de> Reply-To: Mark Fasheh Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SUSE Labs, Novell, Inc User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please pull from 'upstream-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus to receive the following updates: fs/configfs/dir.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++ fs/ocfs2/alloc.c | 3 ++ fs/ocfs2/dcache.c | 42 +++++++++++++++++++++++++++++++-- fs/ocfs2/dcache.h | 9 ++++++- fs/ocfs2/dlmglue.c | 4 +++ fs/ocfs2/ocfs2.h | 6 ++++ fs/ocfs2/quota_global.c | 4 ++- fs/ocfs2/super.c | 3 ++ fs/ocfs2/xattr.c | 17 ++++++------- 9 files changed, 133 insertions(+), 14 deletions(-) Jan Kara (2): ocfs2: Push out dropping of dentry lock to ocfs2_wq ocfs2: Fix possible deadlock in ocfs2_write_dquot() Joel Becker (1): configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() Mark Fasheh (1): ocfs2: add quota call to ocfs2_remove_btree_range() Sunil Mushran (1): ocfs2: Wakeup the downconvert thread after a successful cancel convert Tao Ma (1): ocfs2: Access the xattr bucket only before modifying it. -- Mark Fasheh