[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111222205626.GB1927@boyd>
Date: Thu, 22 Dec 2011 14:56:26 -0600
From: Tyler Hicks <tyhicks@...onical.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, ecryptfs@...r.kernel.org
Subject: [GIT PULL] eCryptfs fix for 3.2-rc7
Hi Linus - Here is a fix for ecryptfs_statfs(). It had simply deferred
to the lower filesystem's statfs(), but the filename encryption feature
significantly reduces the max filename length. There are a few
applications that have trouble with the filename length limitation and I
think exposing the maximum length in statfs() calls is the first step in
improving the situation.
I'm a little torn on whether the fix needs to go in so late in the
cycle, but I feel it is low risk. If you disagree, I have no problem
waiting for 3.3.
The other patch is an update to Dustin's email address in MAINTAINERS.
The following changes since commit 511585a28e5b5fd1cac61e601e42efc4c5dd64b5:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband (2011-12-19 15:13:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git for-linus
Dustin Kirkland (1):
MAINTAINERS: Update eCryptfs maintainer address
Tyler Hicks (1):
eCryptfs: Improve statfs reporting
MAINTAINERS | 2 +-
fs/ecryptfs/crypto.c | 68 ++++++++++++++++++++++++++++++++++++----
fs/ecryptfs/ecryptfs_kernel.h | 5 +++
fs/ecryptfs/keystore.c | 9 ++---
fs/ecryptfs/super.c | 14 ++++++++-
5 files changed, 83 insertions(+), 15 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists