summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong1-4/+3
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner1-1/+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-4/+4
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-3/+2
2022-05-04xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-0/+3
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R1-4/+45
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R1-1/+3
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R1-5/+12
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R1-1/+1
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R1-5/+3
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-2/+2
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig1-3/+3
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-5/+5
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-3/+3
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong1-12/+16
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong1-1/+1
2021-05-25xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong1-0/+22
2021-05-25xfs: standardize extent size hint validationDarrick J. Wong1-4/+20
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-4/+2
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig1-1/+2
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-4/+3
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig1-23/+4
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen1-4/+0
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-8/+32
2020-09-16xfs: redefine xfs_timestamp_tDarrick J. Wong1-16/+38
2020-09-16xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong1-52/+0
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner1-24/+0
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner1-1/+2
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel1-3/+3
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-4/+2
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-4/+2
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig1-3/+3
2020-05-19xfs: remove xfs_ireadChristoph Hellwig1-73/+0
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig1-2/+0
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig1-10/+8