aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_log_format.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16xfs: move the XLOG_REG_ constants out of xfs_log_format.hChristoph Hellwig1-37/+0
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig1-1/+29
2025-09-16xfs: remove the unused xfs_log_iovec_t typedefChristoph Hellwig1-3/+2
2025-09-16xfs: remove the unused xfs_qoff_logformat_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_dq_logformat_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_buf_log_format_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_efd_log_format_64_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_efd_log_format_32_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efd_log_format_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efi_log_format_64_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efi_log_format_32_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efi_log_format_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_extent64_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent32_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent_t typedefChristoph Hellwig1-8/+9
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig1-3/+2
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-1/+6
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig1-6/+0
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong1-1/+5
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong1-1/+5
2024-11-05xfs: support logging EFIs for realtime extentsDarrick J. Wong1-1/+5
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong1-1/+1
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong1-1/+1
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong1-3/+19
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson1-0/+1
2024-04-15xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong1-0/+2
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong1-1/+23
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong1-3/+39
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong1-1/+3
2023-06-05xfs: fix AGF vs inode cluster buffer deadlockDave Chinner1-1/+8
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong1-0/+48
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong1-6/+6
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong1-4/+4
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong1-1/+9
2022-05-11xfs: rework deferred attribute operation setupDave Chinner1-0/+1
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-2/+42
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-4/+29
2022-04-21xfs: log tickets don't need log client idDave Chinner1-1/+0
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R1-4/+29
2022-04-11xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R1-2/+2
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner1-1/+10
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner1-3/+0
2021-04-22xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig1-1/+1
2021-04-22xfs: rename xfs_ictimestamp_tChristoph Hellwig1-5/+5
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong1-2/+5
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-6/+4
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong1-5/+14