summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
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
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck
2017-11-06ecryptfs: remove unnecessary i_version bumpJeff Layton
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09ecryptfs: use vfs_get_link()Miklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds