kernel-fxtec-pro1x/fs/f2fs
Mohan Srinivasan 004c6cfdf5 ANDROID: fs: Refactor FS readpage/write tracepoints.
Refactor the fs readpage/write tracepoints to move the
inode->path lookup outside the tracepoint code, and pass a pointer
to the path into the tracepoint code instead. This is necessary
because the tracepoint code runs non-preemptible. Thanks to
Trilok Soni for catching this in 4.4.

Signed-off-by: Mohan Srinivasan <srmohan@google.com>

[AmitP: Folded following android-4.9 commit changes into this patch
        a5c4dbb05ab7 ("ANDROID: Replace spaces by '_' for some android filesystem tracepoints.")]
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2018-08-28 17:10:42 +05:30
..
acl.c
acl.h
checkpoint.c
data.c ANDROID: fs: Refactor FS readpage/write tracepoints. 2018-08-28 17:10:42 +05:30
debug.c
dir.c
extent_cache.c
f2fs.h f2fs-for-4.19-rc1 2018-08-22 13:29:39 -07:00
file.c f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc 2018-08-20 23:13:42 -07:00
gc.c f2fs: readahead encrypted block during GC 2018-08-20 23:13:42 -07:00
gc.h
hash.c
inline.c ANDROID: fs: Refactor FS readpage/write tracepoints. 2018-08-28 17:10:42 +05:30
inode.c
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c
segment.c f2fs: readahead encrypted block during GC 2018-08-20 23:13:42 -07:00
segment.h f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc 2018-08-20 23:13:42 -07:00
shrinker.c
super.c f2fs-for-4.19-rc1 2018-08-22 13:29:39 -07:00
sysfs.c f2fs: fix performance issue observed with multi-thread sequential read 2018-08-20 23:13:42 -07:00
trace.c
trace.h
xattr.c
xattr.h