summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-10-14xfs: hoist AGI repair context to a heap objectDarrick J. Wong
2022-10-14xfs: check AGI unlinked inode bucketsDarrick J. Wong
2022-10-14xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2022-10-14xfs: online repair of symbolic linksrepair-symlink_2022-10-14Darrick J. Wong
2022-10-14xfs: ensure dentry consistency when the orphanage adopts a filerepair-orphanage_2022-10-14Darrick J. Wong
2022-10-14xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong
2022-10-14xfs: move orphan files to the orphanageDarrick J. Wong
2022-10-14xfs: ask the dentry cache if it knows the parent of a directoryrepair-dirs_2022-10-14Darrick J. Wong
2022-10-14xfs: online repair of parent pointersDarrick J. Wong
2022-10-14xfs: online repair of directoriesDarrick J. Wong
2022-10-14xfs: flag empty xattr leaf blocks for optimizationrepair-xattrs_2022-10-14Darrick J. Wong
2022-10-14xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2022-10-14xfs: repair extended attributesDarrick J. Wong
2022-10-14xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong
2022-10-14xfs: create a blob array data structureDarrick J. Wong
2022-10-14xfs: validate explicit directory free block ownersdirattr-validate-owners_2022-10-14Darrick J. Wong
2022-10-14xfs: validate explicit directory block buffer ownersDarrick J. Wong
2022-10-14xfs: validate explicit directory data buffer ownersDarrick J. Wong
2022-10-14xfs: validate directory leaf buffer ownersDarrick J. Wong
2022-10-14xfs: validate dabtree node buffer ownersDarrick J. Wong
2022-10-14xfs: validate attr remote value buffer ownersDarrick J. Wong
2022-10-14xfs: validate attr leaf buffer ownersDarrick J. Wong
2022-10-14xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2022-10-14xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2022-10-14xfs: online repair of realtime summariesrepair-rtsummary_2022-10-14Darrick J. Wong
2022-10-14xfs: teach the tempfile to support atomic extent swappingDarrick J. Wong
2022-10-14xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2022-10-14xfs: add the ability to reap entire inode forksrepair-tempfiles_2022-10-14Darrick J. Wong
2022-10-14xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2022-10-14xfs: create temporary files and directories for online repairDarrick J. Wong
2022-10-14xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2022-10-14xfs: enable atomic swapext featureatomic-file-updates_2022-10-14Darrick J. Wong
2022-10-14xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2022-10-14xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2022-10-14xfs: condense symbolic links after an atomic swapDarrick J. Wong
2022-10-14xfs: condense directories after an atomic swapDarrick J. Wong
2022-10-14xfs: condense extended attributes after an atomic swapDarrick J. Wong
2022-10-14xfs: remove old swap extents implementationDarrick J. Wong
2022-10-14xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2022-10-14xfs: port xfs_swap_extent_forks to use xfs_swapext_reqDarrick J. Wong
2022-10-14xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2022-10-14xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2022-10-14xfs: add error injection to test swapext recoveryDarrick J. Wong
2022-10-14xfs: add a ->xchg_file_range handlerDarrick J. Wong
2022-10-14xfs: enable xlog users to toggle atomic extent swappingDarrick J. Wong
2022-10-14xfs: create deferred log items for extent swappingDarrick J. Wong
2022-10-14xfs: introduce a swap-extent log intent itemDarrick J. Wong
2022-10-14xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2022-10-14xfs: parameterize all the incompat log feature helpersDarrick J. Wong
2022-10-14xfs: refactor non-power-of-two alignment checksDarrick J. Wong