aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-0/+149
* eCryptfs: Flush file in vma closeTyler Hicks2011-12-091-1/+22
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-291-1/+1
* eCryptfs: Handle failed metadata read in lookupTyler Hicks2011-04-251-1/+2
* eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-251-12/+10
* ecryptfs: modify write path to encrypt page in writepageThieu Le2011-03-281-1/+8
* ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft2011-02-211-0/+1
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-3/+3
* ecryptfs: fixed testing of file descriptor flagsRoberto Sassu2011-01-171-2/+2
* ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu2011-01-171-9/+7
* ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin2011-01-171-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | BKL: Remove BKL from ecryptfsArnd Bergmann2010-10-041-3/+0
|/
* fs/ecryptfs/file.c: introduce missing freeJulia Lawall2010-08-091-2/+2
* eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks2010-08-091-21/+35
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-3/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ecryptfs: Eliminate useless codeJulia Lawall2010-01-191-1/+1
* ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok2010-01-191-7/+7
* eCryptfs: Remove mmap from directory operationsTyler Hicks2010-01-191-1/+0
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-061-1/+1
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-061-15/+15
* add a vfs_fsync helperChristoph Hellwig2009-01-051-12/+3
* eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow2008-10-161-9/+8
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-241-4/+0
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-241-0/+14
* eCryptfs: Privileged kthread for lower file opensMichael Halcrow2008-07-241-0/+7
* ecryptfs: fasync BKL pushdownJonathan Corbet2008-07-021-0/+3
* eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow2008-04-291-0/+2
* eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-061-2/+3
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-161-28/+0
* eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow2007-10-161-41/+9
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-161-1/+1
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-3/+5
* eCryptfs: Use generic_file_splice_read()Michael Halcrow2007-10-161-17/+2
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-7/+8
* eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2007-05-231-58/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow2007-03-011-0/+1
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-121-10/+7
* [PATCH] eCryptfs: Encrypted passthroughMichael Halcrow2007-02-121-2/+11
* [PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow2007-02-121-21/+6
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-7/+7
* [PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek2006-12-081-1/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow2006-10-311-8/+36
* [PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow2006-10-041-0/+440