summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig1-36/+14
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig1-1/+19
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig1-3/+4
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster1-3/+2
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster1-6/+1
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-10/+6
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-1/+1
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig1-14/+3
2020-03-03xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-4/+4
2020-03-03xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-6/+4
2020-03-03xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig1-0/+2
2019-11-13xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig1-2/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-6/+5