summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-10xfs: consolidate buffer locking in xfs_buf_get_mapChristoph Hellwig1-1/+1
2026-07-14xfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong1-0/+41
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-66/+63
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-54/+54
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig1-7/+5
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig1-5/+4
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-1/+1
2026-04-07xfs: add a separate tracepoint for stealing an open zone for GCChristoph Hellwig1-0/+1
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig1-0/+1
2026-03-30xfs: use a lockref for the buffer reference countChristoph Hellwig1-5/+5
2026-03-26xfs: remove file_path tracepoint dataDarrick J. Wong1-9/+2
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki1-4/+32
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino1-0/+1
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong1-0/+1
2026-01-20xfs: add media verification ioctlDarrick J. Wong1-0/+98
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong1-0/+54
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong1-0/+38
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong1-1/+22
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong1-2/+128
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong1-1/+5
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong1-0/+171
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