aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/overlayfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+4
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-2/+2
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein1-34/+26
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein1-1/+1
2023-06-19ovl: negate the ofs->share_whiteout booleanAmir Goldstein1-2/+2
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein1-1/+1
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein1-2/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-12Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-16/+30
2022-12-08ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci1-16/+30
2022-10-20ovl: use posix acl apiChristian Brauner1-18/+2
2022-10-20ovl: implement set acl methodChristian Brauner1-0/+1
2022-10-20ovl: implement get acl methodChristian Brauner1-1/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner1-6/+4
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner1-1/+1
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-16/+15
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner1-1/+1
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner1-1/+1
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-40/+45
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-7/+8
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi1-2/+1
2021-09-24ovl: fix missing negative dentry check in ovl_rename()Zheng Liang1-3/+7
2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying1-2/+4
2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov1-1/+3
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein1-2/+4
2021-04-12ovl: stack fileattr opsMiklos Szeredi1-0/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-15/+16
2021-01-28ovl: fix dentry leak in ovl_get_redirectLiangyan1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-10/+11
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-2/+2
2021-01-24xattr: handle idmapped mountsTycho Andersen1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-1/+1
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal1-0/+2
2020-05-13ovl: whiteout inode sharingChengguang Xu1-12/+37
2020-03-27ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi1-2/+24
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein1-1/+1
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi1-0/+3
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-5/+5
2019-12-10ovl: relax WARN_ON() on rename to selfAmir Goldstein1-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier1-1/+1