summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-141-3/+3
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-5/+5
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-151-12/+16
* xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2021-06-011-1/+1
* xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2021-05-251-0/+22
* xfs: standardize extent size hint validationDarrick J. Wong2021-05-251-4/+20
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+2
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-071-1/+2
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-071-4/+3
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-23/+4
* xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-091-4/+0
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-161-8/+32
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-161-16/+38
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-161-52/+0
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-071-24/+0
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-1/+2
* xfs: Couple of typo fixes in commentsKeyur Patel2020-07-061-3/+3
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-191-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-4/+2
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-4/+2
* xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2020-05-191-3/+3
* xfs: remove xfs_ireadChristoph Hellwig2020-05-191-73/+0
* xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig2020-05-191-2/+0
* xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig2020-05-191-10/+8
* xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig2020-05-191-36/+14
* xfs: split xfs_iformat_forkChristoph Hellwig2020-05-191-1/+19
* xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig2020-05-191-3/+4
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-3/+2
* xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster2020-05-071-6/+1
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-10/+6
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-1/+1
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-191-14/+3
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-031-4/+4
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-031-6/+4
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-031-0/+2
* xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig2019-11-131-2/+0
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-6/+5