summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig1-4/+2
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong1-0/+1
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig1-1/+1
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-5/+3
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+3
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong1-2/+4
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-14/+1
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-3/+2
2022-07-10xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-1/+0
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-2/+4
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-6/+0
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+2
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-13/+0
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R1-0/+6
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R1-4/+17
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-1/+1
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R1-0/+32
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R1-0/+8
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-6/+6
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-1/+0
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig1-1/+0
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-03-26xfs: initialise attr fork on inode createDave Chinner1-0/+2
2021-01-23xfs: Check for extent overflow when swapping extentsChandan Babu R1-0/+7
2021-01-23xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R1-0/+9
2021-01-23xfs: Check for extent overflow when writing to unwritten extentChandan Babu R1-0/+9
2021-01-23xfs: Check for extent overflow when adding/removing xattrsChandan Babu R1-0/+10
2021-01-23xfs: Check for extent overflow when adding dir entriesChandan Babu R1-0/+13
2021-01-23xfs: Check for extent overflow when punching a holeChandan Babu R1-0/+7
2021-01-23xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+6
2021-01-23xfs: Add helper for checking per-inode extent count overflowChandan Babu R1-0/+2
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-15/+13
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-12/+8
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig1-2/+2
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig1-13/+2
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig1-1/+2
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-7/+2
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong1-0/+4
2019-10-21xfs: fix inode fork extent count overflowDave Chinner1-6/+8
2019-02-12xfs: update fork seq counter on data fork changesBrian Foster1-1/+1
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig1-0/+1
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-2/+2
2018-07-30xfs: remove if_real_bytesChristoph Hellwig1-1/+0
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong1-0/+14
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig1-1/+1
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig1-1/+1