summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner2023-07-271-0/+9
* ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng2023-07-231-6/+6
* ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2023-07-232-4/+5
* ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-07-197-13/+30
* ovl: Use "buf" flexible array for memcpy() destinationKees Cook2023-02-092-2/+2
* ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi2023-02-011-0/+4
* ovl: fix tmpfile leakMiklos Szeredi2023-02-011-1/+1
* ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flagsAl Viro2023-01-041-0/+1
* ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci2023-01-041-16/+30
* ovl: fix use inode directly in rcu-walk modeChen Zhongjin2022-12-311-1/+6
* ovl: remove privs in ovl_fallocate()Amir Goldstein2022-12-311-1/+11
* ovl: remove privs in ovl_copyfile()Amir Goldstein2022-12-311-2/+14
* 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
* | | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-14/+14
|\ \ \
| * | | Change calling conventions for filldir_tAl Viro2022-08-171-14/+14
| |/ /
* | | xattr: constify value argument in vfs_setxattr()Christian Brauner2022-08-311-1/+1
* | | ovl: use vfs_set_acl_prepare()Christian Brauner2022-08-311-1/+14
| |/ |/|
* | acl: handle idmapped mounts for idmapped filesystemsChristian Brauner2022-08-171-4/+7
|/
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-085-8/+21
|\
| * ovl: fix spelling mistakesWilliam Dean2022-08-022-3/+3
| * ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang2022-07-281-1/+1
| * ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu2022-07-282-1/+9
| * ovl: fix some kernel-doc commentsYang Li2022-07-271-1/+3
| * ovl: warn if trusted xattr creation failsMiklos Szeredi2022-07-271-2/+5
* | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-2/+1
|\ \
| * | fs: do not compare against ->llseekJason A. Donenfeld2022-07-161-2/+1
* | | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-24/+1
* | | ovl: handle idmappings in ovl_get_acl()Christian Brauner2022-07-151-8/+79
* | | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-151-1/+2
* | | Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2022-07-151-1/+24
|\ \ \ | | |/ | |/|
| * | ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner2022-07-081-1/+24
| |/
* / attr: port attribute changes to new typesChristian Brauner2022-06-262-13/+3
|/
* Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-3011-324/+529
|\
| * ovl: support idmapped layersChristian Brauner2022-04-282-5/+1
| * ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner2022-04-281-4/+6
| * ovl: handle idmappings in layer open helpersChristian Brauner2022-04-282-4/+7
| * ovl: handle idmappings in ovl_permission()Christian Brauner2022-04-281-3/+6
| * ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-285-29/+47
| * ovl: store lower path in ovl_inodeAmir Goldstein2022-04-285-8/+27
| * ovl: handle idmappings for layer lookupChristian Brauner2022-04-283-11/+18
| * ovl: handle idmappings for layer fileattrsChristian Brauner2022-04-281-1/+1
| * ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-286-65/+111
| * ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-286-28/+37
| * ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-285-7/+37
| * ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein2022-04-283-9/+28
| * ovl: pass ofs to setattr operationsChristian Brauner2022-04-283-10/+13
| * ovl: handle idmappings in creation operationsChristian Brauner2022-04-281-11/+11