summaryrefslogtreecommitdiff
path: root/fs/overlayfs/dir.c
AgeCommit message (Expand)Author
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein
2023-06-19ovl: negate the ofs->share_whiteout booleanAmir Goldstein
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-12-08ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-20ovl: implement set acl methodChristian Brauner
2022-10-20ovl: implement get acl methodChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner
2022-04-28ovl: pass ofs to creation operationsChristian Brauner
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi
2021-09-24ovl: fix missing negative dentry check in ovl_rename()Zheng Liang
2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying
2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-04-12ovl: stack fileattr opsMiklos Szeredi
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-28ovl: fix dentry leak in ovl_get_redirectLiangyan
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal
2020-05-13ovl: whiteout inode sharingChengguang Xu
2020-03-27ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: relax WARN_ON() on rename to selfAmir Goldstein
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier