[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1301395658-28494-1-git-send-email-roberto.sassu@polito.it>
Date: Tue, 29 Mar 2011 12:47:29 +0200
From: Roberto Sassu <roberto.sassu@...ito.it>
To: linux-security-module@...r.kernel.org
Cc: keyrings@...ux-nfs.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, dhowells@...hat.com,
jmorris@...ei.org, zohar@...ux.vnet.ibm.com,
safford@...son.ibm.com, ramunno@...ito.it,
tyhicks@...ux.vnet.ibm.com, kirkland@...onical.com,
ecryptfs-devel@...ts.launchpad.net,
Roberto Sassu <roberto.sassu@...ito.it>
Subject: [PATCH v4 0/6] eCryptfs: added support for the encrypted key type
This patch set adds support for the 'encrypted' key type in the eCryptfs
filesystem.
Changelog from version v3:
- rebased on the latest commit of the mainline kernel (89078d572e);
- built upon the new key locking mechanism of eCryptfs;
- replaced pr_err() with pr_info() in the patch 2/6;
- keys_ecryptfs.[ch] files renamed in ecryptfs_format.[ch] in the
patch 5/6;
Roberto Sassu
Roberto Sassu (6):
encrypted-keys: fixed valid_master_desc() function description
encrypted-keys: added additional debug messages
encrypted-keys: add key format support
eCryptfs: export global eCryptfs definitions to
include/linux/ecryptfs.h
encrypted-keys: add ecryptfs format support
eCryptfs: added support for the encrypted key type
Documentation/keys-ecryptfs.txt | 68 +++++++++
Documentation/keys-trusted-encrypted.txt | 52 ++++---
fs/ecryptfs/ecryptfs_kernel.h | 150 +++++--------------
fs/ecryptfs/keystore.c | 13 +-
include/keys/encrypted-type.h | 13 ++-
include/linux/ecryptfs.h | 113 ++++++++++++++
security/keys/Makefile | 2 +-
security/keys/ecryptfs_format.c | 81 ++++++++++
security/keys/ecryptfs_format.h | 30 ++++
security/keys/encrypted.c | 242 ++++++++++++++++++++++++------
10 files changed, 578 insertions(+), 186 deletions(-)
create mode 100644 Documentation/keys-ecryptfs.txt
create mode 100644 include/linux/ecryptfs.h
create mode 100644 security/keys/ecryptfs_format.c
create mode 100644 security/keys/ecryptfs_format.h
--
1.7.4
Download attachment "smime.p7s" of type "application/x-pkcs7-signature" (2061 bytes)
Powered by blists - more mailing lists