aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/read_write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro1-3/+2
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro1-4/+4
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks1-20/+12
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-11/+21
2008-06-06eCryptfs: remove unnecessary page decrypt callMichael Halcrow1-22/+0
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-8/+8
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-0/+2
2007-12-17ecryptfs: fix fsx data corruption problemsEric Sandeen1-6/+21
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tMichael Halcrow1-1/+1
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow1-17/+13
2007-10-16eCryptfs: fix data typesMichael Halcrow1-4/+7
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow1-6/+6
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow1-0/+359