index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
2023-01-19
1
-6
/
+4
*
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-5
/
+5
*
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-4
/
+6
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
*
ovl: call posix_acl_release() after error checking
Christian Brauner
2022-11-03
1
-1
/
+1
*
ovl: use posix acl api
Christian Brauner
2022-10-20
1
-2
/
+2
*
ovl: implement set acl method
Christian Brauner
2022-10-20
1
-0
/
+94
*
ovl: implement get acl method
Christian Brauner
2022-10-20
1
-31
/
+78
*
fs: rename current get acl method
Christian Brauner
2022-10-20
1
-3
/
+3
*
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-10-07
1
-3
/
+3
|
\
|
*
overlayfs: constify path
Al Viro
2022-09-01
1
-3
/
+3
*
|
acl: handle idmapped mounts for idmapped filesystems
Christian Brauner
2022-08-17
1
-4
/
+7
|
/
*
Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-08-08
1
-1
/
+3
|
\
|
*
ovl: improve ovl_get_acl() if POSIX ACL support is off
Yang Xu
2022-07-28
1
-1
/
+3
*
|
ovl: handle idmappings in ovl_get_acl()
Christian Brauner
2022-07-15
1
-8
/
+79
|
/
*
ovl: handle idmappings in ovl_xattr_{g,s}et()
Christian Brauner
2022-04-28
1
-4
/
+6
*
ovl: handle idmappings in ovl_permission()
Christian Brauner
2022-04-28
1
-3
/
+6
*
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
2022-04-28
1
-4
/
+4
*
ovl: store lower path in ovl_inode
Amir Goldstein
2022-04-28
1
-4
/
+7
*
ovl: handle idmappings for layer fileattrs
Christian Brauner
2022-04-28
1
-1
/
+1
*
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
2022-04-28
1
-3
/
+7
*
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
2022-04-28
1
-1
/
+2
*
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
2022-04-28
1
-8
/
+9
*
ovl: fix filattr copy-up failure
Miklos Szeredi
2021-11-04
1
-1
/
+4
*
ovl: enable RCU'd ->get_acl()
Miklos Szeredi
2021-08-18
1
-3
/
+4
*
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
1
-1
/
+4
*
ovl: update ctime when changing fileattr
Chengguang Xu
2021-08-17
1
-0
/
+3
*
ovl: skip checking lower file's i_writecount on truncate
Chengguang Xu
2021-08-17
1
-6
/
+0
*
ovl: consistent behavior for immutable/append-only inodes
Amir Goldstein
2021-08-17
1
-3
/
+47
*
ovl: copy up sync/noatime fileattr flags
Amir Goldstein
2021-08-17
1
-13
/
+31
*
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-05-01
1
-11
/
+7
|
\
|
*
ovl: trivial typo fixes in the file inode.c
Bhaskar Chowdhury
2021-04-12
1
-3
/
+3
|
*
ovl: remove ovl_map_dev_ino() return value
youngjun
2021-04-12
1
-8
/
+4
*
|
ovl: stack fileattr ops
Miklos Szeredi
2021-04-12
1
-0
/
+77
|
/
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-12
/
+15
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-4
/
+6
|
*
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
1
-4
/
+5
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-2
/
+2
*
|
ovl: perform vfs_getxattr() with mounter creds
Miklos Szeredi
2021-01-28
1
-0
/
+2
|
/
*
ovl: user xattr
Miklos Szeredi
2020-12-14
1
-3
/
+9
*
ovl: fix incorrect extent info in metacopy case
Chengguang Xu
2020-11-12
1
-1
/
+1
*
ovl: rearrange ovl_can_list()
Miklos Szeredi
2020-09-02
1
-3
/
+6
*
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
2020-09-02
1
-10
/
+12
*
ovl: drop flags argument from ovl_do_setxattr()
Miklos Szeredi
2020-09-02
1
-1
/
+1
[next]