summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* eCryptfs: file->private_data is always validTyler Hicks2013-11-141-6/+2Star
* ecryptfs: ->f_op is never NULLAl Viro2013-11-101-1/+1
* file->f_op is never NULL...Al Viro2013-10-251-4/+4
* Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-111-4/+3Star
|\
| * Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2013-07-101-4/+3Star
* | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-291-5/+4Star
* | [readdir] convert ecryptfsAl Viro2013-06-291-20/+15Star
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
|/
* eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks2013-06-051-1/+6
* ecryptfs: fixed msync to flush dataPaul Taysom2013-05-251-0/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-071-2/+0Star
|\
| * eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks2013-01-171-2/+0Star
* | new helper: file_inode(file)Al Viro2013-02-231-2/+2
|/
* eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks2012-09-141-2/+8
* eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-141-31/+2Star
* eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-081-26/+45
* switch touch_atime to struct pathAl Viro2012-03-211-5/+4Star
* eCryptfs: Flush file in vma closeTyler Hicks2011-11-231-1/+22
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-3/+4
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-291-1/+1
* eCryptfs: Handle failed metadata read in lookupTyler Hicks2011-04-261-1/+2
* eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-261-12/+10Star
* 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/+7Star
* 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/+0Star
|/
* 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-281-1/+1
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-221-3/+1Star
* 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-201-1/+1
* ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok2010-01-201-7/+7
* eCryptfs: Remove mmap from directory operationsTyler Hicks2010-01-201-1/+0Star
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-071-1/+1
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-071-15/+15
* add a vfs_fsync helperChristoph Hellwig2009-01-051-12/+3Star
* eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow2008-10-161-9/+8Star
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-241-4/+0Star
* 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