summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_healthmon.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04xfs: fix race between healthmon unmount and read_iterDarrick J. Wong1-7/+10
2026-02-25xfs: fix potential pointer access race in xfs_healthmon_getDarrick J. Wong1-4/+7
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+3
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino1-0/+1255
2026-01-21xfs: check if an open file is on the health monitored fsDarrick J. Wong1-0/+34
2026-01-21xfs: allow toggling verbose logging on the health monitoring fileDarrick J. Wong1-0/+44
2026-01-21xfs: convey file I/O errors to the health monitorDarrick J. Wong1-0/+85
2026-01-21xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong1-0/+66
2026-01-21xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong1-0/+70
2026-01-21xfs: convey metadata health events to the health monitorDarrick J. Wong1-0/+181
2026-01-21xfs: convey filesystem unmount events to the health monitorDarrick J. Wong1-1/+31
2026-01-21xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong1-6/+489
2026-01-21xfs: start creating infrastructure for health monitoringDarrick J. Wong1-0/+262