lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 29 Mar 2010 14:01:49 -0700 (PDT)
From:	Sage Weil <sage@...dream.net>
To:	torvalds@...ux-foundation.org
cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
	ceph-devel@...r.kernel.org
Subject: [GIT PULL] Ceph fixes for 2.6.34-rc3

Hi Linus,

Please pull the current set of Ceph fixes for 2.6.34-rc3 from:

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

There are a lot of bug fixes here, accumulated since the original pull 
request was sent during the merge window.  A few client hangs, some 
oopses, authentication fixes, and failure handling fixes.  There are also 
a handful of cleanups mixed in here that didn't seem worth untangling from 
the bug fixes, as well as some documentation updates that should make it 
into 2.6.34.

I'm assuming I should send these to you sooner rather than later, although 
if you prefer a consolidated pull later in the cycle I can do that too.

Also, thanks for pulling Ceph into your tree!  It's already making a 
difference in terms of code review and testing.

Thanks-
sage

---

Cheng Renquan (1):
      ceph: some documentations fixes

Dan Carpenter (1):
      ceph: handle kmalloc() failure

Sage Weil (26):
      ceph: implemented caps should always be superset of issued caps
      ceph: add missing locking to protect i_snap_realm_item during split
      ceph: fix inode removal from snap realm when racing with migration
      ceph: fix authenticator timeout
      ceph: fix authenticator buffer size calculation
      ceph: release old ticket_blob buffer
      ceph: clean up service ticket decoding
      ceph: fix null pointer deref of r_osd in debug output
      ceph: drop unnecessary WARN_ON in caps migration
      ceph: fix session locking in handle_caps, ceph_check_caps
      ceph: clean up handle_cap_grant, handle_caps wrt session mutex
      ceph: only release unused caps with mds requests
      ceph: fix mds sync() race with completing requests
      ceph: fix pg pool decoding from incremental osdmap update
      ceph: prevent dup stale messages to console for restarting mds
      ceph: fix connection fault con_work reentrancy problem
      ceph: rename r_sent_stamp r_stamp
      ceph: avoid reopening osd connections when address hasn't changed
      ceph: fix snap rebuild condition
      ceph: make write_begin wait propagate ERESTARTSYS
      ceph: propagate mds session allocation failures to caller
      ceph: fix session check on mds reply
      ceph: fix possible double-free of mds request reference
      ceph: avoid loaded term 'OSD' in documention
      ceph: fix use after free on mds __unregister_request
      ceph: update discussion list address in MAINTAINERS

 Documentation/filesystems/00-INDEX |    2 +
 Documentation/filesystems/ceph.txt |   11 +++--
 MAINTAINERS                        |    2 +-
 fs/ceph/addr.c                     |   10 ++++-
 fs/ceph/auth_x.c                   |   53 ++++++++++++++++++-------
 fs/ceph/caps.c                     |   73 +++++++++++++++++++-----------------
 fs/ceph/dir.c                      |    4 +-
 fs/ceph/inode.c                    |   16 ++++++++
 fs/ceph/mds_client.c               |   43 ++++++++++++++++-----
 fs/ceph/messenger.c                |   19 ++++-----
 fs/ceph/messenger.h                |    1 +
 fs/ceph/osd_client.c               |   29 ++++++++++----
 fs/ceph/osd_client.h               |    2 +-
 fs/ceph/osdmap.c                   |   17 +++++---
 fs/ceph/snap.c                     |    6 ++-
 15 files changed, 191 insertions(+), 97 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ