aboutsummaryrefslogtreecommitdiff
path: root/include/trace/events/btrfs.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: tracepoints: drop typecasts from printkGravatar David Sterba 1-15/+13
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cGravatar Omar Sandoval 1-3/+3
2019-10-17btrfs: tracepoints: Fix bad entry members of qgroup eventsGravatar Qu Wenruo 1-1/+2
2019-09-09btrfs: add a flush step for delayed iputsGravatar Josef Bacik 1-0/+1
2019-09-09btrfs: Remove unused locking functionsGravatar Nikolay Borisov 1-2/+0
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateGravatar Qu Wenruo 1-0/+40
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-1/+242
2019-04-29btrfs: trace: Introduce trace events for all btrfs tree locking eventsGravatar Qu Wenruo 1-0/+42
2019-04-29btrfs: trace: Introduce trace events for sleepable tree lockGravatar Qu Wenruo 1-0/+44
2019-04-29btrfs: Remove EXTENT_WRITEBACKGravatar Nikolay Borisov 1-1/+0
2019-04-29btrfs: tracepoints: Add trace events for extent_io_treeGravatar Qu Wenruo 1-1/+157
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Gravatar Qu Wenruo 1-29/+0
2019-02-25btrfs: don't use global reserve for chunk allocationGravatar Josef Bacik 1-0/+1
2018-12-17btrfs: add new flushing states for the delayed refs rsvGravatar Josef Bacik 1-0/+2
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoGravatar Nikolay Borisov 1-1/+1
2018-10-15btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Gravatar Qu Wenruo 1-0/+21
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-7/+8
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenGravatar Qu Wenruo 1-1/+1
2018-08-06btrfs: remove the logged extents infrastructureGravatar Josef Bacik 1-1/+0
2018-05-28btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transidGravatar Qu Wenruo 1-8/+12
2018-05-28btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl valueGravatar Qu Wenruo 1-7/+11
2018-05-28btrfs: trace: Add trace points for unused block groupsGravatar Qu Wenruo 1-0/+42
2018-05-28btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Gravatar Qu Wenruo 1-10/+8
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointGravatar David Sterba 1-5/+7
2018-05-28btrfs: tracepoints, use extended format with UUID where possibleGravatar David Sterba 1-18/+12
2018-05-28btrfs: tracepoints, fix whitespace in stringsGravatar David Sterba 1-2/+2
2018-05-28btrfs: tracepoints, drop unnecessary ULL castsGravatar David Sterba 1-62/+62
2018-05-28btrfs: tracepoints, use %llu instead of %LuGravatar David Sterba 1-9/+9
2018-05-28btrfs: tracepoints, use correct type for inode numberGravatar David Sterba 1-23/+24
2018-03-31btrfs: qgroup: Update trace events for metadata reservationGravatar Qu Wenruo 1-2/+53
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransGravatar Qu Wenruo 1-2/+3
2018-03-31btrfs: qgroup: Update trace events to use new separate rsv typesGravatar Qu Wenruo 1-5/+12
2018-03-26Btrfs: add tracepoint for em's EEXIST caseGravatar Liu Bo 1-0/+35
2018-01-22btrfs: Remove redundant FLAG_VACANCYGravatar Nikolay Borisov 1-1/+0
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-8/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01btrfs: add tracepoints for outstanding extents modsGravatar Josef Bacik 1-0/+21
2017-10-30btrfs: remove delayed_ref_node from ref_headGravatar Josef Bacik 1-8/+5
2017-10-30btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enumGravatar Anand Jain 1-0/+7
2017-08-18btrfs: use BTRFS_FSID_SIZE for fsidGravatar Anand Jain 1-9/+9
2017-08-16btrfs: Remove redundant argument of flush_spaceGravatar Nikolay Borisov 1-8/+5
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingGravatar Jeff Mahoney 1-0/+58
2017-08-16btrfs: constify tracepoint argumentsGravatar Jeff Mahoney 1-114/+128
2017-06-19btrfs: cleanup unused qgroup trace eventGravatar Anand Jain 1-36/+0
2017-04-18btrfs: qgroup: Add trace point for qgroup reserved spaceGravatar Qu Wenruo 1-0/+44
2017-04-18Btrfs: add file item tracepointsGravatar Liu Bo 1-0/+139
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-1/+1