summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_item_recover.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-191-2/+2
* xfs: hide log iovec alignment constraintsDave Chinner2022-05-041-2/+2
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-111-14/+76
* xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R2022-04-111-30/+22
* xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-111-0/+7
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-291-10/+29
* xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig2021-04-221-2/+2
* xfs: rename xfs_ictimestamp_tChristoph Hellwig2021-04-221-1/+1
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-4/+15
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-151-2/+4
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-8/+19
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-151-0/+52
* xfs: mark log recovery buffers for completionDave Chinner2020-07-061-1/+1
* xfs: improve local fork verificationChristoph Hellwig2020-05-191-5/+0
* xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig2020-05-191-2/+1
* xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong2020-05-081-0/+355
* xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong2020-05-081-0/+19
* xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong2020-05-081-0/+26