summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-4/+3
2021-04-07xfs: 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-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-8/+32
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong1-16/+38
2020-09-15xfs: 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-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-4/+4
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-6/+4
2020-03-02xfs: 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
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-4/+4
2019-06-28xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-1/+1
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong1-4/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-1/+1
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-5/+5
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong1-1/+5
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-2/+1
2018-09-29xfs: validate inode di_forkoffEric Sandeen1-0/+30
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen1-2/+4
2018-06-21xfs: More robust inode extent count validationDave Chinner1-29/+47
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner1-5/+0
2018-06-06xfs: verify COW extent size hint is valid in inode verifierDave Chinner1-0/+6
2018-06-06xfs: verify extent size hint is valid in inode verifierDave Chinner1-1/+8
2018-04-17xfs: enhance dinode verifierEric Sandeen1-0/+21
2018-03-23xfs: remove dead inode version setting codeDave Chinner1-4/+1