index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
btrfs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
2019-02-25
1
-29
/
+0
*
btrfs: don't use global reserve for chunk allocation
Josef Bacik
2019-02-25
1
-0
/
+1
*
btrfs: add new flushing states for the delayed refs rsv
Josef Bacik
2018-12-17
1
-0
/
+2
*
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-12-17
1
-1
/
+1
*
btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...
Qu Wenruo
2018-10-15
1
-0
/
+21
*
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-10-15
1
-7
/
+8
*
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
2018-08-06
1
-1
/
+1
*
btrfs: remove the logged extents infrastructure
Josef Bacik
2018-08-06
1
-1
/
+0
*
btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid
Qu Wenruo
2018-05-28
1
-8
/
+12
*
btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value
Qu Wenruo
2018-05-28
1
-7
/
+11
*
btrfs: trace: Add trace points for unused block groups
Qu Wenruo
2018-05-28
1
-0
/
+42
*
btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...
Qu Wenruo
2018-05-28
1
-10
/
+8
*
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-05-28
1
-5
/
+7
*
btrfs: tracepoints, use extended format with UUID where possible
David Sterba
2018-05-28
1
-18
/
+12
*
btrfs: tracepoints, fix whitespace in strings
David Sterba
2018-05-28
1
-2
/
+2
*
btrfs: tracepoints, drop unnecessary ULL casts
David Sterba
2018-05-28
1
-62
/
+62
*
btrfs: tracepoints, use %llu instead of %Lu
David Sterba
2018-05-28
1
-9
/
+9
*
btrfs: tracepoints, use correct type for inode number
David Sterba
2018-05-28
1
-23
/
+24
*
btrfs: qgroup: Update trace events for metadata reservation
Qu Wenruo
2018-03-31
1
-2
/
+53
*
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
Qu Wenruo
2018-03-31
1
-2
/
+3
*
btrfs: qgroup: Update trace events to use new separate rsv types
Qu Wenruo
2018-03-31
1
-5
/
+12
*
Btrfs: add tracepoint for em's EEXIST case
Liu Bo
2018-03-26
1
-0
/
+35
*
btrfs: Remove redundant FLAG_VACANCY
Nikolay Borisov
2018-01-22
1
-1
/
+0
*
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2017-11-14
1
-8
/
+33
|
\
|
*
btrfs: add tracepoints for outstanding extents mods
Josef Bacik
2017-11-01
1
-0
/
+21
|
*
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
2017-10-30
1
-8
/
+5
|
*
btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enum
Anand Jain
2017-10-30
1
-0
/
+7
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
btrfs: use BTRFS_FSID_SIZE for fsid
Anand Jain
2017-08-18
1
-9
/
+9
*
btrfs: Remove redundant argument of flush_space
Nikolay Borisov
2017-08-16
1
-8
/
+5
*
btrfs: backref, add tracepoints for prelim_ref insertion and merging
Jeff Mahoney
2017-08-16
1
-0
/
+58
*
btrfs: constify tracepoint arguments
Jeff Mahoney
2017-08-16
1
-114
/
+128
*
btrfs: cleanup unused qgroup trace event
Anand Jain
2017-06-19
1
-36
/
+0
*
btrfs: qgroup: Add trace point for qgroup reserved space
Qu Wenruo
2017-04-18
1
-0
/
+44
*
Btrfs: add file item tracepoints
Liu Bo
2017-04-18
1
-0
/
+139
*
btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-18
1
-1
/
+1
*
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-18
1
-1
/
+1
*
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
2017-02-14
1
-1
/
+1
*
btrfs: make tracepoint format strings more compact
David Sterba
2017-01-09
1
-56
/
+56
*
Btrfs: add truncated_len for ordered extent tracepoints
Liu Bo
2017-01-09
1
-0
/
+4
*
Btrfs: add 'inode' for extent map tracepoint
Liu Bo
2017-01-09
1
-4
/
+8
*
btrfs: fix crash when tracepoint arguments are freed by wq callbacks
David Sterba
2017-01-09
1
-9
/
+13
*
btrfs: convert extent-tree tracepoints to use fs_info
Jeff Mahoney
2016-12-06
1
-27
/
+22
*
btrfs: call functions that always use the same root with fs_info instead
Jeff Mahoney
2016-12-06
1
-8
/
+8
*
btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps
Qu Wenruo
2016-11-30
1
-1
/
+1
*
btrfs: prefix fsid to all trace events
Jeff Mahoney
2016-07-26
1
-136
/
+159
*
Btrfs: add fsid to some tracepoints
Josef Bacik
2016-07-07
1
-6
/
+11
*
Btrfs: add tracepoints for flush events
Josef Bacik
2016-07-07
1
-0
/
+82
*
Btrfs: add tracepoint for adding block groups
Josef Bacik
2016-07-07
1
-0
/
+40
*
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-04-09
1
-1
/
+88
|
\
[next]