summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-8/+32
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-16/+38
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-151-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-021-4/+4
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-6/+4
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-021-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
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-121-4/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-1/+1
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-5/+5
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-111-1/+5
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-111-2/+1
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: properly handle free inodes in extent hint validatorsEric Sandeen2018-07-241-2/+4
* xfs: More robust inode extent count validationDave Chinner2018-06-211-29/+47
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-061-5/+0
* xfs: verify COW extent size hint is valid in inode verifierDave Chinner2018-06-061-0/+6
* xfs: verify extent size hint is valid in inode verifierDave Chinner2018-06-061-1/+8
* xfs: enhance dinode verifierEric Sandeen2018-04-171-0/+21
* xfs: remove dead inode version setting codeDave Chinner2018-03-231-4/+1
* xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-231-2/+8
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-231-0/+105
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-231-1/+3
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-30/+98
|\
| * xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-291-4/+2
| * xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong2018-01-081-3/+69