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