linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Ceph fixes for -rc3
@ 2012-02-02 21:24 Sage Weil
  0 siblings, 0 replies; 3+ messages in thread
From: Sage Weil @ 2012-02-02 21:24 UTC (permalink / raw)
  To: torvalds; +Cc: ceph-devel, linux-kernel

Hi Linus,

Please pull the following Ceph fixes from

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

There are fixes for a misnamed xattr, a deadlock that lockdep turned up, a 
missing decode check, and some miscellaneous leaks and races.

Thanks!
sage


Alex Elder (4):
      ceph: change "ceph.layout" xattr to be "ceph.file.layout"
      ceph: create a new session lock to avoid lock inversion
      rbd: fix a memory leak in rbd_get_client()
      rbd: fix safety of rbd_put_client()

Sage Weil (1):
      ceph: initialize client debugfs outside of monc->mutex

Xi Wang (1):
      ceph: fix length validation in parse_reply_info()

 drivers/block/rbd.c    |    7 +++++--
 fs/ceph/caps.c         |    4 ++--
 fs/ceph/dir.c          |    4 ++--
 fs/ceph/mds_client.c   |   10 +++++++---
 fs/ceph/mds_client.h   |    7 +++++--
 fs/ceph/xattr.c        |    4 +++-
 net/ceph/ceph_common.c |    2 --
 net/ceph/mon_client.c  |   13 ++++++++++++-
 8 files changed, 36 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Ceph fixes for -rc3
@ 2016-02-06  2:19 Sage Weil
  0 siblings, 0 replies; 3+ messages in thread
From: Sage Weil @ 2016-02-06  2:19 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, ceph-devel

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Ceph fixes for -rc3
@ 2011-11-21 17:33 Sage Weil
  0 siblings, 0 replies; 3+ messages in thread
From: Sage Weil @ 2011-11-21 17:33 UTC (permalink / raw)
  To: torvalds; +Cc: ceph-devel, linux-kernel

Hi Linus,

Please pull the following Ceph fixes from

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

There is a fixed race when work queueing and inode refs, a nasty oversight 
with the root dentry being uninitialized, and a fix for the oid buffer 
size to allow RBD images with long names.

Thanks!
sage



Sage Weil (2):
      ceph: fix iput race when queueing inode work
      ceph: initialize root dentry

Stratos Psomadakis (1):
      libceph: Allocate larger oid buffer in request msgs

 fs/ceph/dir.c                   |    2 +-
 fs/ceph/inode.c                 |    9 ++++++---
 fs/ceph/super.c                 |    6 ++++--
 include/linux/ceph/osd_client.h |    8 +++++++-
 net/ceph/osd_client.c           |    2 +-
 5 files changed, 19 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-06  2:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-02 21:24 [GIT PULL] Ceph fixes for -rc3 Sage Weil
  -- strict thread matches above, loose matches on Subject: below --
2016-02-06  2:19 Sage Weil
2011-11-21 17:33 Sage Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).