[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110426005314.GA27036@boyd.l.tihix.com>
Date: Mon, 25 Apr 2011 19:53:15 -0500
From: Tyler Hicks <tyhicks@...ux.vnet.ibm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, ecryptfs-devel@...ts.launchpad.net
Subject: [GIT PULL] eCryptfs fixes for 2.6.39-rc5
Hi Linus,
The first 3 patches below fix bugs when eCryptfs is mounted on top of
NFSv3 client mount points. The 4th patch fixes a bug that occurs when
the eCryptfs file metadata can't be read during lookup. The 5th patch
fixes a regression, introduced in 2.6.39-rc1, causing mtimes to not be
preserved when using `cp -p`.
The following changes since commit 5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4:
Merge branch 'dcache-cleanup' (2011-04-24 08:51:15 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6.git for-linus
Tyler Hicks (5):
eCryptfs: Remove extra d_delete in ecryptfs_rmdir
eCryptfs: dput dentries returned from dget_parent
eCryptfs: Add reference counting to lower files
eCryptfs: Handle failed metadata read in lookup
eCryptfs: Flush dirty pages in setattr
fs/ecryptfs/crypto.c | 21 ++++++++++++
fs/ecryptfs/ecryptfs_kernel.h | 7 +++-
fs/ecryptfs/file.c | 25 +++++++-------
fs/ecryptfs/inode.c | 60 ++++++++++++++++++----------------
fs/ecryptfs/kthread.c | 6 ++--
fs/ecryptfs/main.c | 72 ++++++++++++++++++++++++++++------------
fs/ecryptfs/super.c | 16 ++-------
7 files changed, 128 insertions(+), 79 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