aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01ecryptfs: constify pathAl Viro1-1/+1
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2021-04-19ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell1-0/+6
2021-04-19ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersLee Jones1-12/+12
2021-01-24ecryptfs: do not mount on top of idmapped mountsChristian Brauner1-0/+6
2020-02-14eCryptfs: Replace deactivated email addressTyler Hicks1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-17Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-2/+2
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-08eCryptfs: constify attribute_group structures.Arvind Yadav1-1/+1
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+1
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara1-3/+1
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher1-0/+1
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-1/+0
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-3/+13
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks1-3/+13
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro1-2/+1
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox1-4/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+3
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman1-2/+3
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-0/+22
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro1-5/+0
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-07-13eCryptfs: check for eCryptfs cipher support at mountTim Sally1-0/+13
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks1-1/+9
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen1-2/+21
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks1-7/+2
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-3/+3
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks1-69/+0
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks1-22/+50
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-28eCryptfs: write lock requested keysRoberto Sassu1-1/+3
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu1-2/+2
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le1-2/+0
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-3/+4