aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-31/+53
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityGravatar Miklos Szeredi 1-3/+7
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-11/+19
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-13/+20
2021-01-24namei: introduce struct renamedataGravatar Christian Brauner 1-3/+7
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24xattr: handle idmapped mountsGravatar Tycho Andersen 1-2/+3
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-3/+4
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+2
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherGravatar Al Viro 1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableGravatar Al Viro 1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsGravatar Al Viro 1-25/+40
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticGravatar YueHaibing 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2018-10-09ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Gravatar Al Viro 1-3/+8
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-2/+1
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGravatar Guenter Roeck 1-2/+1
2017-11-06ecryptfs: remove unnecessary i_version bumpGravatar Jeff Layton 1-1/+0
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationGravatar Markus Elfring 1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-5/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-09ecryptfs: use vfs_get_link()Gravatar Miklos Szeredi 1-17/+12
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-22/+45
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-10/+8
2016-10-06ecryptfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-14/+48
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-3/+4
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+12
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+5
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-11/+12
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextGravatar Herbert Xu 1-2/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-11/+12
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameGravatar Al Viro 1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesGravatar Al Viro 1-20/+20
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+3
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentGravatar Al Viro 1-2/+1
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Gravatar Al Viro 1-6/+2
2016-01-27eCryptfs: Use skcipher and shashGravatar Herbert Xu 1-1/+0
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-16/+16
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1