From: Sage Weil on
Hi Linus,

Please pull this final set of ceph bug fixes for 2.6.35 from

git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus

There is a trivial Kconfig fix, a wake_up patch that fixes hanging
concurrent 'sync' instances (among other things), a couple memory leaks,
and some dentry lease fixes that correct dentry release and caching
behavior in the snapshotted portions of the namespace.

The rate of bug fixes continues to be unrelated to the upstream release
cycle. I'm hoping things will settle down a bit for 2.6.36!

Thanks!
sage


Robert P. J. Day (1):
ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"

Sage Weil (5):
ceph: avoid dcache readdir for snapdir
ceph: fix d_release dop for snapdir, snapped dentries
ceph: fix pg_mapping leak on pg_temp updates
ceph: fix leak of dentry in ceph_init_dentry() error path
ceph: fix dentry lease release

Yehuda Sadeh (1):
ceph: use complete_all and wake_up_all

fs/ceph/Kconfig | 2 +-
fs/ceph/caps.c | 15 ++++++++-------
fs/ceph/dir.c | 13 ++++++++++---
fs/ceph/file.c | 2 +-
fs/ceph/inode.c | 6 ++++--
fs/ceph/mds_client.c | 10 +++++-----
fs/ceph/mon_client.c | 6 +++---
fs/ceph/osd_client.c | 6 +++---
fs/ceph/osdmap.c | 26 +++++++++++++++-----------
9 files changed, 50 insertions(+), 36 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/