summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)Author
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-04-07xfs: add a separate tracepoint for stealing an open zone for GCChristoph Hellwig
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig
2026-03-30xfs: use a lockref for the buffer reference countChristoph Hellwig
2026-03-26xfs: remove file_path tracepoint dataDarrick J. Wong
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong
2026-01-20xfs: add media verification ioctlDarrick J. Wong
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig
2025-07-24xfs: remove unused trace event xfs_reflink_cow_enospcSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_discard_rtrelaxSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_log_cil_returnSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_dqreclaim_dirtySteven Rostedt
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig
2025-07-24xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configureSteven Rostedt
2025-07-24xfs: remove usused xfs_end_io_direct eventsSteven Rostedt
2025-07-24xfs: remove unused event xfs_pagecache_invalSteven Rostedt
2025-07-24xfs: remove unused event xfs_alloc_near_nominleftSteven Rostedt
2025-07-24xfs: remove unused event xfs_alloc_near_errorSteven Rostedt
2025-07-24xfs: remove unused event xfs_attr_node_removenameSteven Rostedt
2025-07-24xfs: remove unused xfs_attr eventsSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_attr_rmtval_setSteven Rostedt
2025-07-24xfs: remove unused xfs_reflink_compare_extents eventsSteven Rostedt
2025-07-24xfs: remove unused event xfs_ioctl_cloneSteven Rostedt
2025-07-24xfs: remove unused event xlog_iclog_want_syncSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_attr_remove_iter_returnSteven Rostedt
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig