summaryrefslogtreecommitdiffstats
path: root/include/trace/events/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-11/+11
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-32/+109
|\
| * f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-3/+8
| * f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-9/+9
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-22/+0
| * f2fs: introduce data read/write showing path infoJaegeuk Kim2022-04-251-0/+94
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-8/+4
|/
* fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-2/+1
* f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-6/+9
* f2fs: fix the f2fs_file_write_iter tracepointEric Biggers2021-12-041-6/+6
* f2fs: multidevice: support direct IOChao Yu2021-10-261-5/+16
* f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-09-281-6/+6
* f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-0/+95
* f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+2
* f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-021-0/+1
* f2fs: trace: fix typoChao Yu2020-09-111-1/+1
* f2fs: support age threshold based garbage collectionChao Yu2020-09-111-3/+5
* f2fs: support to trace f2fs_fiemap()Chao Yu2020-07-071-0/+37
* f2fs: support to trace f2fs_bmap()Chao Yu2020-07-071-0/+26
* Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-06-091-2/+81
|\
| * f2fs: add compressed/gc data read IO statChao Yu2020-05-111-3/+8
| * f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim2020-05-111-1/+3
| * f2fs: compress: support lzo-rle compress algorithmChao Yu2020-05-111-1/+2
| * f2fs: support read iostatChao Yu2020-04-171-2/+21
| * f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-171-0/+52
* | f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-3/+3
|/
* f2fs: compress: support zstd compress algorithmChao Yu2020-04-031-1/+2
* f2fs: show the CP_PAUSE reason in checkpoint tracesSahitya Tummala2020-01-171-1/+2
* f2fs: support data compressionChao Yu2020-01-171-0/+100
* Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-07-121-5/+6
|\
| * f2fs: support swap file w/ DIOJaegeuk Kim2019-07-031-5/+6
* | f2fs: use block layer helper for show_bio_op macroChaitanya Kulkarni2019-06-201-10/+1
|/
* f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu2019-05-081-0/+26
* f2fs: add tracepoint for f2fs_file_write_iter()Chao Yu2019-04-161-0/+31
* f2fs: print more parameters in trace_f2fs_map_blocksChao Yu2019-03-121-1/+11
* f2fs: trace f2fs_ioc_shutdownChao Yu2019-03-121-0/+32
* f2fs: fix compile warnings: 'struct *' declared inside parameter listZhikang Zhang2019-01-081-0/+3
* block: add a report_zones methodChristoph Hellwig2018-10-251-1/+0
* treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-281-1/+1
* f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-021-1/+2
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-6/+110
|\
| * f2fs: trace checkpoint reason in fsync()Chao Yu2017-11-061-6/+18
| * f2fs: trace f2fs_readdirChao Yu2017-10-261-0/+29
| * f2fs: trace f2fs_lookupChao Yu2017-10-261-0/+56
| * f2fs: trace f2fs_remove_discardChao Yu2017-10-261-0/+7
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-121-3/+110
|\
| * f2fs: add tracepoint for f2fs_gcChao Yu2017-08-211-0/+107
| * f2fs: fix potential overflow when adjusting GC cycleChao Yu2017-08-151-3/+3
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
|/