[PATCH] eCryptfs: Generalize metadata read/write
Generalize the metadata reading and writing mechanisms, with two targets for now: metadata in file header and metadata in the user.ecryptfs xattr of the lower file. [akpm@osdl.org: printk warning fix] [bunk@stusta.de: make some needlessly global code static] Signed-off-by:Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/ecryptfs/crypto.c 178 additions, 56 deletionsfs/ecryptfs/crypto.c
- fs/ecryptfs/ecryptfs_kernel.h 24 additions, 27 deletionsfs/ecryptfs/ecryptfs_kernel.h
- fs/ecryptfs/file.c 6 additions, 21 deletionsfs/ecryptfs/file.c
- fs/ecryptfs/inode.c 35 additions, 26 deletionsfs/ecryptfs/inode.c
- fs/ecryptfs/main.c 6 additions, 1 deletionfs/ecryptfs/main.c
- fs/ecryptfs/messaging.c 10 additions, 8 deletionsfs/ecryptfs/messaging.c
- fs/ecryptfs/mmap.c 89 additions, 7 deletionsfs/ecryptfs/mmap.c
Please register or sign in to comment