summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_fs.h
AgeCommit message (Expand)Author
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: report health of inode link countsDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: report the health of quota countsDarrick J. Wong
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong
2023-06-13xfs: fix ag count overflow during growfsLong Li
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-12xfs: convert to fileattrMiklos Szeredi
2021-04-07xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-13xfs: avoid time_t in user apiArnd Bergmann
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedDarrick J. Wong
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong
2017-10-26xfs: scrub quota informationDarrick J. Wong
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong
2017-10-26xfs: scrub symbolic linksDarrick J. Wong