aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/read_write.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesGravatar Al Viro 1-3/+2
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Gravatar Al Viro 1-4/+4
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesGravatar Tyler Hicks 1-20/+12
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughGravatar Tyler Hicks 1-11/+21
2008-06-06eCryptfs: remove unnecessary page decrypt callGravatar Michael Halcrow 1-22/+0
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-8/+8
2008-02-06fs/ecryptfs/: possible cleanupsGravatar Adrian Bunk 1-0/+2
2007-12-17ecryptfs: fix fsx data corruption problemsGravatar Eric Sandeen 1-6/+21
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tGravatar Michael Halcrow 1-1/+1
2007-10-16ecryptfs: clean up page flag handlingGravatar Michael Halcrow 1-17/+13
2007-10-16eCryptfs: fix data typesGravatar Michael Halcrow 1-4/+7
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeGravatar Michael Halcrow 1-6/+6
2007-10-16eCryptfs: read_write.c routinesGravatar Michael Halcrow 1-0/+359