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:	Tue, 21 Sep 2010 11:18:23 -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 v2.6.36-rc6

Hi Linus,

Please pull the following Ceph fixes for v2.6.36-rc6 from

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

There are a few fixes for bugs introduced in -rc1 (mds reconnect, bad 
kunmap), a corruption fix for 32 bit archs (wrap at 4GB), a crash 
triggered with multiple mounts (e.g., both server:/foo and server:/), a 
Kconfig fixup, and a cap logic fix.  The balance are more fixes for 
snapped metadata writeback to the MDS.

Thanks!
sage


Sage Weil (10):
      ceph: fix null pointer deref on anon root dentry release
      ceph: fix reconnect encoding for old servers
      ceph: fix file offset wrapping at 4GB on 32-bit archs
      ceph: fix dn offset during readdir_prepopulate
      ceph: correctly set 'follows' in flushsnap messages
      ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap
      ceph: fix cap_snap and realm split
      ceph: only send one flushsnap per cap_snap per mds session
      ceph: check mapping to determine if FILE_CACHE cap is used
      ceph: select CRYPTO

Yehuda Sadeh (1):
      ceph: fix pagelist kunmap tail

 fs/ceph/Kconfig      |    1 +
 fs/ceph/addr.c       |    7 ++--
 fs/ceph/caps.c       |   27 ++++++++++----
 fs/ceph/dir.c        |   10 ++++--
 fs/ceph/inode.c      |   11 +++---
 fs/ceph/mds_client.c |    2 +
 fs/ceph/pagelist.c   |   12 +++++-
 fs/ceph/snap.c       |   92 +++++++++++++++++---------------------------------
 fs/ceph/super.h      |    5 ++-
 9 files changed, 84 insertions(+), 83 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