aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig1-1/+1
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig1-1/+0
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig1-2/+1
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig1-0/+1
2025-07-24xfs: remove unused trace event xfs_reflink_cow_enospcSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_discard_rtrelaxSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_log_cil_returnSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_dqreclaim_dirtySteven Rostedt1-1/+0
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig1-4/+4
2025-07-24xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configureSteven Rostedt1-0/+2
2025-07-24xfs: remove usused xfs_end_io_direct eventsSteven Rostedt1-2/+0
2025-07-24xfs: remove unused event xfs_pagecache_invalSteven Rostedt1-25/+0
2025-07-24xfs: remove unused event xfs_alloc_near_nominleftSteven Rostedt1-1/+0
2025-07-24xfs: remove unused event xfs_alloc_near_errorSteven Rostedt1-1/+0
2025-07-24xfs: remove unused event xfs_attr_node_removenameSteven Rostedt1-1/+0
2025-07-24xfs: remove unused xfs_attr eventsSteven Rostedt1-3/+0
2025-07-24xfs: remove unused trace event xfs_attr_rmtval_setSteven Rostedt1-1/+0
2025-07-24xfs: remove unused xfs_reflink_compare_extents eventsSteven Rostedt1-4/+0
2025-07-24xfs: remove unused event xfs_ioctl_cloneSteven Rostedt1-26/+0
2025-07-24xfs: remove unused event xlog_iclog_want_syncSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_attr_remove_iter_returnSteven Rostedt1-1/+0
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig1-17/+14
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner1-1/+8
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner1-1/+0
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong1-0/+33
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry1-0/+60
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry1-0/+22
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