summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.h
AgeCommit message (Expand)Author
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
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: 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: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2020-09-25xfs: use the existing type definition for di_projidKaixu Xia
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-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 xfs_ireadChristoph 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-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner
2016-02-09xfs: cull unnecessary icdinode fieldsDave Chinner
2016-02-09xfs: remove timestamps from incore inodeDave Chinner
2016-02-09xfs: introduce inode log format objectDave Chinner
2014-06-25libxfs: move header filesDave Chinner