summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)AuthorLines
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-1/+1
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+13
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi-0/+7
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks-3/+13
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro-2/+1
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox-4/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+3
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman-2/+3
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks-0/+1
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+22
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro-5/+0
2012-07-14VFS: Pass mount flags to sget()David Howells-2/+1
2012-07-13eCryptfs: check for eCryptfs cipher support at mountTim Sally-0/+13
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks-1/+9
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro-8/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-2/+1
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen-2/+21
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks-7/+2
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks-3/+3
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks-69/+0
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks-22/+50
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-28eCryptfs: write lock requested keysRoberto Sassu-1/+3
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu-2/+2
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le-2/+0
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches-3/+4
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu-0/+2
2011-01-13ecryptfs: fix broken buildLinus Torvalds-3/+2
2011-01-12sanitize ecryptfs ->mount()Al Viro-87/+68
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-2/+2
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds-1/+7
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu-1/+7
2010-10-29convert ecryptfsAl Viro-7/+5
2010-05-21Ban ecryptfs over ecryptfsAl Viro-0/+8
2010-05-21Clean ecryptfs ->get_sb() upAl Viro-83/+66
2010-05-21fix a couple of ecryptfs leaksAl Viro-2/+7
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe-1/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok-2/+2
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok-1/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro-6/+1
2009-10-08ima: ecryptfs fix imbalance messageMimi Zohar-1/+6
2009-09-23eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks-2/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro-3/+2
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks-1/+5
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks-4/+4