index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
namei.c
Age
Commit message (
Expand
)
Author
2025-11-19
ovl: port ovl_lower_positive() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_lookup() to cred guard
Christian Brauner
2025-11-19
ovl: refactor ovl_lookup()
Christian Brauner
2025-11-19
ovl: port ovl_maybe_lookup_lowerdata() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_maybe_validate_verity() to cred guard
Christian Brauner
2025-09-23
ovl: Support mounting case-insensitive enabled layers
André Almeida
2025-07-28
Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-07-18
ovl: support layers on case-folding capable filesystems
Amir Goldstein
2025-06-16
Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-06
Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-05
ovl: fix regression caused by lookup helpers API changes
Amir Goldstein
2025-04-30
ovl: relax redirect/metacopy requirements for lower -> data redirect
Miklos Szeredi
2025-04-30
ovl: make redirect/metacopy rejection consistent
Miklos Szeredi
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-01-16
fs/overlayfs/namei.c: get rid of include ../internal.h
Al Viro
2025-01-06
ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
Amir Goldstein
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
2024-01-23
ovl: mark xwhiteouts directory with overlay.opaque='x'
Amir Goldstein
2023-11-20
ovl: remove redundant ofs->indexdir member
Amir Goldstein
2023-10-31
ovl: Add an alternative type of whiteout
Alexander Larsson
2023-10-31
ovl: do not encode lower fh with upper sb_writers held
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: Validate verity xattr when resolving lowerdata
Alexander Larsson
2023-08-12
ovl: Add versioned header for overlay.metacopy xattr
Alexander Larsson
2023-06-19
ovl: store enum redirect_mode in config instead of a string
Amir Goldstein
2023-06-19
ovl: implement lazy lookup of lowerdata in data-only layers
Amir Goldstein
2023-06-19
ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
Amir Goldstein
2023-06-19
ovl: implement lookup in data-only layers
Amir Goldstein
2023-06-19
ovl: introduce data-only lower layers
Amir Goldstein
2023-06-19
ovl: deduplicate lowerdata and lowerstack[]
Amir Goldstein
2023-06-19
ovl: deduplicate lowerpath and lowerstack[]
Amir Goldstein
2023-06-19
ovl: move ovl_entry into ovl_inode
Amir Goldstein
2023-06-19
ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
Amir Goldstein
2023-06-19
ovl: use ovl_numlower() and ovl_lowerstack() accessors
Amir Goldstein
2023-06-19
ovl: use OVL_E() and OVL_E_FLAGS() accessors
Amir Goldstein
2023-06-19
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2022-12-08
ovl: Add comment on upperredirect reassignment
Stanislav Goriainov
2022-12-08
ovl: do not reconnect upper index records in ovl_indexdir_cleanup()
Amir Goldstein
2022-09-01
overlayfs: constify path
Al Viro
2022-08-02
ovl: fix spelling mistakes
William Dean
2022-04-28
ovl: handle idmappings for layer lookup
Christian Brauner
2022-04-28
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
2021-08-17
ovl: relax lookup error on mismatch origin ftype
Amir Goldstein
2021-08-17
ovl: pass ovl_fs to ovl_check_setxattr()
Amir Goldstein
2021-04-30
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]