summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-061-0/+1
* ecryptfs: drop null test before destroy functionsJulia Lawall2016-06-201-2/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* eCryptfs: Use skcipher and shashHerbert Xu2016-01-271-1/+0
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King2015-02-241-1/+1
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-191-3/+13
|\
| * eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2014-10-231-3/+13
* | fs: limit filesystem stacking depthMiklos Szeredi2014-10-241-0/+7
|/
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-241-2/+1
* Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2013-07-091-4/+3
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+3
|\ \ | |/ |/|
| * userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-2/+3
* | eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks2012-09-141-0/+1
|/
* Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-021-0/+22
|\
| * eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-07-131-0/+13
| * eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-07-081-1/+9
* | ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro2012-07-231-5/+0
* | VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
|/
* ecryptfs: make register_filesystem() the last potential failure exitAl Viro2012-03-201-8/+8
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen2011-08-091-2/+21
* eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks2011-05-291-7/+2
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-291-3/+3
* eCryptfs: Consolidate inode functions into inode.cTyler Hicks2011-05-291-69/+0
* eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-251-22/+50
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* eCryptfs: write lock requested keysRoberto Sassu2011-03-281-1/+3
* eCryptfs: verify authentication tokens before their useRoberto Sassu2011-03-281-2/+2
* ecryptfs: modify write path to encrypt page in writepageThieu Le2011-03-281-2/+0
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-3/+4
* ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu2011-01-171-0/+2
* ecryptfs: fix broken buildLinus Torvalds2011-01-131-3/+2
* sanitize ecryptfs ->mount()Al Viro2011-01-121-87/+68
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-10-291-1/+7
|\
| * ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-291-1/+7
* | convert ecryptfsAl Viro2010-10-291-7/+5
|/
* Ban ecryptfs over ecryptfsAl Viro2010-05-211-0/+8
* Clean ecryptfs ->get_sb() upAl Viro2010-05-211-83/+66
* fix a couple of ecryptfs leaksAl Viro2010-05-211-2/+7
* ecryptfs: add bdi backing to mount sessionJens Axboe2010-04-221-1/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ecryptfs: fix interpose/interpolate typos in commentsErez Zadok2010-01-191-2/+2
* fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok2009-12-171-1/+1
OpenPOWER on IntegriCloud