summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-15xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong1-0/+14
2019-04-15xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner1-28/+59
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: implement the metadata repair ioctl flagDarrick J. Wong1-1/+8
2018-01-18xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong1-0/+7
2017-10-27xfs: scrub quota informationDarrick J. Wong1-1/+4
2017-10-27xfs: scrub realtime bitmap/summaryDarrick J. Wong1-1/+3
2017-10-27xfs: scrub directory parent pointersDarrick J. Wong1-1/+2
2017-10-27xfs: scrub symbolic linksDarrick J. Wong1-1/+2
2017-10-27xfs: scrub extended attributesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub directory metadataDarrick J. Wong1-1/+2
2017-10-27xfs: scrub inode block mappingsDarrick J. Wong1-1/+4
2017-10-27xfs: scrub inodesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub refcount btreesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub inode btreesDarrick J. Wong1-1/+3
2017-10-27xfs: scrub free space btreesDarrick J. Wong1-1/+3
2017-10-27xfs: scrub the AGIDarrick J. Wong1-1/+2
2017-10-27xfs: scrub AGF and AGFLDarrick J. Wong1-1/+3
2017-10-27xfs: scrub the secondary superblocksDarrick J. Wong1-1/+2
2017-10-27xfs: probe the scrub ioctlDarrick J. Wong1-1/+2
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+53
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-6/+6
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig1-4/+0