aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_fork.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-14/+1
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-3/+2
* xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-1/+0
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-2/+4
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-6/+0
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+2
* xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-13/+0
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-111-0/+6
* xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-4/+17
* xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-111-1/+1
* xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-111-0/+32
* xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-111-0/+8
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-6/+6
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-1/+0
* xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-151-1/+0
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: initialise attr fork on inode createDave Chinner2021-03-251-0/+2
* xfs: Check for extent overflow when swapping extentsChandan Babu R2021-01-221-0/+7
* xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2021-01-221-0/+9
* xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2021-01-221-0/+9
* xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2021-01-221-0/+10
* xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-221-0/+13
* xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-221-0/+7
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+6
* xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-221-0/+2
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-191-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-15/+13
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-12/+8
* xfs: refactor xfs_inode_verify_forksChristoph Hellwig2020-05-191-2/+2
* xfs: remove xfs_ifork_opsChristoph Hellwig2020-05-191-13/+2
* xfs: split xfs_iformat_forkChristoph Hellwig2020-05-191-1/+2
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-7/+2
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-101-0/+4
* xfs: fix inode fork extent count overflowDave Chinner2019-10-211-6/+8
* xfs: update fork seq counter on data fork changesBrian Foster2019-02-111-1/+1
* xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-311-0/+1
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-2/+2
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-0/+14
* xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig2017-11-061-1/+1
* xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig2017-11-061-1/+1
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-77/+7
* xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig2017-11-061-11/+0
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-8/+79
* xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig2017-10-261-0/+4
* xfs: remove if_rdevChristoph Hellwig2017-10-261-1/+0
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-261-1/+0