aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)Author
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-13eCryptfs: check for eCryptfs cipher support at mountTim Sally
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28eCryptfs: write lock requested keysRoberto Sassu
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu
2011-01-13ecryptfs: fix broken buildLinus Torvalds
2011-01-12sanitize ecryptfs ->mount()Al Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu
2010-10-29convert ecryptfsAl Viro
2010-05-21Ban ecryptfs over ecryptfsAl Viro
2010-05-21Clean ecryptfs ->get_sb() upAl Viro
2010-05-21fix a couple of ecryptfs leaksAl Viro
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok