aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
Commit message (Expand)AuthorAge
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | BKL: Remove BKL from ecryptfsArnd Bergmann2010-10-04
|/
* fs/ecryptfs/file.c: introduce missing freeJulia Lawall2010-08-09
* eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks2010-08-09
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ecryptfs: Eliminate useless codeJulia Lawall2010-01-19
* ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok2010-01-19
* eCryptfs: Remove mmap from directory operationsTyler Hicks2010-01-19
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-06
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-06
* add a vfs_fsync helperChristoph Hellwig2009-01-05
* eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow2008-10-16
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-24
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-24
* eCryptfs: Privileged kthread for lower file opensMichael Halcrow2008-07-24
* ecryptfs: fasync BKL pushdownJonathan Corbet2008-07-02
* eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow2008-04-29
* eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-06
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-16
* eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow2007-10-16
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-16
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-16
* eCryptfs: Use generic_file_splice_read()Michael Halcrow2007-10-16
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-10
* eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2007-05-23
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow2007-03-01
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-12
* [PATCH] eCryptfs: Encrypted passthroughMichael Halcrow2007-02-12
* [PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow2007-02-12
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-11
* [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-08
* [PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek2006-12-08
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* [PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow2006-10-31
* [PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow2006-10-04