summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-191-12/+0
|\
| * eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2014-10-231-12/+0
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\
| * ecryptfs: ->f_op is never NULLAl Viro2014-10-091-1/+1
* | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-111-2/+2
|\ \ | |/ |/|
| * Use %pd in eCryptFSDavid Howells2013-12-171-2/+2
* | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* | ecryptfs: switch to ->read_iter()Al Viro2014-05-061-5/+4
|/
* eCryptfs: file->private_data is always validTyler Hicks2013-11-141-6/+2
* ecryptfs: ->f_op is never NULLAl Viro2013-11-091-1/+1
* file->f_op is never NULL...Al Viro2013-10-241-4/+4
* Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-111-4/+3
|\
| * Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2013-07-091-4/+3
* | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-291-5/+4
* | [readdir] convert ecryptfsAl Viro2013-06-291-20/+15
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
|/
* eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks2013-06-041-1/+6
* ecryptfs: fixed msync to flush dataPaul Taysom2013-05-241-0/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-071-2/+0
|\
| * eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks2013-01-171-2/+0
* | new helper: file_inode(file)Al Viro2013-02-221-2/+2
|/
* eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks2012-09-141-2/+8
* eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-131-31/+2
* eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-081-26/+45
* switch touch_atime to struct pathAl Viro2012-03-201-5/+4
* 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-201-3/+4
* 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
OpenPOWER on IntegriCloud