Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753063Ab0FJVIs (ORCPT ); Thu, 10 Jun 2010 17:08:48 -0400 Received: from cobra.newdream.net ([66.33.216.30]:59554 "EHLO cobra.newdream.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492Ab0FJVIr (ORCPT ); Thu, 10 Jun 2010 17:08:47 -0400 Date: Thu, 10 Jun 2010 14:09:22 -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.35-rc3 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: 1516 Lines: 44 Hi Linus, Please pull the following ceph fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus Most of these are one- or few-liners, including an IA64 build error, a caching issue, a statfs memory leak, a bad statfs result, a lease revocation fix, and misleading console output. The last two patches fix an mds interaction problem (deadlock with the mds) but need to move some code into a helper function to do it. Thanks! sage Henry C Chang (1): ceph: fix d_subdirs ordering problem Jeff Mahoney (1): ceph: fix atomic64_t initialization on ia64 Sage Weil (5): ceph: fix f_namelen reported by statfs ceph: fix lease revocation when seq doesn't match ceph: fix misleading/incorrect debug message ceph: release cap on import if we don't have the inode ceph: try to send partial cap release on cap message on missing inode Yehuda Sadeh (1): ceph: fix memory leak in statfs fs/ceph/caps.c | 93 ++++++++++++++++++++++++++++++------------------- fs/ceph/inode.c | 2 +- fs/ceph/mds_client.c | 28 ++++++++------ fs/ceph/mds_client.h | 6 +++ fs/ceph/mon_client.c | 2 + fs/ceph/super.c | 4 +- 6 files changed, 84 insertions(+), 51 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/