summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-9/+0
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig1-9/+0
2024-02-22xfs: make staging file forks explicitDarrick J. Wong1-3/+5
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong1-0/+12
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig1-1/+0
2023-12-15xfs: repair free space btreesDarrick J. Wong1-0/+7
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong1-0/+2
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong1-0/+2
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong1-2/+2
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong1-0/+1
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong1-0/+1
2023-04-12xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-0/+12
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong1-0/+4
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong1-0/+6
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong1-0/+20
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-6/+0
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-3/+0
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-2/+2
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R1-7/+0
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong1-0/+5
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-0/+1
2020-12-09xfs: refactor file range validationDarrick J. Wong1-0/+3
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong1-0/+2
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-0/+2
2019-11-14xfs: remove unused structure members & simple typedefsEric Sandeen1-2/+0
2019-08-27xfs: add kmem allocation trace pointsDave Chinner1-0/+8
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+2
2019-02-12xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-0/+2
2019-02-12xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong1-0/+1
2018-12-20xfs: stringify scrub types in ftrace outputDarrick J. Wong1-2/+2
2018-12-20xfs: stringify btree cursor types in ftrace outputDarrick J. Wong1-0/+13
2018-12-20xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong1-0/+5
2018-12-20xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong1-0/+4
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong1-0/+1
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-0/+19
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong1-1/+1
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig1-0/+12
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-1/+2
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-0/+3
2017-10-27xfs: refactor btree block header checking functionsDarrick J. Wong1-0/+6
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-23/+23
2016-11-24Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner1-1/+0
2016-11-24xfs: remove NULLEXTNUMChristoph Hellwig1-1/+0
2016-11-09xfs: check minimum block size for CRC filesystemsDarrick J. Wong1-0/+3
2016-10-05xfs: introduce the CoW forkDarrick J. Wong1-0/+1
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong1-1/+1
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong1-2/+2
2015-01-09xfs: move xfs_types.h to libxfsDave Chinner1-0/+137