]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_inode_buf.h
xfs: move the di_nblocks field to struct xfs_inode
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_inode_buf.h
2021-06-30  Christoph Hellwigxfs: move the di_nblocks field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_size field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_projid field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: remove the di_dmevmask and di_dmstate fields from...
2021-06-30  Christoph Hellwigxfs: remove the unused xfs_icdinode_has_bigtime helper
2021-06-30  Christoph Hellwigxfs: split xfs_imap_to_bp
2020-11-12  Kaixu Xiaxfs: use the existing type definition for di_projid
2020-11-12  Darrick J. Wongxfs: widen ondisk inode timestamps to deal with y2038+
2020-11-10  Darrick J. Wongxfs: redefine xfs_timestamp_t
2020-11-10  Darrick J. Wongxfs: move xfs_log_dinode_to_disk to the log recovery...
2020-09-04  Dave Chinnerxfs: remove xfs_inobp_check()
2020-08-10  Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-08-10  Christoph Hellwigxfs: move the per-fork nextents fields into struct...
2020-08-10  Christoph Hellwigxfs: remove xfs_iread
2020-08-10  Christoph Hellwigxfs: call xfs_iformat_fork from xfs_inode_from_disk
2020-08-10  Brian Fosterxfs: remove unused iget_flags param from xfs_imap_to_bp()
2020-05-02  Christoph Hellwigxfs: remove the di_version field from struct icdinode
2020-05-01  Christoph Hellwigxfs: add a new xfs_sb_version_has_v3inode helper
2020-04-29  Christoph Hellwigxfs: remove the icdinode di_uid/di_gid members
2020-01-22  Christoph Hellwigxfs: merge the projid fields in struct xfs_icdinode
2020-01-22  Christoph Hellwigxfs: use a struct timespec64 for the in-core crtime
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Darrick J. Wongxfs: move inode extent size hint validation to libxfs
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-01-10  Darrick J. Wonglibxfs: synchronize dinode_verify with userspace
2016-10-25  Darrick J. Wongxfs: create a separate cow extent size hint for the...
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-18  Dave Chinnerxfs: mode di_mode to vfs inode
2016-02-18  Dave Chinnerxfs: move di_changecount to VFS inode
2016-02-18  Dave Chinnerxfs: move inode generation count to VFS inode
2016-02-18  Dave Chinnerxfs: use vfs inode nlink field everywhere
2016-02-17  Dave Chinnerxfs: move v1 inode conversion to xfs_inode_from_disk
2016-02-17  Dave Chinnerxfs: cull unnecessary icdinode fields
2016-02-17  Dave Chinnerxfs: remove timestamps from incore inode
2016-02-17  Dave Chinnerxfs: introduce inode log format object
2015-08-18  Roger Willcockslibxfs: v3 inodes are only valid on crc-enabled filesystems
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Dave ChinnerMerge branch 'progs-header-cleanup' into for-next
2015-08-03  Theodore Ts'oxfsprogs: use "unsigned short" instead of ushort
2015-07-30  Dave Chinnerlibxfs: split out xfs->libxfs mappings
2015-07-30  Dave Chinnerlibxfs: restructure to match kernel layout