index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
copy_up.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-18
ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
NeilBrown
2025-07-18
ovl: narrow the locked region in ovl_copy_up_workdir()
NeilBrown
2025-07-18
ovl: Call ovl_create_temp() without lock held.
NeilBrown
2025-07-18
ovl: change ovl_create_index() to take dir locks
NeilBrown
2025-07-18
ovl: simplify an error path in ovl_copy_up_workdir()
NeilBrown
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2025-07-02
fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP
Andrey Albershteyn
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
2025-02-19
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
2025-01-06
ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
Amir Goldstein
2024-12-19
fs: relax assertions on failure to encode file handles
Amir Goldstein
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2024-09-19
Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-08-30
ovl: fsync after metadata copy-up
Amir Goldstein
2024-07-31
lsm: Refactor return value of LSM hook inode_copy_up_xattr
Xu Kuohai
2024-04-09
security: allow finer granularity in permitting copy-up of security xattrs
Stefan Berger
2024-03-17
ovl: relax WARN_ON in ovl_verify_area()
Amir Goldstein
2024-02-06
remap_range: merge do_clone_file_range() into vfs_clone_file_range()
Amir Goldstein
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-10
Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-12-17
ovl: fix dentry reference leak after changes to underlying layers
Amir Goldstein
2023-12-12
splice: return type ssize_t from all helpers
Amir Goldstein
2023-12-01
fs: move file_start_write() into direct_splice_actor()
Amir Goldstein
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
2023-11-24
ovl: add permission hooks outside of do_splice_direct()
Amir Goldstein
2023-11-20
ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up()
Amir Goldstein
2023-10-31
ovl: do not encode lower fh with upper sb_writers held
Amir Goldstein
2023-10-31
ovl: do not open/llseek lower file with upper sb_writers held
Amir Goldstein
2023-10-31
ovl: reorder ovl_want_write() after ovl_inode_lock()
Amir Goldstein
2023-09-26
Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2023-09-25
overlayfs: set ctime when setting mtime and atime
Jeff Layton
2023-09-04
ovl: fix failed copyup of fileattr on a symlink
Amir Goldstein
2023-08-12
ovl: make consistent use of OVL_FS()
Andrea Righi
2023-08-12
ovl: add support for unique fsid per instance
Amir Goldstein
2023-08-12
ovl: Handle verity during copy-up
Alexander Larsson
2023-08-12
ovl: Validate verity xattr when resolving lowerdata
Alexander Larsson
2023-06-19
ovl: implement lazy lookup of lowerdata in data-only layers
Amir Goldstein
2023-06-19
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
2023-03-06
ovl: check for ->listxattr() support
Christian Brauner
2023-01-27
ovl: fail on invalid uid/gid mapping at copy up
Miklos Szeredi
2023-01-27
ovl: fix tmpfile leak
Miklos Szeredi
2022-10-20
ovl: use posix acl api
Christian Brauner
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-09-24
ovl: use vfs_tmpfile_open() helper
Miklos Szeredi
2022-09-01
overlayfs: constify path
Al Viro
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]