summaryrefslogtreecommitdiff
path: root/include/trace/events/btrfs.h
AgeCommit message (Expand)AuthorFilesLines
4 daysbtrfs: fix NULL dereference on root when tracing inode evictionMiquel Sabaté Solà1-1/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2025-07-22btrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba1-1/+2
2025-07-22btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana1-1/+1
2025-07-10mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig1-5/+2
2025-05-15btrfs: tracepoints: remove no longer used tracepoints for eb lockingFilipe Manana1-4/+0
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana1-9/+9
2025-05-15btrfs: rename the functions to get inode and fs_info from an extent io treeFilipe Manana1-6/+6
2025-05-15btrfs: add btrfs prefix to trace events for extent state alloc and freeFilipe Manana1-2/+2
2025-05-15btrfs: tracepoints: use btrfs_root_id() to get the id of a rootFilipe Manana1-27/+23
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana1-1/+0
2025-05-02btrfs: correct the order of prelim_ref arguments in btrfs__prelim_refGoldwyn Rodrigues1-1/+1
2025-01-13btrfs: zoned: reclaim unused zone by zone resettingNaohiro Aota1-1/+2
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana1-5/+5
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana1-11/+10
2024-11-11btrfs: remove unused btrfs_try_tree_write_lock()Dr. David Alan Gilbert1-1/+0
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana1-7/+10
2024-10-01btrfs: tracepoints: end assignment with semicolon at btrfs_qgroup_extent even...Filipe Manana1-1/+1
2024-09-10btrfs: constify more pointer parametersDavid Sterba1-3/+3
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba1-1/+1
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik1-5/+5
2024-07-31Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota1-0/+8
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-17/+2
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+10
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana1-8/+10
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo1-10/+2
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo1-4/+1
2024-07-11btrfs: 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