← Back to team overview

ecryptfs-devel team mailing list archive

[GIT PULL] eCryptfs fixes for 2.6.33

 

The following changes since commit 24bc7347da73a9ed3383056c3d0f28c0e361621e:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../wim/linux-2.6-watchdog

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6.git for-linus

Dan Carpenter (1):
      ecryptfs: use after free

Erez Zadok (5):
      ecryptfs: initialize private persistent file before dereferencing pointer
      ecryptfs: don't ignore return value from lock_rename
      ecryptfs: remove unnecessary d_drop calls in ecryptfs_link
      ecryptfs: pass matching flags to interpose as defined and used there
      ecryptfs: fix interpose/interpolate typos in comments

Julia Lawall (1):
      ecryptfs: Eliminate useless code

Tyler Hicks (3):
      eCryptfs: Use notify_change for truncating lower inodes
      eCryptfs: Add getattr function
      eCryptfs: Remove mmap from directory operations

 fs/ecryptfs/crypto.c |    4 +-
 fs/ecryptfs/file.c   |   17 +++---
 fs/ecryptfs/inode.c  |  134 ++++++++++++++++++++++++++++++++++++--------------
 fs/ecryptfs/main.c   |    4 +-
 4 files changed, 109 insertions(+), 50 deletions(-)