summaryrefslogtreecommitdiff
path: root/fs/overlayfs/dir.c
AgeCommit message (Expand)Author
10 daysovl: properly print correct variableAntonio Quartulli
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown
2025-07-18ovl: narrow locking in ovl_whiteout()NeilBrown
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown
2025-07-18ovl: narrow locking on ovl_remove_and_whiteout()NeilBrown
2025-07-18ovl: narrow locking in ovl_rename()NeilBrown
2025-07-18ovl: simplify gotos in ovl_rename()NeilBrown
2025-07-18ovl: narrow locking in ovl_create_over_whiteout()NeilBrown
2025-07-18ovl: narrow locking in ovl_clear_empty()NeilBrown
2025-07-18ovl: narrow locking in ovl_create_upper()NeilBrown
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes
2024-11-14ovl: pass an explicit reference of creators creds to callersAmir Goldstein
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-05-28ovl: fix copy-up in tmpfileMiklos Szeredi
2024-05-02ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi
2024-05-02ovl: implement tmpfileMiklos Szeredi
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