[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1208220938560.26910@cobra.newdream.net>
Date: Wed, 22 Aug 2012 09:44:56 -0700 (PDT)
From: Sage Weil <sage@...tank.com>
To: torvalds@...ux-foundation.org
cc: ceph-devel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Ceph fixes for 3.6-rc3
Hi Linus,
Please pull the following Ceph fixes for -rc3 from
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus
Jim's fix closes a narrow race introduced with the msgr changes. One fix
resolves problems with debugfs initialization that Yan found when multiple
client instances are created (e.g., two clusters mounted, or rbd +
cephfs), another one fixes problems with mounting a nonexistent server
subdirectory, and the last one fixes a divide by zero error from
unsanitized ioctl input that Dan Carpenter found.
Thanks!
sage
----------------------------------------------------------------
Jim Schutt (1):
libceph: avoid truncation due to racing banners
Sage Weil (3):
libceph: delay debugfs initialization until we learn global_id
ceph: tolerate (and warn on) extraneous dentry from mds
ceph: avoid divide by zero in __validate_layout()
fs/ceph/debugfs.c | 1 +
fs/ceph/inode.c | 15 +++++++++----
fs/ceph/ioctl.c | 3 +-
net/ceph/ceph_common.c | 1 -
net/ceph/debugfs.c | 4 +++
net/ceph/messenger.c | 11 ++++++++-
net/ceph/mon_client.c | 51 +++++++++++++++++++++++++++++++++++++++++++----
7 files changed, 72 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists