From: Sage Weil on
Hi Linus,

Please pull the following Ceph fixes from

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

These are mostly all one-liners, or nearly so. Some endian fixes, a
couple fixed memory leaks, some error path fixes, and typos. An
accounting bug could BUG with multiple mds's. There are also a few fixes
to the crush data distribution function when non-trivial policies are
used.

Thanks!
sage


Sage Weil (10):
ceph: fix map handler error path
ceph: fix message memory leak, uninitialized variable
ceph: fix crush map update decoding
ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulate
ceph: delay umount until all mds requests drop inode+dentry refs
ceph: fix crush recursion
ceph: fix crush CHOOSE_LEAF when type is already a leaf
ceph: only release clean, unused caps with mds requests
ceph: fix caps usage accounting for import (non-reserved) case
ceph: fix crush device 'out' threshold to 1.0, not 0.1

Yehuda Sadeh (2):
ceph: some endianity fixes
ceph: fix caps debugfs entry

fs/ceph/auth_x.c | 2 +-
fs/ceph/caps.c | 21 ++++++++++++++-------
fs/ceph/crush/mapper.c | 41 +++++++++++++++++++++++++++--------------
fs/ceph/debugfs.c | 2 +-
fs/ceph/inode.c | 19 ++++++++++++-------
fs/ceph/mds_client.c | 6 ++++++
fs/ceph/messenger.c | 4 +++-
fs/ceph/mon_client.c | 3 ++-
fs/ceph/osd_client.c | 3 ++-
fs/ceph/osdmap.c | 1 +
10 files changed, 69 insertions(+), 33 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/