summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong2024-12-131-2/+29
* xfs: check pre-metadir fields correctlyDarrick J. Wong2024-12-131-13/+27
* xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong2024-12-131-1/+11
* xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong2024-12-131-1/+1
* xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2024-12-131-2/+8
* xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong2024-12-131-1/+2
* xfs: separate healthy clearing mask during repairDarrick J. Wong2024-12-132-24/+39
* xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong2024-12-135-10/+10
* xfs: keep quota directory inode loadedDarrick J. Wong2024-12-131-31/+6
* xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong2024-12-131-16/+25
* xfs: update sb field checks when metadir is turned onDarrick J. Wong2024-11-051-12/+24
* xfs: scrub quota file metapathsDarrick J. Wong2024-11-051-0/+76
* xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong2024-11-053-7/+7
* xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong2024-11-051-2/+9
* xfs: scrub metadir paths for rtgroup metadataDarrick J. Wong2024-11-051-0/+92
* xfs: repair realtime group superblockDarrick J. Wong2024-11-053-1/+20
* xfs: scrub the realtime group superblockDarrick J. Wong2024-11-057-1/+84
* xfs: don't coalesce file mappings that cross rtgroup boundaries in scrubDarrick J. Wong2024-11-051-1/+15
* xfs: encode the rtsummary in big endian formatDarrick J. Wong2024-11-051-0/+5
* xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong2024-11-051-2/+13
* xfs: record rt group metadata errors in the health systemDarrick J. Wong2024-11-051-11/+20
* xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong2024-11-051-4/+5
* xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig2024-11-052-8/+7
* xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig2024-11-051-6/+2
* xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig2024-11-052-7/+3
* xfs: calculate RT bitmap and summary blocks based on sb_rextentsChristoph Hellwig2024-11-052-3/+5
* xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig2024-11-057-81/+108
* xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong2024-11-056-0/+181
* xfs: repair metadata directory file path connectivityDarrick J. Wong2024-11-054-3/+358
* xfs: confirm dotdot target before replacing it during a repairDarrick J. Wong2024-11-051-4/+8
* xfs: check metadata directory file path connectivityDarrick J. Wong2024-11-058-1/+224
* xfs: move repair temporary files to the metadata directory treeDarrick J. Wong2024-11-053-0/+105
* xfs: check the metadata directory inumber in superblocksDarrick J. Wong2024-11-051-0/+5
* xfs: scrub metadata directoriesDarrick J. Wong2024-11-056-3/+56
* xfs: fix di_metatype field of inodes that won't loadDarrick J. Wong2024-11-052-3/+12
* xfs: adjust parent pointer scrubber for sb-rooted metadata filesDarrick J. Wong2024-11-052-4/+39
* xfs: metadata files can have xattrs if metadir is enabledDarrick J. Wong2024-11-052-9/+26
* xfs: do not count metadata directory files when doing online quotacheckDarrick J. Wong2024-11-051-2/+5
* xfs: refactor directory tree root predicatesDarrick J. Wong2024-11-0513-45/+76
* xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong2024-11-051-0/+8
* xfs: enforce metadata inode flagDarrick J. Wong2024-11-053-4/+42
* xfs: define the on-disk format for the metadir featureDarrick J. Wong2024-11-052-4/+7
* xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong2024-11-051-2/+1
* xfs: rename metadata inode predicatesDarrick J. Wong2024-11-056-6/+6
* xfs: add a generic group pointer to the btree cursorChristoph Hellwig2024-11-059-18/+23
* xfs: convert busy extent tracking to the generic group structureChristoph Hellwig2024-11-052-4/+7
* xfs: return the busy generation from xfs_extent_busy_list_emptyChristoph Hellwig2024-11-051-6/+3
* xfs: move the online repair rmap hooks to the generic group structureChristoph Hellwig2024-11-051-2/+2
* xfs: move draining of deferred operations to the generic group structureChristoph Hellwig2024-11-051-2/+2
* xfs: move metadata health tracking to the generic group structureChristoph Hellwig2024-11-051-4/+4