summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-191-1/+10
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-10/+0
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+0
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+0
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+0
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-071-2/+0
* xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig2021-04-071-5/+0
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-3/+2
* xfs: use the existing type definition for di_projidKaixu Xia2020-09-251-1/+1
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-1/+12
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-0/+2
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-151-2/+0
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-071-6/+0
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+0
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+0
* xfs: remove xfs_ireadChristoph Hellwig2020-05-191-2/+0
* xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig2020-05-191-1/+1
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-1/+1
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-1/+0
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-191-2/+0
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+0
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-2/+1
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-231-0/+5
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-2/+2
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-0/+3
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-14/+14
* libxfs: convert ushort to unsigned shortDarrick J. Wong2016-11-081-2/+2
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-201-0/+2
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-0/+1
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-1/+0
* xfs: move di_changecount to VFS inodeDave Chinner2016-02-091-1/+0
* xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-1/+0
* xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-1/+0
* xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner2016-02-091-1/+0
* xfs: cull unnecessary icdinode fieldsDave Chinner2016-02-091-19/+6
* xfs: remove timestamps from incore inodeDave Chinner2016-02-091-5/+4
* xfs: introduce inode log format objectDave Chinner2016-02-091-1/+52
* libxfs: move header filesDave Chinner2014-06-251-0/+50