aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutGravatar Joe Perches 1-3/+3
2011-01-17ecryptfs: fixed testing of file descriptor flagsGravatar Roberto Sassu 1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedGravatar Roberto Sassu 1-9/+7
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeGravatar Edward Shishkin 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-04BKL: Remove BKL from ecryptfsGravatar Arnd Bergmann 1-3/+0
2010-08-09fs/ecryptfs/file.c: introduce missing freeGravatar Julia Lawall 1-2/+2
2010-08-09eCryptfs: Handle ioctl calls with unlocked and compat functionsGravatar Tyler Hicks 1-21/+35
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-19ecryptfs: Eliminate useless codeGravatar Julia Lawall 1-1/+1
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerGravatar Erez Zadok 1-7/+7
2010-01-19eCryptfs: Remove mmap from directory operationsGravatar Tyler Hicks 1-1/+0
2009-01-06eCryptfs: Fix data types (int/size_t)Gravatar Michael Halcrow 1-1/+1
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkGravatar Michael Halcrow 1-15/+15
2009-01-05add a vfs_fsync helperGravatar Christoph Hellwig 1-12/+3
2008-10-16eCryptfs: remove retry loop in ecryptfs_readdir()Gravatar Michael Halcrow 1-9/+8
2008-07-24eCryptfs: Make all persistent file opens delayedGravatar Michael Halcrow 1-4/+0
2008-07-24eCryptfs: do not try to open device files on mknodGravatar Michael Halcrow 1-0/+14
2008-07-24eCryptfs: Privileged kthread for lower file opensGravatar Michael Halcrow 1-0/+7
2008-07-02ecryptfs: fasync BKL pushdownGravatar Jonathan Corbet 1-0/+3
2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Gravatar Michael Halcrow 1-0/+2
2008-02-06eCryptfs: Minor fixes to printk messagesGravatar Michael Halcrow 1-2/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheGravatar Michael Halcrow 1-28/+0
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileGravatar Michael Halcrow 1-41/+9
2007-10-16eCryptfs: update metadata read/write functionsGravatar Michael Halcrow 1-1/+1
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 1-3/+5
2007-10-16eCryptfs: Use generic_file_splice_read()Gravatar Michael Halcrow 1-17/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-7/+8
2007-05-23eCryptfs: delay writing 0's after llseek until writeGravatar Michael Halcrow 1-58/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileGravatar Michael Halcrow 1-0/+1
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationGravatar Michael Halcrow 1-10/+7
2007-02-12[PATCH] eCryptfs: Encrypted passthroughGravatar Michael Halcrow 1-2/+11
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeGravatar Michael Halcrow 1-21/+6
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+1
2006-12-08[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-7/+7
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsGravatar Josef "Jeff" Sipek 1-1/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sGravatar Michael Halcrow 1-8/+36
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigGravatar Michael Halcrow 1-0/+440