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:	Sat, 5 Mar 2011 10:24:51 -0800 (PST)
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.38-rc8

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 a couple of patches reverting the broken NULL d_parent 
workaround, a couple patches disabling the "complete" flag behavior that 
depended on it, and some bugfixes.  Those include socket error handling 
fixups due to a switch to WQ_NON_REENTRANT workqueue behavior, a fix for 
short returns from get_user_pages, and a trivial fix to prevent the magic 
.snap directory from appearing within snapshots.

I should have sent these sooner.  Proper testing this time around got off 
to a slow start due to the d_parent regression and confusion about Nick's 
availability.

Thanks!
sage


Sage Weil (9):
      Revert "ceph: keep reference to parent inode on ceph_dentry"
      ceph: do not set I_COMPLETE
      ceph: do not clear I_COMPLETE from d_release
      libceph: fix handling of short returns from get_user_pages
      libceph: retry after authorization failure
      libceph: fix msgr backoff
      libceph: fix msgr keepalive flag
      libceph: fix msgr standby handling
      ceph: no .snap inside of snapped namespace

 fs/ceph/dir.c                  |   28 ++--------------
 fs/ceph/inode.c                |    2 +-
 fs/ceph/super.h                |    1 -
 include/linux/ceph/messenger.h |    2 +-
 net/ceph/messenger.c           |   71 ++++++++++++++++++++++++++++++---------
 net/ceph/pagevec.c             |   18 +++++++---
 6 files changed, 72 insertions(+), 50 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