summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_log_format.h
AgeCommit message (Expand)Author
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig
2025-09-16xfs: move the XLOG_REG_ constants out of xfs_log_format.hChristoph Hellwig
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig
2025-09-16xfs: remove the unused xfs_log_iovec_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_qoff_logformat_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_dq_logformat_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_buf_log_format_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_efd_log_format_64_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_efd_log_format_32_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efd_log_format_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efi_log_format_64_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efi_log_format_32_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efi_log_format_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_extent64_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_extent32_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_extent_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2024-11-05xfs: support logging EFIs for realtime extentsDarrick J. Wong
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson
2024-04-15xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
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