alistair23-linux/fs/ecryptfs
Michael Halcrow da0102a10a eCryptfs: read_write.c routines
Add a set of functions through which all I/O to lower files is consolidated.
This patch adds a new inode_info reference to a persistent lower file for each
eCryptfs inode; another patch later in this series will set that up.  This
persistent lower file is what the read_write.c functions use to call
vfs_read() and vfs_write() on the lower filesystem, so even when reads and
writes come in through aops->readpage and aops->writepage, we can satisfy them
without resorting to direct access to the lower inode's address space.
Several function declarations are going to be changing with this patchset.
For now, in order to keep from breaking the build, I am putting dummy
parameters in for those functions.

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>
2007-10-16 09:43:12 -07:00
..
crypto.c eCryptfs: remove assignments in if-statements 2007-10-16 09:43:12 -07:00
debug.c eCryptfs: update comment and debug statement 2007-10-16 09:43:11 -07:00
dentry.c
ecryptfs_kernel.h eCryptfs: read_write.c routines 2007-10-16 09:43:12 -07:00
file.c eCryptfs: remove assignments in if-statements 2007-10-16 09:43:12 -07:00
inode.c eCryptfs: remove assignments in if-statements 2007-10-16 09:43:12 -07:00
keystore.c eCryptfs: remove assignments in if-statements 2007-10-16 09:43:12 -07:00
main.c ecryptfs: fix error handling 2007-10-16 09:43:12 -07:00
Makefile eCryptfs: read_write.c routines 2007-10-16 09:43:12 -07:00
messaging.c eCryptfs: remove assignments in if-statements 2007-10-16 09:43:12 -07:00
mmap.c eCryptfs: read_write.c routines 2007-10-16 09:43:12 -07:00
netlink.c [NET]: make netlink user -> kernel interface synchronious 2007-10-10 21:15:29 -07:00
read_write.c eCryptfs: read_write.c routines 2007-10-16 09:43:12 -07:00
super.c eCryptfs: grammatical fix (destruct to destroy) 2007-10-16 09:43:11 -07:00