aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-6/+5
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-89/+74
2021-04-19ecryptfs: inode: Help out nearly-there header and demote non-conformant onesLee Jones1-6/+5
2021-04-12ecryptfs: stack fileattr opsMiklos Szeredi1-0/+22
2021-03-20ecryptfs: saner API for lock_parent()Al Viro1-83/+74
2021-03-08ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro1-6/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-31/+53
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi1-3/+7
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-11/+19
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-13/+20
2021-01-24namei: introduce struct renamedataChristian Brauner1-3/+7
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+3
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-3/+4
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+2
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-1/+1
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-10-09ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro1-3/+8
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-2/+1
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck1-2/+1
2017-11-06ecryptfs: remove unnecessary i_version bumpJeff Layton1-1/+0
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-5/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-09ecryptfs: use vfs_get_link()Miklos Szeredi1-17/+12
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+45
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-10/+8
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher1-14/+48
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+12
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+5
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-11/+12
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu1-2/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-11/+12
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesAl Viro1-20/+20