summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_fs.h
AgeCommit message (Expand)Author
2021-12-15xfs: teach scrub to check file nlinksDarrick J. Wong
2021-12-15xfs: report health of inode link countsDarrick J. Wong
2021-12-15xfs: experiment with dontcache when scanning inodesvectorized-scrub_2021-12-15Darrick J. Wong
2021-12-15xfs: introduce vectored scrub modeDarrick J. Wong
2021-12-15xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-12-15xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: enable userspace to hide an AG from allocationDarrick J. Wong
2021-12-15xfs: scrub the realtime rmapbtDarrick J. Wong
2021-12-15xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: allow bulkstat to return metadata directoriesDarrick J. Wong
2021-12-15xfs: advertise metadata directory featureDarrick J. Wong
2021-12-15xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-12-15vfs: introduce new file range exchange ioctlDarrick J. Wong
2021-12-15xfs: introduce online scrub freezeDarrick J. Wong
2021-12-15xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-12-15Darrick J. Wong
2021-12-15xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-12-15xfs: implement live quotacheck inode scanDarrick J. Wong
2021-12-15xfs: report the health of quota countsDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-05-20xfs: restore old ioctl definitionsxfs-5.13-fixes_2021-05-23xfs-5.13-fixes_2021-05-20xfs-5.13-fixes-1Darrick 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 Identifierxfs-5.8-merge-4Nishad 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 signedxfs-5.4-fixes-4Darrick 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 inodesxfs-5.3-merge-9Darrick 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 countersxfs-5.2-merge-3Darrick 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