summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+2
|\
| * rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+2
* | Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-101-0/+8
|\ \
| * | ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi2024-01-081-0/+8
| |/
* / fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-181-2/+10
|/
* ecryptfs: move ecryptfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-2/+3
* ecryptfs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-12/+12
* ecryptfs: use stub posix acl handlersChristian Brauner2022-10-201-0/+4
* ecryptfs: implement set acl methodChristian Brauner2022-10-201-0/+17
* ecryptfs: implement get acl methodChristian Brauner2022-10-201-0/+11
* ecryptfs: constify pathAl Viro2022-09-011-1/+1
* Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-061-6/+5
|\
| * ecryptfs: inode: Help out nearly-there header and demote non-conformant onesLee Jones2021-04-191-6/+5
* | Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-021-89/+74
|\ \
| * | ecryptfs: saner API for lock_parent()Al Viro2021-03-201-83/+74
| * | ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro2021-03-081-6/+0
| |/
* / ecryptfs: stack fileattr opsMiklos Szeredi2021-04-121-0/+22
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-31/+53
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-11/+19
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-13/+20
| * namei: introduce struct renamedataChristian Brauner2021-01-241-3/+7
| * stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-2/+3
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-3/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* | ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi2021-01-261-3/+7
|/
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-101-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-101-2/+10
* ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro2019-11-101-25/+40
* Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-141-1/+1
|\
| * ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing2019-06-191-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
|/
* ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro2018-10-091-3/+8
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-2/+1
|\