summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-03-04xfs: add write pointer to xfs_rtgroup_geometryWilfred Mallawa1-1/+4
2026-01-20xfs: add media verification ioctlDarrick J. Wong1-0/+30
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong1-1/+11
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong1-0/+24
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong1-0/+15
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong1-0/+18
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong1-0/+35
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong1-0/+3
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong1-0/+47
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong1-0/+7
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig1-0/+9
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig1-1/+4
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong1-1/+2
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong1-1/+2
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong1-0/+1
2024-12-23xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong1-1/+2
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong1-1/+2
2024-12-23xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong1-0/+1
2024-11-05xfs: scrub quota file metapathsDarrick J. Wong1-1/+5
2024-11-05xfs: scrub metadir paths for rtgroup metadataDarrick J. Wong1-1/+4
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong1-1/+2
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong1-0/+16
2024-11-05xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong1-1/+3
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong1-1/+12
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong1-0/+1
2024-11-05xfs: allow bulkstat to return metadata directoriesDarrick J. Wong1-1/+9
2024-11-05xfs: advertise metadata directory featureDarrick J. Wong1-0/+1
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong1-2/+3
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong1-0/+26
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong1-1/+1
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong1-0/+33
2024-04-23xfs: report directory tree corruption in the health informationDarrick J. Wong1-0/+1
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong1-1/+2
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson1-0/+1
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong1-0/+74
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong1-1/+3
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong1-0/+1
2024-04-15xfs: introduce new file range exchange ioctlDarrick J. Wong1-0/+41
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong1-1/+2
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong1-0/+1
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-1/+2
2024-02-22xfs: report health of inode link countsDarrick J. Wong1-0/+1
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-1/+2
2024-02-22xfs: report the health of quota countsDarrick J. Wong1-0/+1
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong1-1/+5
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong1-2/+2
2023-06-13xfs: fix ag count overflow during growfsLong Li1-0/+2
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-6/+19
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner1-8/+8
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R1-6/+18