summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-081-1/+14
* ecryptfs: fix spelling mistakesChris J Arges2016-06-201-2/+2
* switch ecryptfs to ->iterate_sharedAl Viro2016-05-091-1/+1
* ecryptfs: fix handling of directory openingAl Viro2016-05-041-16/+55
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-7/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
| * fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-6/+0
* | eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks2015-03-031-4/+30
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
|/
* 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
OpenPOWER on IntegriCloud