summaryrefslogtreecommitdiff
path: root/include/trace/events/btrfs.h
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-17/+2
11 daysMerge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+10
12 daysbtrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana1-8/+10
12 daysbtrfs: remove extent_map::block_start memberQu Wenruo1-10/+2
12 daysbtrfs: remove extent_map::block_len memberQu Wenruo1-4/+1
12 daysbtrfs: remove extent_map::orig_start memberQu Wenruo1-6/+2
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana1-0/+99
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik1-1/+0
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik1-1/+0
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik1-4/+4
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik1-33/+21
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana1-2/+1
2023-12-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-11/+10
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana1-2/+1
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba1-31/+16
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-6/+5
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba1-5/+2
2023-10-12btrfs: tracepoints: add events for raid stripe treeJohannes Thumshirn1-0/+76
2023-08-21btrfs: remove v0 extent handlingQu Wenruo1-1/+0
2023-08-21btrfs: tracepoints: simplify raid56 eventsQu Wenruo1-27/+2
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota1-4/+6
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig1-0/+29
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo1-1/+1
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov1-2/+7
2023-02-13btrfs: add more find_free_extent tracepointsBoris Burkov1-3/+78
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov1-20/+21
2022-12-15btrfs: fix trace event name typo for FLUSH_DELAYED_REFSNaohiro Aota1-1/+1
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba1-15/+12
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-1/+0
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-1/+0
2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn1-0/+64
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo1-0/+94
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig1-18/+12
2022-05-13tracing: incorrect gfp_t conversionVasily Averin1-2/+2
2022-03-14btrfs: add code to support the block group rootJosef Bacik1-0/+1
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik1-5/+5
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik1-0/+1
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik1-0/+6
2021-08-23btrfs: include delalloc related info in dump space info tracepointJosef Bacik1-4/+10
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-1/+1
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik1-2/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-12/+8
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+12
2021-02-09btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik1-0/+62
2021-02-09btrfs: adjust the flush trace point to include the sourceJosef Bacik1-4/+6
2021-02-09btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik1-1/+2
2021-02-09btrfs: add a trace point for reserve ticketsJosef Bacik1-0/+29