[GIT PULL] Ceph fixes for -rc3
From: Sage Weil
Date: Fri Feb 05 2016 - 21:19:29 EST
Hi Linus,
Please pull the follow Ceph fixes from
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus
We have a few wire protocol compatibility fixes, ports of a few recent
CRUSH mapping changes, and a couple error path fixes.
Thanks!
sage
----------------------------------------------------------------
Dan Carpenter (1):
ceph: checking for IS_ERR instead of NULL
Ilya Dryomov (6):
crush: ensure bucket id is valid before indexing buckets array
crush: ensure take bucket value is valid
crush: add chooseleaf_stable tunable
crush: decode and initialize chooseleaf_stable
libceph: advertise support for TUNABLES5
libceph: MOSDOpReply v7 encoding
Yan, Zheng (1):
ceph: fix snap context leak in error path
fs/ceph/file.c | 6 +++---
include/linux/ceph/ceph_features.h | 16 +++++++++++++++-
include/linux/crush/crush.h | 8 +++++++-
net/ceph/crush/mapper.c | 33 ++++++++++++++++++++++++++-------
net/ceph/osd_client.c | 10 ++++++++++
net/ceph/osdmap.c | 19 ++++++++++++++-----
6 files changed, 75 insertions(+), 17 deletions(-)