[PATCH 1/1] eCryptfs: check for eCryptfs cipher support at mount

2012-07-12 Thread Tim Sally
03/2009. https://bugs.launchpad.net/ecryptfs/+bug/338914 Signed-off-by: Tim Sally --- fs/ecryptfs/main.c | 13 + 1 file changed, 13 insertions(+) diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index df217dc..aee998d 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c

[PATCH 0/1] Check for eCryptfs cipher support at mount time.

2012-07-10 Thread Tim Sally
cipher name and blocksize are retrieved from ecryptfs_key_tfm because it will assign a default block size upon creation if none is specified in the mount options. This issue originally reported by Tyler Hicks in 03/2009. https://bugs.launchpad.net/ecryptfs/+bug/338914 Thanks, Tim Tim Sally (1

[PATCH 1/1] eCryptfs: check for eCryptfs cipher support at mount

2012-07-10 Thread Tim Sally
03/2009. https://bugs.launchpad.net/ecryptfs/+bug/338914 Signed-off-by: Tim Sally --- fs/ecryptfs/main.c | 24 1 file changed, 24 insertions(+) diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index df217dc..4eb1fc6 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs