openharmony_kernel_liteos_a/fs/vfs
Leon Chan 38a6b804e9 feat: page cache backed by vnode instead of filep
1, change the owner of page to vnode
2, save the file path in vnode

close: #I44TBS
Signed-off-by: Leon Chan <chenwei26@huawei.com>
2021-09-14 15:31:33 +08:00
..
bcache feat: add sync() to vfs 2021-09-08 15:41:52 +08:00
include feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
operation feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
vfs_cmd feat: add sync() to vfs 2021-09-08 15:41:52 +08:00
BUILD.gn feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
Kconfig refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
Makefile feat: add sync() to vfs 2021-09-08 15:41:52 +08:00
mount.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
path_cache.c feat: add /proc/fs_cache to display cache info 2021-06-22 14:53:17 +08:00
vnode.c feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
vnode_hash.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00