← Back to team overview

ecryptfs-devel team mailing list archive

[GIT PULL] eCryptfs fixes for 2.6.34

 

Hi Linus,

The following changes since commit 220bf991b0366cc50a94feede3d7341fa5710ee4:
  Linus Torvalds (1):
        Linux 2.6.34-rc2

are available in the git repository at:

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

Christian Pulvermacher (1):
      ecryptfs: fix error code for missing xattrs in lower fs

Jeff Mahoney (1):
      ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode

Tyler Hicks (7):
      eCryptfs: Fix metadata in xattr feature regression
      eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
      eCryptfs: Clear buffer before reading in metadata xattr
      eCryptfs: Strip metadata in xattr flag in encrypted view
      eCryptfs: Decrypt symlink target for stat size
      eCryptfs: Copy lower directory inode times and size on link
      eCryptfs: Turn lower lookup error messages into debug messages

 fs/ecryptfs/crypto.c          |   37 ++++++------
 fs/ecryptfs/ecryptfs_kernel.h |   13 ++++-
 fs/ecryptfs/inode.c           |  129 +++++++++++++++++++++--------------------
 fs/ecryptfs/mmap.c            |   38 +++++++------
 fs/ecryptfs/super.c           |    1 -
 5 files changed, 118 insertions(+), 100 deletions(-)