index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
ovl: Fix uninit-value in ovl_fill_real
Qing Wang
1
-1
/
+1
2026-01-19
ovl: Use "buf" flexible array for memcpy() destination
Kees Cook
2
-2
/
+2
2025-12-07
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
1
-1
/
+1
2025-07-17
ovl: Check for NULL d_inode() in ovl_dentry_upper()
Kees Cook
1
-1
/
+3
2024-12-14
ovl: Filter invalid inodes with missing lookup function
Vasiliy Kovalev
1
-0
/
+3
2024-09-04
ovl: do not fail because of O_NOATIME
Miklos Szeredi
1
-8
/
+3
2024-06-21
namei: introduce struct renamedata
Christian Brauner
1
-1
/
+8
2023-11-28
ima: detect changes to the backing overlay file
Mimi Zohar
1
-1
/
+1
2023-10-25
overlayfs: set ctime when setting mtime and atime
Jeff Layton
1
-1
/
+1
2023-09-23
ovl: fix incorrect fdput() on aio completion
Amir Goldstein
1
-6
/
+3
2023-09-19
ovl: Always reevaluate the file signature for IMA
Eric Snowberg
1
-1
/
+1
2023-08-26
ovl: check type and offset of struct vfsmount in ovl_entry
Christian Brauner
1
-0
/
+9
2023-07-27
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
7
-13
/
+30
2023-02-22
ovl: remove privs in ovl_fallocate()
Amir Goldstein
1
-1
/
+11
2023-02-22
ovl: remove privs in ovl_copyfile()
Amir Goldstein
1
-2
/
+14
2023-01-14
ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
Zhang Tianci
1
-16
/
+30
2023-01-14
ovl: fix use inode directly in rcu-walk mode
Chen Zhongjin
1
-1
/
+6
2022-08-21
ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()
Jiachen Zhang
1
-1
/
+1
2021-12-22
ovl: fix warning in ovl_create_real()
Miklos Szeredi
3
-6
/
+10
2021-12-08
ovl: fix deadlock in splice write
Miklos Szeredi
1
-1
/
+46
2021-12-08
ovl: simplify file splice
Miklos Szeredi
1
-44
/
+2
2021-11-18
ovl: fix use after free in struct ovl_aio_req
yangerkun
1
-2
/
+14
2021-10-13
ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO
Miklos Szeredi
1
-1
/
+14
2021-10-13
ovl: fix missing negative dentry check in ovl_rename()
Zheng Liang
1
-3
/
+7
2021-09-18
ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()
chenying
1
-2
/
+4
2021-09-08
new helper: inode_wrong_type()
Al Viro
1
-2
/
+2
2021-09-03
ovl: fix uninitialized pointer read in ovl_lookup_real_one()
Miklos Szeredi
1
-1
/
+1
2021-05-14
ovl: invalidate readdir cache on changes to dir with origin
Amir Goldstein
3
-37
/
+36
2021-05-14
ovl: fix missing revert_creds() on error path
Dan Carpenter
1
-1
/
+2
2021-05-07
ovl: allow upperdir inside lowerdir
Miklos Szeredi
1
-5
/
+7
2021-05-07
ovl: fix leaked dentry
Mickaël Salaün
1
-0
/
+1
2021-02-17
ovl: expand warning in ovl_d_real()
Miklos Szeredi
1
-5
/
+8
2021-02-17
ovl: skip getxattr of security labels
Amir Goldstein
1
-7
/
+8
2021-02-17
ovl: perform vfs_getxattr() with mounter creds
Miklos Szeredi
1
-0
/
+2
2021-02-10
ovl: implement volatile-specific fsync error behaviour
Sargun Dhillon
6
-11
/
+63
2021-02-10
ovl: avoid deadlock on directory ioctl
Miklos Szeredi
1
-16
/
+7
2021-02-10
ovl: fix dentry leak in ovl_get_redirect
Liangyan
1
-1
/
+1
2020-12-30
ovl: make ioctl() safe
Miklos Szeredi
1
-71
/
+16
2020-10-06
ovl: use generic vfs_ioc_setflags_prepare() helper
Amir Goldstein
1
-32
/
+30
2020-10-06
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
Amir Goldstein
3
-12
/
+51
2020-09-02
ovl: rearrange ovl_can_list()
Miklos Szeredi
1
-3
/
+6
2020-09-02
ovl: enumerate private xattrs
Miklos Szeredi
3
-26
/
+59
2020-09-02
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
9
-86
/
+107
2020-09-02
ovl: drop flags argument from ovl_do_setxattr()
Miklos Szeredi
6
-9
/
+9
2020-09-02
ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
Miklos Szeredi
2
-4
/
+4
2020-09-02
ovl: use ovl_do_getxattr() for private xattr
Miklos Szeredi
4
-8
/
+15
2020-09-02
ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()
Miklos Szeredi
1
-36
/
+17
2020-09-02
ovl: clean up ovl_getxattr() in copy_up.c
Miklos Szeredi
1
-21
/
+11
2020-09-02
duplicate ovl_getxattr()
Miklos Szeredi
3
-4
/
+35
2020-09-02
ovl: provide a mount option "volatile"
Vivek Goyal
5
-8
/
+97
[next]