aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-1/+1
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow1-15/+15
2009-01-05add a vfs_fsync helperChristoph Hellwig1-12/+3
2008-10-16eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow1-9/+8
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow1-4/+0
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow1-0/+14
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow1-0/+7
2008-07-02ecryptfs: fasync BKL pushdownJonathan Corbet1-0/+3
2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow1-0/+2
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow1-2/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow1-28/+0
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow1-41/+9
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow1-1/+1
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-3/+5
2007-10-16eCryptfs: Use generic_file_splice_read()Michael Halcrow1-17/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-7/+8
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow1-58/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow1-0/+1
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow1-10/+7
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow1-2/+11
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-21/+6
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2006-12-08[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-7/+7
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek1-1/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow1-8/+36
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+440