summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+4
* ovl: Add an alternative type of whiteoutAlexander Larsson2023-10-311-2/+2
* ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein2023-10-311-34/+26
* ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-191-1/+1
* ovl: negate the ofs->share_whiteout booleanAmir Goldstein2023-06-191-2/+2
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-191-1/+1
* ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-191-2/+1
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* 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
* Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-121-16/+30
|\
| * ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci2022-12-081-16/+30
* | ovl: use posix acl apiChristian Brauner2022-10-201-18/+2
* | ovl: implement set acl methodChristian Brauner2022-10-201-0/+1
* | ovl: implement get acl methodChristian Brauner2022-10-201-1/+2
* | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
|/
* ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-281-6/+4
* ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-281-1/+1
* ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-281-16/+15
* ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-281-1/+1
* ovl: pass ofs to setattr operationsChristian Brauner2022-04-281-1/+1
* ovl: pass ofs to creation operationsChristian Brauner2022-04-281-40/+45
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-7/+8
* ovl: fix warning in ovl_create_real()Miklos Szeredi2021-11-041-2/+1
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-09-241-3/+7
* ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying2021-08-171-2/+4
* ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov2021-08-171-1/+3
* ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein2021-08-171-2/+4
* ovl: stack fileattr opsMiklos Szeredi2021-04-121-0/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-15/+16
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-10/+11
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-2/+2
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | ovl: fix dentry leak in ovl_get_redirectLiangyan2021-01-281-1/+1
|/
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-1/+1
* ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal2020-06-021-0/+2
* ovl: whiteout inode sharingChengguang Xu2020-05-131-12/+37
* ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi2020-03-271-2/+24
* ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein2020-03-171-1/+1
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-0/+3
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-5/+5
* ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-101-1/+1
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | ovl: fix typo in MODULE_PARM_DESCNicolas Schier2019-06-181-1/+1
|/