Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f46b24c9457143a367c6707eac82d546e2bcf280
/
include
/
trace
/
events
/
btrfs.h
f46b24c
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
by David Sterba
· 7 years ago
2e63e62
btrfs: tracepoints, use extended format with UUID where possible
by David Sterba
· 7 years ago
79bcb71
btrfs: tracepoints, fix whitespace in strings
by David Sterba
· 7 years ago
8eec846
btrfs: tracepoints, drop unnecessary ULL casts
by David Sterba
· 7 years ago
5439c7f
btrfs: tracepoints, use %llu instead of %Lu
by David Sterba
· 7 years ago
f8f8e18
btrfs: tracepoints, use correct type for inode number
by David Sterba
· 7 years ago
4ee0d88
btrfs: qgroup: Update trace events for metadata reservation
by Qu Wenruo
· 7 years ago
733e03a
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
by Qu Wenruo
· 7 years ago
64ee4e7
btrfs: qgroup: Update trace events to use new separate rsv types
by Qu Wenruo
· 7 years ago
393da91
Btrfs: add tracepoint for em's EEXIST case
by Liu Bo
· 7 years ago
4a2d25c
btrfs: Remove redundant FLAG_VACANCY
by Nikolay Borisov
· 7 years ago
5cea764
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
dd48d40
btrfs: add tracepoints for outstanding extents mods
by Josef Bacik
· 7 years ago
d278850
btrfs: remove delayed_ref_node from ref_head
by Josef Bacik
· 7 years ago
012e513e
btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enum
by Anand Jain
· 7 years ago
b94417e
btrfs: use BTRFS_FSID_SIZE for fsid
by Anand Jain
· 7 years ago
7bdd627
btrfs: Remove redundant argument of flush_space
by Nikolay Borisov
· 8 years ago
0014275
btrfs: backref, add tracepoints for prelim_ref insertion and merging
by Jeff Mahoney
· 8 years ago
9a35b63
btrfs: constify tracepoint arguments
by Jeff Mahoney
· 8 years ago
62b163f
btrfs: cleanup unused qgroup trace event
by Anand Jain
· 8 years ago
3159fe7
btrfs: qgroup: Add trace point for qgroup reserved space
by Qu Wenruo
· 8 years ago
09ed2f1
Btrfs: add file item tracepoints
by Liu Bo
· 8 years ago
e76edab
btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
490b54d
btrfs: convert extent_map.refs from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
4a0cc7c
btrfs: Make btrfs_ino take a struct btrfs_inode
by Nikolay Borisov
· 8 years ago
562a7a0
btrfs: make tracepoint format strings more compact
by David Sterba
· 8 years ago
7856654
Btrfs: add truncated_len for ordered extent tracepoints
by Liu Bo
· 8 years ago
92a1bf7
Btrfs: add 'inode' for extent map tracepoint
by Liu Bo
· 8 years ago
ac0c7cf
btrfs: fix crash when tracepoint arguments are freed by wq callbacks
by David Sterba
· 8 years ago
71ff643
btrfs: convert extent-tree tracepoints to use fs_info
by Jeff Mahoney
· 8 years ago
6bccf3a
btrfs: call functions that always use the same root with fs_info instead
by Jeff Mahoney
· 9 years ago
50b3e04
btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps
by Qu Wenruo
· 8 years ago
bc07452
btrfs: prefix fsid to all trace events
by Jeff Mahoney
· 9 years ago
dce3afa
Btrfs: add fsid to some tracepoints
by Josef Bacik
· 9 years ago
f376df2
Btrfs: add tracepoints for flush events
by Josef Bacik
· 9 years ago
c83f8ef
Btrfs: add tracepoint for adding block groups
by Josef Bacik
· 9 years ago
839a3f7
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
0f5dcf8
btrfs: Add qgroup tracing
by Mark Fasheh
· 9 years ago
420adbe9
mm, tracing: unify mm flags handling in tracepoints and printk
by Vlastimil Babka
· 9 years ago
f7d3d2f
Merge branch 'freespace-tree' into for-linus-4.5
by Chris Mason
· 9 years ago
208acb8
Btrfs: introduce the free space B-tree on-disk format
by Omar Sandoval
· 9 years ago
81fb6f7
btrfs: qgroup: Add new trace point for qgroup data reserve
by Qu Wenruo
· 9 years ago
e69bcee
btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.
by Qu Wenruo
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
bbedb17
tracing: %pF is only for function pointers
by Scott Wood
· 10 years ago
254a2d1
Btrfs: fix wrong parse of extent map's tracepoint
by Liu Bo
· 10 years ago
b7831b2
Btrfs: show real function name in btrfs workqueue tracepoint
by Liu Bo
· 10 years ago
1a76e4b
Btrfs: cleanup for btrfs workqueue tracepoints
by Liu Bo
· 10 years ago
b38a625
Btrfs: add work_struct information for workqueue tracepoint
by Liu Bo
· 10 years ago
d398210
btrfs: add trace for qgroup accounting
by Mark Fasheh
· 10 years ago
c3a4689
btrfs: Add trace for btrfs_workqueue alloc/destroy
by Qu Wenruo
· 11 years ago
52483bc
btrfs: Add ftrace for btrfs_workqueue
by Qu Wenruo
· 11 years ago
792ddef
Btrfs/tracepoint: update new flags for ordered extent TP
by Liu Bo
· 11 years ago
9d04a8c
Btrfs/tracepoint: fix to report right flags for ordered extent
by Liu Bo
· 11 years ago
4cd8587
btrfs: Use trace condition for get_extent tracepoint
by Steven Rostedt
· 11 years ago
13fd8da
btrfs: add lockdep and tracing annotations for uuid tree
by David Sterba
· 11 years ago
599c75e
Btrfs/tracepoint: update delayed ref tracepoints
by Liu Bo
· 11 years ago
e112e2b
Btrfs: update new flags for tracepoint
by Liu Bo
· 12 years ago
fb57dc8
Btrfs: parse parent 0 into correct value in tracepoint
by Liu Bo
· 12 years ago
dea7d76
Btrfs: update delayed ref's tracepoints to show sequence
by Liu Bo
· 12 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
8c2a3ca
Btrfs: space leak tracepoints
by Josef Bacik
· 13 years ago
3f7de03
Btrfs: add allocator tracepoints
by Josef Bacik
· 13 years ago
846d5a0
writeback: remove .nonblocking and .encountered_congestion
by Wu Fengguang
· 14 years ago
7f34b74
tracing: Update btrfs's tracepoints to use u64 interface
by liubo
· 14 years ago
1abe9b8
Btrfs: add initial tracepoint support for btrfs
by liubo
· 14 years ago