index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
2023-11-25
1
-0
/
+4
*
ovl: Add an alternative type of whiteout
Alexander Larsson
2023-10-31
1
-2
/
+2
*
ovl: reorder ovl_want_write() after ovl_inode_lock()
Amir Goldstein
2023-10-31
1
-34
/
+26
*
ovl: store enum redirect_mode in config instead of a string
Amir Goldstein
2023-06-19
1
-1
/
+1
*
ovl: negate the ofs->share_whiteout boolean
Amir Goldstein
2023-06-19
1
-2
/
+2
*
ovl: move ovl_entry into ovl_inode
Amir Goldstein
2023-06-19
1
-1
/
+1
*
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
2023-06-19
1
-2
/
+1
*
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-12-12
1
-16
/
+30
|
\
|
*
ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
Zhang Tianci
2022-12-08
1
-16
/
+30
*
|
ovl: use posix acl api
Christian Brauner
2022-10-20
1
-18
/
+2
*
|
ovl: implement set acl method
Christian Brauner
2022-10-20
1
-0
/
+1
*
|
ovl: implement get acl method
Christian Brauner
2022-10-20
1
-1
/
+2
*
|
fs: rename current get acl method
Christian Brauner
2022-10-20
1
-1
/
+1
|
/
*
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
2022-04-28
1
-6
/
+4
*
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
2022-04-28
1
-1
/
+1
*
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
2022-04-28
1
-16
/
+15
*
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
2022-04-28
1
-1
/
+1
*
ovl: pass ofs to setattr operations
Christian Brauner
2022-04-28
1
-1
/
+1
*
ovl: pass ofs to creation operations
Christian Brauner
2022-04-28
1
-40
/
+45
*
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
2022-04-28
1
-7
/
+8
*
ovl: fix warning in ovl_create_real()
Miklos Szeredi
2021-11-04
1
-2
/
+1
*
ovl: fix missing negative dentry check in ovl_rename()
Zheng Liang
2021-09-24
1
-3
/
+7
*
ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()
chenying
2021-08-17
1
-2
/
+4
*
ovl: do not set overlay.opaque for new directories
Vyacheslav Yurkov
2021-08-17
1
-1
/
+3
*
ovl: pass ovl_fs to ovl_check_setxattr()
Amir Goldstein
2021-08-17
1
-2
/
+4
*
ovl: stack fileattr ops
Miklos Szeredi
2021-04-12
1
-0
/
+2
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-15
/
+16
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-10
/
+11
|
*
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
1
-1
/
+1
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
ovl: fix dentry leak in ovl_get_redirect
Liangyan
2021-01-28
1
-1
/
+1
|
/
*
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
2020-09-02
1
-1
/
+1
*
ovl: initialize OVL_UPPERDATA in ovl_lookup()
Vivek Goyal
2020-06-02
1
-0
/
+2
*
ovl: whiteout inode sharing
Chengguang Xu
2020-05-13
1
-12
/
+37
*
ovl: fix WARN_ON nlink drop to zero
Miklos Szeredi
2020-03-27
1
-2
/
+24
*
ovl: check if upper fs supports RENAME_WHITEOUT
Amir Goldstein
2020-03-17
1
-1
/
+1
*
ovl: decide if revalidate needed on a per-dentry basis
Miklos Szeredi
2020-03-17
1
-0
/
+3
*
ovl: use pr_fmt auto generate prefix
lijiazi
2020-01-22
1
-5
/
+5
*
ovl: relax WARN_ON() on rename to self
Amir Goldstein
2019-12-10
1
-1
/
+1
*
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
ovl: fix typo in MODULE_PARM_DESC
Nicolas Schier
2019-06-18
1
-1
/
+1
|
/
[next]