aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-2/+0
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-01-17eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks1-2/+0
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks1-31/+2
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks1-26/+45
2012-03-20switch touch_atime to struct pathAl Viro1-5/+4
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+4
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-1/+1
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks1-1/+2
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks1-12/+10
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le1-1/+8
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft1-0/+1
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-3/+3
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu1-9/+7
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-04BKL: Remove BKL from ecryptfsArnd Bergmann1-3/+0
2010-08-09fs/ecryptfs/file.c: introduce missing freeJulia Lawall1-2/+2
2010-08-09eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks1-21/+35
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-19ecryptfs: Eliminate useless codeJulia Lawall1-1/+1
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok1-7/+7
2010-01-19eCryptfs: Remove mmap from directory operationsTyler Hicks1-1/+0
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