index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_inode_buf.h
Age
Commit message (
Expand
)
Author
2021-04-07
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_flushiter field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
2021-04-07
xfs: remove the unused xfs_icdinode_has_bigtime helper
Christoph Hellwig
2021-04-07
xfs: split xfs_imap_to_bp
Christoph Hellwig
2020-09-25
xfs: use the existing type definition for di_projid
Kaixu Xia
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
2020-09-15
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
2020-07-07
xfs: remove xfs_inobp_check()
Dave Chinner
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
xfs: remove xfs_iread
Christoph Hellwig
2020-05-19
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
2020-05-07
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-02
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
2019-11-13
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
2019-11-13
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-03-23
xfs: move inode extent size hint validation to libxfs
Darrick J. Wong
2018-01-08
xfs: have buffer verifier functions report failing address
Darrick J. Wong
2017-06-19
xfs: export various function for the online scrubber
Darrick J. Wong
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
2016-11-08
libxfs: convert ushort to unsigned short
Darrick J. Wong
2016-10-20
libxfs: v3 inodes are only valid on crc-enabled filesystems
Roger Willcocks
2016-10-05
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-02-09
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
xfs: move di_changecount to VFS inode
Dave Chinner
2016-02-09
xfs: move inode generation count to VFS inode
Dave Chinner
2016-02-09
xfs: use vfs inode nlink field everywhere
Dave Chinner
2016-02-09
xfs: move v1 inode conversion to xfs_inode_from_disk
Dave Chinner
2016-02-09
xfs: cull unnecessary icdinode fields
Dave Chinner
2016-02-09
xfs: remove timestamps from incore inode
Dave Chinner
2016-02-09
xfs: introduce inode log format object
Dave Chinner
2014-06-25
libxfs: move header files
Dave Chinner