开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
2025-02-19
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-16
fs/overlayfs/namei.c: get rid of include ../internal.h
Al Viro
2025-01-06
ovl: support encoding fid from inode with no alias
Amir Goldstein
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-12-02
ovl: avoid pointless cred reference count bump
Christian Brauner
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
2024-12-02
tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
Christian Brauner
2024-12-02
tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
Christian Brauner
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-20
ovl: Filter invalid inodes with missing lookup function
Vasiliy Kovalev
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-15
ovl: convert ovl_real_fdget() callers to ovl_real_file()
Amir Goldstein
2024-11-15
ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
Amir Goldstein
2024-11-15
ovl: store upper real file in ovl_file struct
Amir Goldstein
2024-11-15
ovl: allocate a container struct ovl_file for ovl private context
Amir Goldstein
2024-11-15
ovl: do not open non-data lower file for fsync
Amir Goldstein
2024-11-15
ovl: Optimize override/revert creds
Vinicius Costa Gomes
2024-11-14
ovl: pass an explicit reference of creators creds to callers
Amir Goldstein
2024-11-13
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
Stefan Berger
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
2024-11-11
backing-file: clean up the API
Miklos Szeredi
2024-11-11
ovl: properly handle large files in ovl_security_fileattr
Oleksandr Tymoshenko
2024-10-16
fs: pass offset and result to backing_file end_write() callback
Amir Goldstein
2024-10-14
ovl: specify layers via file descriptors
Christian Brauner
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2024-09-27
ovl: fix file leak in ovl_real_fdget_meta()
Amir Goldstein
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-19
Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-16
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-08
ovl: fail if trusted xattrs are needed but caller lacks permission
Mike Baynton
2024-08-30
ovl: fsync after metadata copy-up
Amir Goldstein
2024-08-29
ovl: don't set the superblock's errseq_t manually
Haifeng Xu
2024-08-24
Merge patch series "ovl: simplify ovl_parse_param_lowerdir()"
Christian Brauner
2024-08-23
ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err
Zhihao Cheng
2024-08-23
ovl: fix wrong lowerdir number check for parameter Opt_lowerdir
Zhihao Cheng
2024-08-23
ovl: pass string to ovl_parse_layer()
Christian Brauner
2024-08-12
struct fd: representation change
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-07-31
lsm: Refactor return value of LSM hook inode_copy_up_xattr
Xu Kuohai
2024-06-14
ovl: fix encoding fid for lower only root
Miklos Szeredi
2024-05-28
ovl: fix copy-up in tmpfile
Miklos Szeredi
2024-05-22
Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]