index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
util.c
Age
Commit message (
Expand
)
Author
2024-03-11
Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-02-08
ovl: convert to super_set_uuid()
Kent Overstreet
2024-01-23
ovl: mark xwhiteouts directory with overlay.opaque='x'
Amir Goldstein
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
2023-11-20
ovl: remove redundant ofs->indexdir member
Amir Goldstein
2023-11-14
ovl: fix misformatted comment
Amir Goldstein
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
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-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-10-31
ovl: split ovl_want_write() into two helpers
Amir Goldstein
2023-10-31
ovl: protect copying of realinode attributes to ovl inode
Amir Goldstein
2023-10-24
exportfs: add helpers to check if filesystem can encode/decode file handles
Amir Goldstein
2023-10-18
overlayfs: convert to new timestamp accessors
Jeff Layton
2023-08-30
Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-08-12
ovl: make consistent use of OVL_FS()
Andrea Righi
2023-08-12
ovl: auto generate uuid for new overlay filesystems
Amir Goldstein
2023-08-12
ovl: store persistent uuid/fsid with uuid=on
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-08-12
ovl: Add versioned header for overlay.metacopy xattr
Alexander Larsson
2023-07-24
overlayfs: convert to ctime accessor functions
Jeff Layton
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 for lazy lookup of lowerdata inode
Amir Goldstein
2023-06-19
ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
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-06-19
ovl: let helper ovl_i_path_real() return the realinode
Zhihao Cheng
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2022-12-08
ovl: use inode instead of dentry where possible
Miklos Szeredi
2022-12-08
ovl: port to vfs{g,u}id_t and associated helpers
Christian Brauner
2022-09-01
overlayfs: constify path
Al Viro
2022-04-28
ovl: handle idmappings in layer open helpers
Christian Brauner
2022-04-28
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
2022-04-28
ovl: store lower path in ovl_inode
Amir Goldstein
2022-04-28
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
2022-04-28
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
2022-04-28
ovl: pass layer mnt to ovl_open_realfile()
Amir Goldstein
2022-04-28
ovl: pass ofs to creation operations
Christian Brauner
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
[next]