summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)Author
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2024-12-23xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-07-24xfs: convert to ctime accessor functionsJeff Layton
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-05-04xfs: validate inode fork size against fork formatDave Chinner
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong
2021-05-24xfs: standardize extent size hint validationDarrick J. Wong
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig