summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)Author
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
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig
2020-05-19xfs: remove xfs_ireadChristoph Hellwig
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2019-11-13xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig