index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
f2fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
f2fs: move ioctl interface definitions to separated file
Chao Yu
1
-0
/
+1
2020-09-11
f2fs: trace: fix typo
Chao Yu
1
-1
/
+1
2020-09-11
f2fs: support age threshold based garbage collection
Chao Yu
1
-3
/
+5
2020-07-08
f2fs: support to trace f2fs_fiemap()
Chao Yu
1
-0
/
+37
2020-07-08
f2fs: support to trace f2fs_bmap()
Chao Yu
1
-0
/
+26
2020-06-09
Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-2
/
+81
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-05-12
f2fs: add compressed/gc data read IO stat
Chao Yu
1
-3
/
+8
2020-05-12
f2fs: refactor resize_fs to avoid meta updates in progress
Jaegeuk Kim
1
-1
/
+3
2020-05-12
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
1
-1
/
+2
2020-04-17
f2fs: support read iostat
Chao Yu
1
-2
/
+21
2020-04-17
f2fs: add tracepoint for f2fs iostat
Daeho Jeong
1
-0
/
+52
2020-04-03
f2fs: compress: support zstd compress algorithm
Chao Yu
1
-1
/
+2
2020-01-18
f2fs: show the CP_PAUSE reason in checkpoint traces
Sahitya Tummala
1
-1
/
+2
2020-01-18
f2fs: support data compression
Chao Yu
1
-0
/
+100
2019-07-13
Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-5
/
+6
2019-07-03
f2fs: support swap file w/ DIO
Jaegeuk Kim
1
-5
/
+6
2019-06-20
f2fs: use block layer helper for show_bio_op macro
Chaitanya Kulkarni
1
-10
/
+1
2019-05-09
f2fs: add tracepoint for f2fs_filemap_fault()
Chao Yu
1
-0
/
+26
2019-04-16
f2fs: add tracepoint for f2fs_file_write_iter()
Chao Yu
1
-0
/
+31
2019-03-13
f2fs: print more parameters in trace_f2fs_map_blocks
Chao Yu
1
-1
/
+11
2019-03-13
f2fs: trace f2fs_ioc_shutdown
Chao Yu
1
-0
/
+32
2019-01-08
f2fs: fix compile warnings: 'struct *' declared inside parameter list
Zhikang Zhang
1
-0
/
+3
2018-10-25
block: add a report_zones method
Christoph Hellwig
1
-1
/
+0
2018-03-28
treewide: remove large struct-pass-by-value from tracepoint arguments
Alexei Starovoitov
1
-1
/
+1
2018-01-03
f2fs: recover directory operations by fsync
Jaegeuk Kim
1
-1
/
+2
2017-11-16
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+110
2017-11-07
f2fs: trace checkpoint reason in fsync()
Chao Yu
1
-6
/
+18
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-26
f2fs: trace f2fs_readdir
Chao Yu
1
-0
/
+29
2017-10-26
f2fs: trace f2fs_lookup
Chao Yu
1
-0
/
+56
2017-10-26
f2fs: trace f2fs_remove_discard
Chao Yu
1
-0
/
+7
2017-09-13
Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-3
/
+110
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-08-22
f2fs: add tracepoint for f2fs_gc
Chao Yu
1
-0
/
+107
2017-08-15
f2fs: fix potential overflow when adjusting GC cycle
Chao Yu
1
-3
/
+3
2017-05-24
f2fs: split bio cache
Jaegeuk Kim
1
-1
/
+13
2017-05-24
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
1
-1
/
+1
2017-05-04
f2fs: enhance scalability of trace macro
Chao Yu
1
-16
/
+14
2017-05-03
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
1
-1
/
+3
2017-04-19
f2fs: trace __submit_discard_cmd
Chao Yu
1
-1
/
+15
2017-03-22
f2fs: add missing INMEM_REVOKE trace enum definition
Chao Yu
1
-0
/
+1
2017-03-22
f2fs: make sure trace all f2fs_issue_flush
Kinglong Mee
1
-4
/
+7
2017-03-22
f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer
Jaegeuk Kim
1
-0
/
+2
2017-02-27
f2fs: add f2fs_drop_inode tracepoint
Hou Pengyang
1
-0
/
+7
2017-02-23
f2fs: trace victim's cost selectecd by f2fs_gc
Jaegeuk Kim
1
-2
/
+6
2017-02-23
f2fs: show actual device info in tracepoints
Jaegeuk Kim
1
-23
/
+26
2017-02-23
f2fs: avoid out-of-order execution of atomic writes
Jaegeuk Kim
1
-0
/
+1
2017-01-29
f2fs: add submit_bio tracepoint
Jaegeuk Kim
1
-15
/
+30
2017-01-29
f2fs: fix wrong tracepoints for op and op_flags
Jaegeuk Kim
1
-16
/
+25
[next]