Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-16 | eCryptfs: update comment and debug statement | Michael Halcrow | 1 | -2/+0 | |
Trivial updates to comment and debug statement. Signed-off-by: Michael Halcrow <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2007-02-12 | [PATCH] eCryptfs: open-code flag checking and manipulation | Michael Halcrow | 1 | -3/+3 | |
Open-code flag checking and manipulation. Signed-off-by: Michael Halcrow <[email protected]> Signed-off-by: Trevor Highland <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2006-10-04 | [PATCH] ecryptfs: fs/Makefile and fs/Kconfig | Michael Halcrow | 1 | -0/+123 | |
eCryptfs is a stacked cryptographic filesystem for Linux. It is derived from Erez Zadok's Cryptfs, implemented through the FiST framework for generating stacked filesystems. eCryptfs extends Cryptfs to provide advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. [[email protected]: updates for ongoing API changes] [[email protected]: cleanups] [[email protected]: alpha build fix] [[email protected]: cleanups] [[email protected]: inode-diet updates] [[email protected]: generic_file_*_read/write() interface updates] [[email protected]: printk format fixes] [[email protected]: make slab creation and teardown table-driven] Signed-off-by: Phillip Hellewell <[email protected]> Signed-off-by: Michael Halcrow <[email protected]> Signed-off-by: Erez Zadok <[email protected]> Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Stephan Mueller <[email protected]> Signed-off-by: "Theodore Ts'o" <[email protected]> Signed-off-by: Badari Pulavarty <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> |