index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
f2fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
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-02
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-06
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-12
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-21
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-23
f2fs: split bio cache
Jaegeuk Kim
1
-1
/
+13
2017-05-23
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
1
-1
/
+1
2017-05-03
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-21
f2fs: add missing INMEM_REVOKE trace enum definition
Chao Yu
1
-0
/
+1
2017-03-21
f2fs: make sure trace all f2fs_issue_flush
Kinglong Mee
1
-4
/
+7
2017-03-21
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
2016-12-14
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-0
/
+21
2016-11-23
f2fs: Trace reset zone events
Damien Le Moal
1
-0
/
+21
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-6
/
+4
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
1
-1
/
+1
2016-08-24
f2fs: clean up bio cache trace
Chao Yu
1
-11
/
+7
2016-07-20
block: get rid of bio_rw and READA
Christoph Hellwig
1
-2
/
+2
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-1
/
+1
2016-06-07
block, fs, drivers: remove REQ_OP compat defs and related code
Mike Christie
1
-1
/
+0
2016-06-07
f2fs: use bio op accessors
Mike Christie
1
-13
/
+21
2016-05-18
f2fs: use percpu_counter for page counters
Jaegeuk Kim
1
-5
/
+5
2016-05-11
f2fs: support in batch multi blocks preallocation
Chao Yu
1
-5
/
+9
2016-02-22
f2fs: trace old block address for CoWed page
Chao Yu
1
-4
/
+7
2016-02-22
f2fs: support revoking atomic written pages
Chao Yu
1
-0
/
+1
2015-12-17
f2fs: add a tracepoint for sync_dirty_inodes
Chao Yu
1
-0
/
+38
2015-10-12
f2fs: add a tracepoint for f2fs_read_data_pages
Chao Yu
1
-0
/
+26
2015-10-09
f2fs: add a tracepoint for background gc
Jaegeuk Kim
1
-0
/
+28
2015-10-09
f2fs: trace in batches extent info update
Chao Yu
1
-5
/
+10
2015-08-04
f2fs: check the largest extent at look-up time
Jaegeuk Kim
1
-6
/
+6
2015-05-28
f2fs: add f2fs_map_blocks
Jaegeuk Kim
1
-14
/
+14
2015-05-07
f2fs: export more enums for tracepoint
Jaegeuk Kim
1
-0
/
+5
2015-04-18
Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-1
/
+161
2015-04-16
f2fs: pass checkpoint reason on roll-forward recovery
Jaegeuk Kim
1
-0
/
+1
2015-04-10
f2fs: add some tracepoints to debug volatile and atomic writes
Jaegeuk Kim
1
-1
/
+26
[next]