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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 3 May 2010 15:42:25 -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.34-rc7

Hi Linus,

Please pull the following Ceph fixes from

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

The main items are fixes for rename, a direct io oops, and a mismatched 
spin_unlock.  The others fix less common bugs.  The last batch of testing 
has gone smoothly, so hopefully this will be the last before 2.6.34.

Thanks-
sage

---

Sage Weil (11):
      ceph: clear dir complete on d_move
      ceph: fix snap realm splits
      ceph: print more useful version info on module load
      ceph: fix leaked spinlock during mds reconnect
      ceph: add missing #includes
      ceph: fix seq counting for skipped messages
      ceph: discard incoming messages with bad seq #
      ceph: fix direct io truncate offset
      ceph: clear dir complete, invalidate dentry on replayed rename
      ceph: fix lockless caps check
      ceph: remove bad auth_x kmem_cache

 fs/ceph/addr.c      |    2 +-
 fs/ceph/auth.c      |    1 +
 fs/ceph/auth_none.h |    2 ++
 fs/ceph/auth_x.c    |   32 ++++++++++----------------------
 fs/ceph/caps.c      |    2 +-
 fs/ceph/dir.c       |    9 +++++++++
 fs/ceph/file.c      |    3 ++-
 fs/ceph/inode.c     |    4 ++++
 fs/ceph/messenger.c |   22 ++++++++++++++++++++++
 fs/ceph/snap.c      |   24 ++++++++++++++----------
 fs/ceph/super.c     |    7 ++++---
 fs/ceph/super.h     |    1 +
 12 files changed, 71 insertions(+), 38 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