aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03eCryptfs: don't pass fs-specific ioctl commands throughGravatar Tyler Hicks 1-4/+30
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+0
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-3/+3
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledGravatar Tyler Hicks 1-12/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2014-10-09ecryptfs: ->f_op is never NULLGravatar Al Viro 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06ecryptfs: switch to ->read_iter()Gravatar Al Viro 1-5/+4
2013-12-17Use %pd in eCryptFSGravatar David Howells 1-2/+2
2013-11-14eCryptfs: file->private_data is always validGravatar Tyler Hicks 1-6/+2
2013-11-09ecryptfs: ->f_op is never NULLGravatar Al Viro 1-1/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-4/+4
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+3
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesGravatar Matthew Wilcox 1-4/+3
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbGravatar Al Viro 1-5/+4
2013-06-29[readdir] convert ecryptfsGravatar Al Viro 1-20/+15
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-1/+3
2013-06-04eCryptfs: Check return of filemap_write_and_wait during fsyncGravatar Tyler Hicks 1-1/+6
2013-05-24ecryptfs: fixed msync to flush dataGravatar Paul Taysom 1-0/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-01-17eCryptfs: Fix -Wunused-but-set-variable warningsGravatar Tyler Hicks 1-2/+0
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Gravatar Tyler Hicks 1-2/+8
2012-07-13eCryptfs: Revert to a writethrough cache modelGravatar Tyler Hicks 1-31/+2
2012-07-08eCryptfs: Initialize empty lower files when opening themGravatar Tyler Hicks 1-26/+45
2012-03-20switch touch_atime to struct pathGravatar Al Viro 1-5/+4
2011-11-23eCryptfs: Flush file in vma closeGravatar Tyler Hicks 1-1/+22
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-3/+4
2011-05-29eCryptfs: Fix new inode race conditionGravatar Tyler Hicks 1-1/+1
2011-04-25eCryptfs: Handle failed metadata read in lookupGravatar Tyler Hicks 1-1/+2
2011-04-25eCryptfs: Add reference counting to lower filesGravatar Tyler Hicks 1-12/+10
2011-03-28ecryptfs: modify write path to encrypt page in writepageGravatar Thieu Le 1-1/+8
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedGravatar Andy Whitcroft 1-0/+1
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutGravatar Joe Perches 1-3/+3
2011-01-17ecryptfs: fixed testing of file descriptor flagsGravatar Roberto Sassu 1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedGravatar Roberto Sassu 1-9/+7
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeGravatar Edward Shishkin 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-04BKL: Remove BKL from ecryptfsGravatar Arnd Bergmann 1-3/+0
2010-08-09fs/ecryptfs/file.c: introduce missing freeGravatar Julia Lawall 1-2/+2
2010-08-09eCryptfs: Handle ioctl calls with unlocked and compat functionsGravatar Tyler Hicks 1-21/+35
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-19ecryptfs: Eliminate useless codeGravatar Julia Lawall 1-1/+1
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerGravatar Erez Zadok 1-7/+7