[PATCH] ecryptfs: fs/Makefile and fs/Kconfig
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. [akpm@osdl.org: updates for ongoing API changes] [bunk@stusta.de: cleanups] [akpm@osdl.org: alpha build fix] [akpm@osdl.org: cleanups] [tytso@mit.edu: inode-diet updates] [pbadari@us.ibm.com: generic_file_*_read/write() interface updates] [rdunlap@xenotime.net: printk format fixes] [akpm@osdl.org: make slab creation and teardown table-driven] Signed-off-by:Phillip Hellewell <phillip@hellewell.homeip.net> Signed-off-by:
Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by:
Erez Zadok <ezk@cs.sunysb.edu> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Stephan Mueller <smueller@chronox.de> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu> Signed-off-by:
Badari Pulavarty <pbadari@us.ibm.com> Signed-off-by:
Randy Dunlap <rdunlap@xenotime.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- Documentation/ecryptfs.txt 77 additions, 0 deletionsDocumentation/ecryptfs.txt
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- fs/Kconfig 12 additions, 0 deletionsfs/Kconfig
- fs/Makefile 1 addition, 0 deletionsfs/Makefile
- fs/ecryptfs/Makefile 7 additions, 0 deletionsfs/ecryptfs/Makefile
- fs/ecryptfs/crypto.c 1659 additions, 0 deletionsfs/ecryptfs/crypto.c
- fs/ecryptfs/debug.c 123 additions, 0 deletionsfs/ecryptfs/debug.c
- fs/ecryptfs/dentry.c 87 additions, 0 deletionsfs/ecryptfs/dentry.c
- fs/ecryptfs/ecryptfs_kernel.h 482 additions, 0 deletionsfs/ecryptfs/ecryptfs_kernel.h
- fs/ecryptfs/file.c 440 additions, 0 deletionsfs/ecryptfs/file.c
- fs/ecryptfs/inode.c 1079 additions, 0 deletionsfs/ecryptfs/inode.c
- fs/ecryptfs/keystore.c 1061 additions, 0 deletionsfs/ecryptfs/keystore.c
- fs/ecryptfs/main.c 831 additions, 0 deletionsfs/ecryptfs/main.c
- fs/ecryptfs/mmap.c 788 additions, 0 deletionsfs/ecryptfs/mmap.c
- fs/ecryptfs/super.c 198 additions, 0 deletionsfs/ecryptfs/super.c
Loading
Please register or sign in to comment