summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-232-10/+6
* xfs: check shortform attr entry flags specificallyDarrick J. Wong2024-04-231-0/+9
* xfs: fix missing check for invalid attr flagsDarrick J. Wong2024-04-231-4/+9
* xfs: remove xfs_da_args.attr_flagsDarrick J. Wong2024-04-231-2/+1
* xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong2024-04-231-1/+0
* xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig2024-04-223-2/+17
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-222-5/+2
* xfs: refactor realtime inode lockingChristoph Hellwig2024-04-222-2/+3
* xfs: Remove unused function is_rt_data_forkJiapeng Chong2024-04-221-8/+0
* xfs: small cleanup in xrep_update_qflags()Dan Carpenter2024-04-221-1/+1
* xfs: fix sparse warnings about unused interval tree functionsDave Chinner2024-04-221-10/+12
* xfs: silence sparse warning when checking version numberDave Chinner2024-04-221-2/+1
* xfs: unlock new repair tempfiles after creationDarrick J. Wong2024-04-151-0/+2
* xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong2024-04-151-15/+1
* xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong2024-04-154-73/+91
* xfs: pin inodes that would otherwise overflow link countDarrick J. Wong2024-04-153-15/+8
* xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong2024-04-151-0/+12
* xfs: repair AGI unlinked inode bucket listsDarrick J. Wong2024-04-153-4/+1074
* xfs: hoist AGI repair context to a heap objectDarrick J. Wong2024-04-151-42/+63
* xfs: check AGI unlinked inode bucketsDarrick J. Wong2024-04-151-0/+40
* xfs: online repair of symbolic linksDarrick J. Wong2024-04-156-2/+586
* xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong2024-04-152-0/+133
* xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong2024-04-156-18/+161
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-157-11/+826
* xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong2024-04-155-1/+81
* xfs: online repair of parent pointersDarrick J. Wong2024-04-155-1/+237
* xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong2024-04-156-24/+527
* xfs: online repair of directoriesDarrick J. Wong2024-04-1514-2/+1562
* xfs: update the unlinked list when repairing link countsDarrick J. Wong2024-04-151-9/+33
* xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2024-04-152-0/+64
* xfs: create an xattr iteration function for scrubDarrick J. Wong2024-04-154-78/+413
* xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong2024-04-152-0/+13
* xfs: scrub should set preen if attr leaf has holesDarrick J. Wong2024-04-154-0/+20
* xfs: repair extended attributesDarrick J. Wong2024-04-1513-3/+1422
* xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong2024-04-153-0/+209
* xfs: create a blob array data structureDarrick J. Wong2024-04-152-0/+175
* xfs: enable discarding of folios backing an xfileDarrick J. Wong2024-04-153-0/+14
* xfs: validate explicit directory free block ownersDarrick J. Wong2024-04-151-1/+1
* xfs: validate explicit directory block buffer ownersDarrick J. Wong2024-04-152-2/+2
* xfs: validate explicit directory data buffer ownersDarrick J. Wong2024-04-152-8/+8
* xfs: validate directory leaf buffer ownersDarrick J. Wong2024-04-151-1/+1
* xfs: validate attr leaf buffer ownersDarrick J. Wong2024-04-151-0/+7
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-154-1/+6
* xfs: online repair of realtime summariesDarrick J. Wong2024-04-156-16/+238
* xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong2024-04-155-3/+225
* xfs: support preallocating and copying content into temporary filesDarrick J. Wong2024-04-153-0/+251
* xfs: add the ability to reap entire inode forksDarrick J. Wong2024-04-153-0/+436
* xfs: refactor live buffer invalidation for repairsDarrick J. Wong2024-04-152-22/+71
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-156-1/+320
* xfs: fix error bailout in xrep_abt_build_new_treesDarrick J. Wong2024-04-151-1/+1