aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
AgeCommit message (Expand)Author
2016-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-06-20ecryptfs: fix spelling mistakesChris J Arges
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro
2016-05-04ecryptfs: fix handling of directory openingAl Viro
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig
2015-03-03eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-09ecryptfs: ->f_op is never NULLAl Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06ecryptfs: switch to ->read_iter()Al Viro
2013-12-17Use %pd in eCryptFSDavid Howells
2013-11-14eCryptfs: file->private_data is always validTyler Hicks
2013-11-09ecryptfs: ->f_op is never NULLAl Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro
2013-06-29[readdir] convert ecryptfsAl Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-06-04eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks
2013-05-24ecryptfs: fixed msync to flush dataPaul Taysom
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-17eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks
2012-03-20switch touch_atime to struct pathAl Viro
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin