Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755423Ab1EDUSF (ORCPT ); Wed, 4 May 2011 16:18:05 -0400 Received: from cobra.newdream.net ([66.33.216.30]:42656 "EHLO cobra.newdream.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752327Ab1EDUSC (ORCPT ); Wed, 4 May 2011 16:18:02 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=newdream.net; h=date:from:to:cc :subject:message-id:mime-version:content-type; q=dns; s= newdream.net; b=MnVfeccd1xoagIa8zZX9ESORnnTJhJZzUOZob753X/T7Ghaa DfuV/SJv+FP+KLi4g7YQzmPi+ZYcaFJ/v6YZsv7QQ3VM7CRAs/P/pBiXimgqULz3 Qvqa7sakSrPcO8IiECqbimZbq2iO62gstGg545ODBQiCNIcusYt2yfGdVW8= Date: Wed, 4 May 2011 13:18:34 -0700 (PDT) From: Sage Weil To: torvalds@linux-foundation.org cc: linux-kernel@vger.kernel.org, ceph-devel@vger.kernel.org Subject: [GIT PULL] Ceph fixes for 2.6.39-rc7 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1269 Lines: 38 Hi Linus, Please pull the following Ceph fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus There are some error paths that weren't handling ENOMEM properly, and a few more locking fixes that are fallout from Dave's inode_lock->i_lock changes. Thanks! sage Henry C Chang (2): libceph: fix ceph_msg_new error path ceph: handle ceph_osdc_new_request failure in ceph_writepages_start Sage Weil (3): ceph: use ihold() when i_lock is held libceph: fix ceph_osdc_alloc_request error checks ceph: do not call __mark_dirty_inode under i_lock drivers/block/rbd.c | 4 ++-- fs/ceph/addr.c | 7 +++++++ fs/ceph/caps.c | 14 +++++++------- fs/ceph/file.c | 5 ++++- fs/ceph/inode.c | 6 +++++- fs/ceph/super.h | 2 +- fs/ceph/xattr.c | 12 ++++++++---- net/ceph/messenger.c | 26 +++++++++++++------------- net/ceph/osd_client.c | 4 ++-- 9 files changed, 49 insertions(+), 31 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/