summaryrefslogtreecommitdiffstats
path: root/include/trace/events/btrfs.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo2019-07-011-0/+40
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-071-1/+242
|\
| * btrfs: trace: Introduce trace events for all btrfs tree locking eventsQu Wenruo2019-04-291-0/+42
| * btrfs: trace: Introduce trace events for sleepable tree lockQu Wenruo2019-04-291-0/+44
| * btrfs: Remove EXTENT_WRITEBACKNikolay Borisov2019-04-291-1/+0Star
| * btrfs: tracepoints: Add trace events for extent_io_treeQu Wenruo2019-04-291-1/+157
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
|/
* btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-251-29/+0Star
* btrfs: don't use global reserve for chunk allocationJosef Bacik2019-02-251-0/+1
* btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-0/+2
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Qu Wenruo2018-10-151-0/+21
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-7/+8
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-1/+1
* btrfs: remove the logged extents infrastructureJosef Bacik2018-08-061-1/+0Star
* btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transidQu Wenruo2018-05-281-8/+12
* btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl valueQu Wenruo2018-05-281-7/+11
* btrfs: trace: Add trace points for unused block groupsQu Wenruo2018-05-281-0/+42
* btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo2018-05-281-10/+8Star
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-281-5/+7
* btrfs: tracepoints, use extended format with UUID where possibleDavid Sterba2018-05-281-18/+12Star
* btrfs: tracepoints, fix whitespace in stringsDavid Sterba2018-05-281-2/+2
* btrfs: tracepoints, drop unnecessary ULL castsDavid Sterba2018-05-281-62/+62
* btrfs: tracepoints, use %llu instead of %LuDavid Sterba2018-05-281-9/+9
* btrfs: tracepoints, use correct type for inode numberDavid Sterba2018-05-281-23/+24
* btrfs: qgroup: Update trace events for metadata reservationQu Wenruo2018-03-311-2/+53
* btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo2018-03-311-2/+3
* btrfs: qgroup: Update trace events to use new separate rsv typesQu Wenruo2018-03-311-5/+12
* Btrfs: add tracepoint for em's EEXIST caseLiu Bo2018-03-261-0/+35
* btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-1/+0Star
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-141-8/+33
|\
| * btrfs: add tracepoints for outstanding extents modsJosef Bacik2017-11-011-0/+21
| * btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-8/+5Star
| * btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enumAnand Jain2017-10-301-0/+7
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* btrfs: use BTRFS_FSID_SIZE for fsidAnand Jain2017-08-181-9/+9
* btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-8/+5Star
* btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-161-0/+58
* btrfs: constify tracepoint argumentsJeff Mahoney2017-08-161-114/+128
* btrfs: cleanup unused qgroup trace eventAnand Jain2017-06-191-36/+0Star
* btrfs: qgroup: Add trace point for qgroup reserved spaceQu Wenruo2017-04-181-0/+44
* Btrfs: add file item tracepointsLiu Bo2017-04-181-0/+139
* btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: make tracepoint format strings more compactDavid Sterba2017-01-091-56/+56
* Btrfs: add truncated_len for ordered extent tracepointsLiu Bo2017-01-091-0/+4
* Btrfs: add 'inode' for extent map tracepointLiu Bo2017-01-091-4/+8
* btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-091-9/+13
* btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2016-12-061-27/+22Star