summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig1-0/+4
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig1-0/+1
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig1-0/+25
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig1-0/+23
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig1-0/+101
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig1-14/+9
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig1-0/+39
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-1/+1
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig1-0/+1
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig1-5/+5
2024-12-23xfs: prepare refcount btree cursor tracepoints for realtimeDarrick J. Wong1-43/+68
2024-12-23xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong1-0/+21
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong1-0/+1
2024-12-23xfs: prepare rmap btree cursor tracepoints for realtimeDarrick J. Wong1-40/+42
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong1-0/+45
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-35/+115
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-19/+55
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino1-0/+102
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino1-93/+145
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino1-109/+82
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong1-0/+75
2024-11-05xfs: port the perag discard code to handle generic groupsDarrick J. Wong1-8/+11
2024-11-05xfs: support logging EFIs for realtime extentsDarrick J. Wong1-4/+7
2024-11-05xfs: store rtgroup information with a bmap intentDarrick J. Wong1-19/+22
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong1-4/+0
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong1-0/+1
2024-11-05xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig1-19/+54
2024-11-05xfs: read and write metadata inode directory treeDarrick J. Wong1-0/+102
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig1-14/+14
2024-11-05xfs: convert extent busy tracepoints to the generic group structureChristoph Hellwig1-13/+21
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig1-16/+20
2024-11-05xfs: move metadata health tracking to the generic group structureChristoph Hellwig1-16/+19
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-56/+93
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig1-43/+41
2024-11-05xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace pointChristoph Hellwig1-7/+8
2024-11-05xfs: pass objects to the xfs_irec_merge_{pre,post} trace pointsChristoph Hellwig1-16/+17
2024-11-05xfs: pass a perag structure to the xfs_ag_resv_init_error trace pointChristoph Hellwig1-13/+5
2024-11-05xfs: constify pag arguments to trace pointsChristoph Hellwig1-9/+10
2024-11-05xfs: remove the unused trace_xfs_iwalk_ag trace pointChristoph Hellwig1-19/+0
2024-11-05xfs: remove the agno argument to xfs_free_ag_extentChristoph Hellwig1-6/+5
2024-11-05xfs: split the page fault trace eventChristoph Hellwig1-8/+12
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig1-10/+5
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig1-1/+1
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig1-2/+2
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong1-1/+56
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner1-17/+17
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner1-4/+4
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong1-41/+18
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong1-45/+38