Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-11-06 | xfs: factor out a generic xfs_group structure | Christoph Hellwig | 1 | -2/+2 |
2024-04-24 | xfs: use dontcache for grabbing inodes during scrub | Darrick J. Wong | 1 | -2/+11 |
2024-04-16 | xfs: scan the filesystem to repair a directory dotdot entry | Darrick J. Wong | 1 | -1/+17 |
2024-04-16 | xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode | Darrick J. Wong | 1 | -1/+35 |
2024-04-16 | xfs: pass xfs_buf lookup flags to xfs_*read_agi | Darrick J. Wong | 1 | -1/+1 |
2024-02-22 | xfs: split xfs_inobt_init_cursor | Christoph Hellwig | 1 | -1/+1 |
2024-02-22 | xfs: repair file modes by scanning for a dirent pointing to us | Darrick J. Wong | 1 | -0/+29 |
2024-02-22 | xfs: iscan batching should handle unallocated inodes too | Darrick J. Wong | 1 | -10/+97 |
2024-02-22 | xfs: cache a bunch of inodes for repair scans | Darrick J. Wong | 1 | -30/+129 |
2024-02-22 | xfs: stagger the starting AG of scrub iscans to reduce contention | Darrick J. Wong | 1 | -10/+77 |
2024-02-22 | xfs: implement live inode scan for scrub | Darrick J. Wong | 1 | -0/+485 |