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:	Wed, 28 Jul 2010 10:15:55 -0700 (PDT)
From:	Sage Weil <sage@...dream.net>
To:	torvalds@...ux-foundation.org
cc:	linux-kernel@...r.kernel.org, ceph-devel@...r.kernel.org
Subject: [GIT PULL] ceph fixes for 2.6.35

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@...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