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