summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-09xfs: ask the dentry cache if it knows the parent of a directoryrepair-dirs_2022-11-09Darrick J. Wong
2022-11-09xfs: online repair of parent pointersDarrick J. Wong
2022-11-09xfs: online repair of directoriesDarrick J. Wong
2022-11-09xfs: flag empty xattr leaf blocks for optimizationrepair-xattrs_2022-11-09Darrick J. Wong
2022-11-09xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2022-11-09xfs: repair extended attributesDarrick J. Wong
2022-11-09xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong
2022-11-09xfs: create a blob array data structureDarrick J. Wong
2022-11-09xfs: validate explicit directory free block ownersdirattr-validate-owners_2022-11-09Darrick J. Wong
2022-11-09xfs: validate explicit directory block buffer ownersDarrick J. Wong
2022-11-09xfs: validate explicit directory data buffer ownersDarrick J. Wong
2022-11-09xfs: validate directory leaf buffer ownersDarrick J. Wong
2022-11-09xfs: validate dabtree node buffer ownersDarrick J. Wong
2022-11-09xfs: validate attr remote value buffer ownersDarrick J. Wong
2022-11-09xfs: validate attr leaf buffer ownersDarrick J. Wong
2022-11-09xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2022-11-09xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2022-11-09xfs: online repair of realtime summariesrepair-rtsummary_2022-11-09Darrick J. Wong
2022-11-09xfs: teach the tempfile to support atomic extent swappingDarrick J. Wong
2022-11-09xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2022-11-09xfs: add the ability to reap entire inode forksrepair-tempfiles_2022-11-09Darrick J. Wong
2022-11-09xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2022-11-09xfs: create temporary files and directories for online repairDarrick J. Wong
2022-11-09xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2022-11-09xfs: enable atomic swapext featureatomic-file-updates_2022-11-09Darrick J. Wong
2022-11-09xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2022-11-09xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2022-11-09xfs: condense symbolic links after an atomic swapDarrick J. Wong
2022-11-09xfs: condense directories after an atomic swapDarrick J. Wong
2022-11-09xfs: condense extended attributes after an atomic swapDarrick J. Wong
2022-11-09xfs: remove old swap extents implementationDarrick J. Wong
2022-11-09xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2022-11-09xfs: port xfs_swap_extent_forks to use xfs_swapext_reqDarrick J. Wong
2022-11-09xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2022-11-09xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2022-11-09xfs: add error injection to test swapext recoveryDarrick J. Wong
2022-11-09xfs: add a ->xchg_file_range handlerDarrick J. Wong
2022-11-09xfs: enable xlog users to toggle atomic extent swappingDarrick J. Wong
2022-11-09xfs: create deferred log items for extent swappingDarrick J. Wong
2022-11-09xfs: introduce a swap-extent log intent itemDarrick J. Wong
2022-11-09xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2022-11-09xfs: parameterize all the incompat log feature helpersDarrick J. Wong
2022-11-09xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2022-11-09xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2022-11-09vfs: introduce new file range exchange ioctlDarrick J. Wong
2022-11-09xfs: move symlink target write function to libxfssymlink-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: move remote symlink target read function to libxfsDarrick J. Wong
2022-11-09xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2022-11-09xfs: xfs_bmap_finish_one should map unwritten extents properlyexpand-bmap-intent-usage_2022-11-09Darrick J. Wong
2022-11-09xfs: support deferred bmap updates on the attr forkDarrick J. Wong