linux-bl808/fs/cachefiles
Jeffle Xu 1519670e4f cachefiles: add tracepoints for on-demand read mode
Add tracepoints for on-demand read mode. Currently following tracepoints
are added:

	OPEN request / COPEN reply
	CLOSE request
	READ request / CREAD reply
	write through anonymous fd
	release of anonymous fd

Signed-off-by: Jeffle Xu <jefflexu@linux.alibaba.com>
Acked-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/20220425122143.56815-8-jefflexu@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
2022-05-18 00:11:18 +08:00
..
cache.c
daemon.c cachefiles: enable on-demand read mode 2022-05-18 00:11:18 +08:00
error_inject.c
interface.c cachefiles: notify the user daemon when withdrawing cookie 2022-05-18 00:11:17 +08:00
internal.h cachefiles: implement on-demand read 2022-05-18 00:11:18 +08:00
io.c cachefiles: implement on-demand read 2022-05-18 00:11:18 +08:00
Kconfig
key.c
main.c
Makefile
namei.c
ondemand.c cachefiles: add tracepoints for on-demand read mode 2022-05-18 00:11:18 +08:00
security.c
volume.c
xattr.c