summaryrefslogtreecommitdiff
path: root/include/trace/events/btrfs.h
AgeCommit message (Expand)Author
2022-03-14btrfs: add code to support the block group rootJosef Bacik
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik
2021-08-23btrfs: include delalloc related info in dump space info tracepointJosef Bacik
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo
2020-07-27btrfs: tracepoints: convert flush states to using EM macrosNikolay Borisov
2020-07-27btrfs: tracepoints: switch extent_io_tree_owner to using EM macroNikolay Borisov
2020-07-27btrfs: tracepoints: fix qgroup reservation type printingNikolay Borisov
2020-07-27btrfs: tracepoints: move FLUSH_ACTIONS defineNikolay Borisov
2020-07-27btrfs: tracepoints: fix extent type symbolic name printNikolay Borisov
2020-07-27btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flagsNikolay Borisov
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: tracepoints: constify all pointersDavid Sterba
2019-11-18btrfs: tracepoints: drop typecasts from printkDavid Sterba
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval
2019-10-17btrfs: tracepoints: Fix bad entry members of qgroup eventsQu Wenruo
2019-09-09btrfs: add a flush step for delayed iputsJosef Bacik
2019-09-09btrfs: Remove unused locking functionsNikolay Borisov
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-04-29btrfs: trace: Introduce trace events for all btrfs tree locking eventsQu Wenruo
2019-04-29btrfs: trace: Introduce trace events for sleepable tree lockQu Wenruo
2019-04-29btrfs: Remove EXTENT_WRITEBACKNikolay Borisov
2019-04-29btrfs: tracepoints: Add trace events for extent_io_treeQu Wenruo
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo
2019-02-25btrfs: don't use global reserve for chunk allocationJosef Bacik
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-10-15btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Qu Wenruo