summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_log_format.h
AgeCommit message (Expand)Author
2023-06-05xfs: fix AGF vs inode cluster buffer deadlockDave Chinner
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong
2022-05-11xfs: rework deferred attribute operation setupDave Chinner
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: log tickets don't need log client idDave Chinner
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R
2022-04-11xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner
2021-04-22xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig
2021-04-22xfs: rename xfs_ictimestamp_tChristoph Hellwig
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2018-07-23xfs: refactor unmount record writeDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-11-16xfs: fix type usageDarrick J. Wong
2017-11-01xfs: remove inode log format typedefDarrick J. Wong
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong
2016-04-06xfs: remove transaction typesChristoph Hellwig
2016-03-07Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner
2016-02-09xfs: introduce inode log format objectDave Chinner
2016-02-09xfs: RT bitmap and summary buffers are not typedDave Chinner
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig
2014-06-25libxfs: move header filesDave Chinner