index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-30
ovl: Fix nested backing file paths
André Almeida
1
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2
-5
/
+3
2025-04-07
ovl: remove unused forward declaration
Giuseppe Scrivano
1
-2
/
+0
2025-04-07
ovl: don't allow datadir only
Miklos Szeredi
1
-0
/
+5
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
3
-11
/
+12
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-48
/
+20
2025-03-24
Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+40
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
3
-44
/
+15
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+5
2025-02-19
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
1
-1
/
+1
2025-02-19
ovl: allow to specify override credentials
Christian Brauner
2
-1
/
+40
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+0
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+20
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-2
/
+20
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+4
2025-01-16
fs/overlayfs/namei.c: get rid of include ../internal.h
Al Viro
1
-2
/
+0
2025-01-06
ovl: support encoding fid from inode with no alias
Amir Goldstein
1
-21
/
+25
2025-01-06
ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
Amir Goldstein
4
-10
/
+12
2024-12-19
fs: relax assertions on failure to encode file handles
Amir Goldstein
1
-3
/
+2
2024-12-02
ovl: avoid pointless cred reference count bump
Christian Brauner
1
-2
/
+2
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
3
-3
/
+3
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
3
-3
/
+3
2024-12-02
tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
Christian Brauner
1
-1
/
+1
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-187
/
+282
2024-11-20
ovl: Filter invalid inodes with missing lookup function
Vasiliy Kovalev
1
-0
/
+3
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-13
/
+5
2024-11-18
Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-25
/
+91
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+0
2024-11-15
ovl: convert ovl_real_fdget() callers to ovl_real_file()
Amir Goldstein
1
-84
/
+59
2024-11-15
ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
Amir Goldstein
1
-25
/
+34
2024-11-15
ovl: store upper real file in ovl_file struct
Amir Goldstein
1
-8
/
+41
2024-11-15
ovl: allocate a container struct ovl_file for ovl private context
Amir Goldstein
3
-9
/
+48
2024-11-15
ovl: do not open non-data lower file for fsync
Amir Goldstein
1
-27
/
+31
2024-11-15
ovl: Optimize override/revert creds
Vinicius Costa Gomes
2
-3
/
+11
2024-11-14
ovl: pass an explicit reference of creators creds to callers
Amir Goldstein
1
-12
/
+22
2024-11-13
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
Stefan Berger
2
-13
/
+5
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
9
-39
/
+44
2024-11-11
backing-file: clean up the API
Miklos Szeredi
1
-9
/
+13
2024-11-11
ovl: properly handle large files in ovl_security_fileattr
Oleksandr Tymoshenko
1
-1
/
+6
2024-10-16
fs: pass offset and result to backing_file end_write() callback
Amir Goldstein
1
-2
/
+7
2024-10-14
ovl: specify layers via file descriptors
Christian Brauner
1
-25
/
+91
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
2024-09-27
ovl: fix file leak in ovl_real_fdget_meta()
Amir Goldstein
1
-1
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-33
/
+35
2024-09-19
Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-17
/
+74
2024-09-16
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2024-09-08
ovl: fail if trusted xattrs are needed but caller lacks permission
Mike Baynton
1
-5
/
+33
2024-08-30
ovl: fsync after metadata copy-up
Amir Goldstein
1
-4
/
+39
2024-08-29
ovl: don't set the superblock's errseq_t manually
Haifeng Xu
1
-8
/
+2
[prev]
[next]