index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-03
fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
Stefan Berger
1
-5
/
+5
2023-08-30
Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
1
-4
/
+4
2023-08-12
ovl: make consistent use of OVL_FS()
Andrea Righi
1
-3
/
+3
2023-08-12
ovl: support encoding non-decodable file handles
Amir Goldstein
1
-1
/
+1
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
1
-1
/
+1
2023-06-19
ovl: pass ovl_fs to xino helpers
Amir Goldstein
1
-8
/
+10
2023-06-19
ovl: prepare for lazy lookup of lowerdata inode
Amir Goldstein
1
-4
/
+14
2023-06-19
ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
Amir Goldstein
1
-0
/
+2
2023-06-19
ovl: deduplicate lowerdata and lowerstack[]
Amir Goldstein
1
-2
/
+0
2023-06-19
ovl: deduplicate lowerpath and lowerstack[]
Amir Goldstein
1
-6
/
+2
2023-06-19
ovl: move ovl_entry into ovl_inode
Amir Goldstein
1
-4
/
+4
2023-06-19
ovl: fix null pointer dereference in ovl_get_acl_rcu()
Zhihao Cheng
1
-6
/
+6
2023-06-19
ovl: fix null pointer dereference in ovl_permission()
Zhihao Cheng
1
-3
/
+2
2023-01-19
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
1
-6
/
+4
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-5
/
+5
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
1
-4
/
+6
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2022-11-03
ovl: call posix_acl_release() after error checking
Christian Brauner
1
-1
/
+1
2022-10-20
ovl: use posix acl api
Christian Brauner
1
-2
/
+2
2022-10-20
ovl: implement set acl method
Christian Brauner
1
-0
/
+94
2022-10-20
ovl: implement get acl method
Christian Brauner
1
-31
/
+78
2022-10-20
fs: rename current get acl method
Christian Brauner
1
-3
/
+3
2022-10-07
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+3
2022-09-02
overlayfs: constify path
Al Viro
1
-3
/
+3
2022-08-17
acl: handle idmapped mounts for idmapped filesystems
Christian Brauner
1
-4
/
+7
2022-08-08
Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+3
2022-07-28
ovl: improve ovl_get_acl() if POSIX ACL support is off
Yang Xu
1
-1
/
+3
2022-07-15
ovl: handle idmappings in ovl_get_acl()
Christian Brauner
1
-8
/
+79
2022-04-28
ovl: handle idmappings in ovl_xattr_{g,s}et()
Christian Brauner
1
-4
/
+6
2022-04-28
ovl: handle idmappings in ovl_permission()
Christian Brauner
1
-3
/
+6
2022-04-28
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
1
-4
/
+4
2022-04-28
ovl: store lower path in ovl_inode
Amir Goldstein
1
-4
/
+7
2022-04-28
ovl: handle idmappings for layer fileattrs
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
1
-3
/
+7
2022-04-28
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
1
-1
/
+2
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
1
-8
/
+9
2021-11-04
ovl: fix filattr copy-up failure
Miklos Szeredi
1
-1
/
+4
2021-08-18
ovl: enable RCU'd ->get_acl()
Miklos Szeredi
1
-3
/
+4
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
1
-1
/
+4
2021-08-17
ovl: update ctime when changing fileattr
Chengguang Xu
1
-0
/
+3
2021-08-17
ovl: skip checking lower file's i_writecount on truncate
Chengguang Xu
1
-6
/
+0
2021-08-17
ovl: consistent behavior for immutable/append-only inodes
Amir Goldstein
1
-3
/
+47
2021-08-17
ovl: copy up sync/noatime fileattr flags
Amir Goldstein
1
-13
/
+31
2021-05-01
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-11
/
+7
2021-04-12
ovl: stack fileattr ops
Miklos Szeredi
1
-0
/
+77
[next]