aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24fs: ecryptfs: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-20/+6
2022-09-01ecryptfs: constify pathGravatar Al Viro 1-1/+1
2021-12-03fs: add is_idmapped_mnt() helperGravatar Christian Brauner 1-1/+1
2021-04-19ecryptfs: fix kernel panic with null dev_nameGravatar Jeffrey Mitchell 1-0/+6
2021-04-19ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersGravatar Lee Jones 1-12/+12
2021-01-24ecryptfs: do not mount on top of idmapped mountsGravatar Christian Brauner 1-0/+6
2020-02-14eCryptfs: Replace deactivated email addressGravatar Tyler Hicks 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-11-17Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2017-11-15slab, slub, slob: add slab_flags_tGravatar Alexey Dobriyan 1-1/+1
2017-11-08eCryptfs: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-11-04ecryptfs: add missing \n to end of various error messagesGravatar Colin Ian King 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-2/+1
2017-04-20ecryptfs: Convert to separately allocated bdiGravatar Jan Kara 1-3/+1
2016-10-06ecryptfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-0/+1
2016-06-20ecryptfs: drop null test before destroy functionsGravatar Julia Lawall 1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-01-27eCryptfs: Use skcipher and shashGravatar Herbert Xu 1-1/+0
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-3/+3
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunGravatar Colin Ian King 1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+13
2014-10-24fs: limit filesystem stacking depthGravatar Miklos Szeredi 1-0/+7
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledGravatar Tyler Hicks 1-3/+13
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Gravatar Al Viro 1-2/+1
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesGravatar Matthew Wilcox 1-4/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+3
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+3
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileGravatar Tyler Hicks 1-0/+1
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+22
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionGravatar Al Viro 1-5/+0
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-2/+1
2012-07-13eCryptfs: check for eCryptfs cipher support at mountGravatar Tim Sally 1-0/+13
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountGravatar Tyler Hicks 1-1/+9
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitGravatar Al Viro 1-8/+8
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidGravatar John Johansen 1-2/+21
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Gravatar Tyler Hicks 1-7/+2
2011-05-29eCryptfs: Fix new inode race conditionGravatar Tyler Hicks 1-3/+3
2011-05-29eCryptfs: Consolidate inode functions into inode.cGravatar Tyler Hicks 1-69/+0
2011-04-25eCryptfs: Add reference counting to lower filesGravatar Tyler Hicks 1-22/+50
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-28eCryptfs: write lock requested keysGravatar Roberto Sassu 1-1/+3
2011-03-28eCryptfs: verify authentication tokens before their useGravatar Roberto Sassu 1-2/+2
2011-03-28ecryptfs: modify write path to encrypt page in writepageGravatar Thieu Le 1-2/+0