aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner1-1/+10
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-10/+0
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-2/+0
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+0
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-1/+0
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-2/+0
2021-04-07xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig1-3/+2
2020-09-25xfs: use the existing type definition for di_projidKaixu Xia1-1/+1
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-1/+12
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong1-0/+2
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong1-2/+0
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner1-6/+0
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-2/+0
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-2/+0
2020-05-19xfs: remove xfs_ireadChristoph Hellwig1-2/+0
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig1-1/+1
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster1-1/+1
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-1/+0
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig1-2/+0
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-2/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-2/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong1-0/+5
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-2/+2
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-0/+3
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-14/+14
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong1-2/+2
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks1-0/+2
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-0/+1
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-1/+0
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner1-1/+0
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner1-1/+0
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner1-1/+0
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner1-1/+0
2016-02-09xfs: cull unnecessary icdinode fieldsDave Chinner1-19/+6
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-5/+4
2016-02-09xfs: introduce inode log format objectDave Chinner1-1/+52
2014-06-25libxfs: move header filesDave Chinner1-0/+50