aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item_recover.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-1/+2
2023-11-13xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner1-1/+13
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng1-2/+2
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner1-2/+2
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R1-14/+76
2022-04-11xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R1-30/+22
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R1-0/+7
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner1-10/+29
2021-04-22xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig1-2/+2
2021-04-22xfs: rename xfs_ictimestamp_tChristoph Hellwig1-1/+1
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-4/+15
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong1-2/+4
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong1-8/+19
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong1-0/+52
2020-07-06xfs: mark log recovery buffers for completionDave Chinner1-1/+1
2020-05-19xfs: improve local fork verificationChristoph Hellwig1-5/+0
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig1-2/+1
2020-05-08xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong1-0/+355
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong1-0/+19
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong1-0/+26