summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-198-62/+57
* ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein2023-06-195-22/+46
* ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-195-52/+73
* ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-195-16/+21
* ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-197-13/+30
* ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng2023-06-191-6/+6
* ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng2023-06-191-3/+2
* ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2023-06-192-4/+5
* 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