| Commit message (Expand) | Author | Age | Files | Lines |
* | f2fs: add f2fs_drop_inode tracepoint | Hou Pengyang | 2017-02-27 | 1 | -0/+7 |
* | f2fs: trace victim's cost selectecd by f2fs_gc | Jaegeuk Kim | 2017-02-23 | 1 | -2/+6 |
* | f2fs: show actual device info in tracepoints | Jaegeuk Kim | 2017-02-23 | 1 | -23/+26 |
* | f2fs: avoid out-of-order execution of atomic writes | Jaegeuk Kim | 2017-02-23 | 1 | -0/+1 |
* | f2fs: add submit_bio tracepoint | Jaegeuk Kim | 2017-01-29 | 1 | -15/+30 |
* | f2fs: fix wrong tracepoints for op and op_flags | Jaegeuk Kim | 2017-01-29 | 1 | -16/+25 |
* | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2016-12-14 | 1 | -0/+21 |
|\ |
|
| * | f2fs: Trace reset zone events | Damien Le Moal | 2016-11-23 | 1 | -0/+21 |
* | | block,fs: use REQ_* flags directly | Christoph Hellwig | 2016-11-01 | 1 | -6/+4 |
* | | block: replace REQ_NOIDLE with REQ_IDLE | Christoph Hellwig | 2016-11-01 | 1 | -1/+1 |
|/ |
|
* | f2fs: clean up bio cache trace | Chao Yu | 2016-08-24 | 1 | -11/+7 |
* | block: get rid of bio_rw and READA | Christoph Hellwig | 2016-07-20 | 1 | -2/+2 |
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block, fs, drivers: remove REQ_OP compat defs and related code | Mike Christie | 2016-06-07 | 1 | -1/+0 |
* | f2fs: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -13/+21 |
* | f2fs: use percpu_counter for page counters | Jaegeuk Kim | 2016-05-18 | 1 | -5/+5 |
* | f2fs: support in batch multi blocks preallocation | Chao Yu | 2016-05-11 | 1 | -5/+9 |
* | f2fs: trace old block address for CoWed page | Chao Yu | 2016-02-22 | 1 | -4/+7 |
* | f2fs: support revoking atomic written pages | Chao Yu | 2016-02-22 | 1 | -0/+1 |
* | f2fs: add a tracepoint for sync_dirty_inodes | Chao Yu | 2015-12-17 | 1 | -0/+38 |
* | f2fs: add a tracepoint for f2fs_read_data_pages | Chao Yu | 2015-10-12 | 1 | -0/+26 |
* | f2fs: add a tracepoint for background gc | Jaegeuk Kim | 2015-10-09 | 1 | -0/+28 |
* | f2fs: trace in batches extent info update | Chao Yu | 2015-10-09 | 1 | -5/+10 |
* | f2fs: check the largest extent at look-up time | Jaegeuk Kim | 2015-08-04 | 1 | -6/+6 |
* | f2fs: add f2fs_map_blocks | Jaegeuk Kim | 2015-05-28 | 1 | -14/+14 |
* | f2fs: export more enums for tracepoint | Jaegeuk Kim | 2015-05-07 | 1 | -0/+5 |
* | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2015-04-18 | 1 | -1/+161 |
|\ |
|
| * | f2fs: pass checkpoint reason on roll-forward recovery | Jaegeuk Kim | 2015-04-16 | 1 | -0/+1 |
| * | f2fs: add some tracepoints to debug volatile and atomic writes | Jaegeuk Kim | 2015-04-10 | 1 | -1/+26 |
| * | f2fs: add trace for rb-tree extent cache ops | Chao Yu | 2015-03-03 | 1 | -0/+134 |
* | | f2fs: Export the enums in the tracepoints to userspace | Steven Rostedt (Red Hat) | 2015-04-08 | 1 | -0/+30 |
|/ |
|
* | f2fs: fix sparse warnings | Jaegeuk Kim | 2015-02-11 | 1 | -6/+7 |
* | f2fs: split UMOUNT and FASTBOOT flags | Jaegeuk Kim | 2015-02-11 | 1 | -0/+1 |
* | f2fs: merge flags in struct f2fs_sb_info | Chao Yu | 2015-02-11 | 1 | -2/+2 |
* | f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio... | Chao Yu | 2015-01-09 | 1 | -17/+20 |
* | f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS | Chao Yu | 2015-01-09 | 1 | -64/+51 |
* | f2fs: introduce FITRIM in f2fs_ioctl | Jaegeuk Kim | 2014-09-30 | 1 | -1/+2 |
* | f2fs: introduce cp_control structure | Jaegeuk Kim | 2014-09-30 | 1 | -5/+10 |
* | f2fs: add tracepoint for f2fs_direct_IO | Chao Yu | 2014-08-02 | 1 | -0/+63 |
* | f2fs: add tracepoint for f2fs_issue_flush | Jaegeuk Kim | 2014-07-30 | 1 | -0/+24 |
* | f2fs: add a tracepoint for f2fs_read_data_page | Chao Yu | 2014-05-07 | 1 | -2/+13 |
* | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages | Chao Yu | 2014-05-07 | 1 | -0/+64 |
* | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page | Chao Yu | 2014-05-07 | 1 | -0/+7 |
* | f2fs: add a tracepoint for f2fs_write_end | Chao Yu | 2014-05-07 | 1 | -0/+30 |
* | f2fs: add a tracepoint for f2fs_write_begin | Chao Yu | 2014-05-07 | 1 | -0/+30 |
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 1 | -2/+2 |
|\ |
|
| * | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-23 | 1 | -2/+2 |
* | | f2fs: refactor bio-related operations | Jaegeuk Kim | 2013-12-23 | 1 | -20/+10 |
* | | f2fs: add detailed information of bio types in the tracepoints | Jaegeuk Kim | 2013-12-23 | 1 | -5/+17 |
* | | f2fs: adds a tracepoint for f2fs_submit_read_bio | Chao Yu | 2013-12-23 | 1 | -17/+32 |