summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: check for ->listxattr() supportChristian Brauner2023-03-061-2/+1
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-8/+0
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2010-78/+79
|\
| * fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-6/+4
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-193-6/+3
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-198-26/+24
| * fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
| * fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-192-8/+10
| * 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-192-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
| * fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-182-12/+18
* | ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi2023-01-271-0/+4
* | ovl: fix tmpfile leakMiklos Szeredi2023-01-271-1/+1
|/
* Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-129-67/+86
|\
| * ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying"Colin Ian King2022-12-081-1/+1
| * ovl: use inode instead of dentry where possibleMiklos Szeredi2022-12-083-29/+29
| * ovl: Add comment on upperredirect reassignmentStanislav Goriainov2022-12-081-0/+5
| * ovl: use plain list filler in indexdir and workdir cleanupAmir Goldstein2022-12-081-10/+2
| * ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein2022-12-083-6/+8
| * ovl: fix comment typosJiangshan Yi2022-12-082-2/+2
| * ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-12-081-2/+7
| * ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci2022-12-081-16/+30
| * ovl: Use "buf" flexible array for memcpy() destinationKees Cook2022-12-082-2/+2
| * ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flagsAl Viro2022-11-281-0/+1
| * ovl: fix use inode directly in rcu-walk modeChen Zhongjin2022-11-281-1/+6
* | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-2/+7
|\ \
| * | ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-261-2/+7
* | | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-3/+25
|\ \ \ | |/ /
| * | ovl: remove privs in ovl_fallocate()Amir Goldstein2022-10-181-1/+11
| * | ovl: remove privs in ovl_copyfile()Amir Goldstein2022-10-181-2/+14
| |/
* | ovl: call posix_acl_release() after error checkingChristian Brauner2022-11-031-1/+1
* | ovl: use stub posix acl handlersChristian Brauner2022-10-201-97/+4
* | ovl: use posix acl apiChristian Brauner2022-10-205-24/+52
* | ovl: implement set acl methodChristian Brauner2022-10-203-0/+112
* | ovl: implement get acl methodChristian Brauner2022-10-203-34/+95
* | fs: rename current get acl methodChristian Brauner2022-10-202-4/+4
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-103-60/+70
|\
| * ovl: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-244-62/+72
* | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-068-40/+40
|\ \
| * | overlayfs: constify pathAl Viro2022-09-018-40/+40