aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_log_format.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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 into xfs-5.19-for-nextDave 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
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-2/+2
2018-07-23xfs: refactor unmount record writeDarrick J. Wong1-0/+13
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-11-16xfs: fix type usageDarrick J. Wong1-2/+2
2017-11-01xfs: remove inode log format typedefDarrick J. Wong1-2/+2
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-10/+10
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner1-19/+8
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-128/+128
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong1-2/+2
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong1-0/+3
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-1/+2
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong1-2/+56
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong1-2/+56
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong1-1/+9
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong1-2/+1
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong1-2/+62
2016-04-06xfs: remove transaction typesChristoph Hellwig1-0/+5
2016-03-07Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner1-8/+9
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner1-1/+1
2016-02-09xfs: introduce inode log format objectDave Chinner1-7/+8
2016-02-09xfs: RT bitmap and summary buffers are not typedDave Chinner1-0/+2
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+1
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-2/+2
2014-06-25libxfs: move header filesDave Chinner1-0/+679