summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong1-1/+1
2024-04-24xfs: introduce vectored scrub modeDarrick J. Wong1-0/+33
2024-04-24xfs: report directory tree corruption in the health informationDarrick J. Wong1-0/+1
2024-04-24xfs: 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-16xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong1-0/+1
2024-04-16xfs: 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
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R1-0/+1
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong1-4/+4
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-0/+2
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2021-04-12xfs: convert to fileattrMiklos Szeredi1-4/+0
2021-04-08xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos1-1/+1
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang1-0/+1
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+1
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig1-1/+11
2020-03-03xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig1-0/+20
2019-12-03Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2019-11-13xfs: avoid time_t in user apiArnd Bergmann1-1/+1
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-1/+1
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedDarrick J. Wong1-4/+4
2019-09-04xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong1-1/+1
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong1-1/+12
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong1-2/+8
2019-07-04xfs: wire up the v5 inumbers ioctlDarrick J. Wong1-0/+8
2019-07-04xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong1-1/+23
2019-07-04xfs: introduce v5 inode group structureDarrick J. Wong1-0/+11
2019-07-04xfs: introduce new v5 bulkstat structureDarrick J. Wong1-1/+47
2019-07-04xfs: remove various bulk request typedef usageDarrick J. Wong1-8/+8
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-1/+2
2019-04-15xfs: report inode health via bulkstatDarrick J. Wong1-1/+13
2019-04-15xfs: report AG health via AG geometry ioctlDarrick J. Wong1-1/+13
2019-04-15xfs: report fs and rt health via geometry structureDarrick J. Wong1-1/+10