summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-08ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger
2023-10-09ecryptfs: move ecryptfs_xattr_handlers to .rodataWedson Almeida Filho
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13ecryptfs: convert to ctime accessor functionsJeff Layton
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-10-20ecryptfs: use stub posix acl handlersChristian Brauner
2022-10-20ecryptfs: implement set acl methodChristian Brauner
2022-10-20ecryptfs: implement get acl methodChristian Brauner
2022-09-01ecryptfs: constify pathAl Viro
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-19ecryptfs: inode: Help out nearly-there header and demote non-conformant onesLee Jones
2021-04-12ecryptfs: stack fileattr opsMiklos Szeredi
2021-03-20ecryptfs: saner API for lock_parent()Al Viro
2021-03-08ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-10-09ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds