summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-15xfs: create an xattr iteration function for scrubDarrick J. Wong5-78/+414
2024-04-15xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong2-0/+13
2024-04-15xfs: scrub should set preen if attr leaf has holesDarrick J. Wong4-0/+20
2024-04-15xfs: repair extended attributesDarrick J. Wong19-4/+1436
2024-04-15xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong5-1/+211
2024-04-15xfs: create a blob array data structureDarrick J. Wong3-0/+176
2024-04-15xfs: enable discarding of folios backing an xfileDarrick J. Wong3-0/+14
2024-04-15xfs: validate explicit directory free block ownersDarrick J. Wong4-18/+23
2024-04-15xfs: validate explicit directory block buffer ownersDarrick J. Wong7-14/+19
2024-04-15xfs: validate explicit directory data buffer ownersDarrick J. Wong9-31/+39
2024-04-15xfs: validate directory leaf buffer ownersDarrick J. Wong6-10/+82
2024-04-15xfs: validate dabtree node buffer ownersDarrick J. Wong3-0/+119
2024-04-15xfs: validate attr remote value buffer ownersDarrick J. Wong1-5/+4
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong8-19/+128
2024-04-15xfs: reduce indenting in xfs_attr_node_listDarrick J. Wong1-27/+29
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong7-21/+21
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong13-3/+28
2024-04-15xfs: online repair of realtime summariesDarrick J. Wong7-16/+239
2024-04-15xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong5-3/+225
2024-04-15xfs: support preallocating and copying content into temporary filesDarrick J. Wong3-0/+251
2024-04-15xfs: add the ability to reap entire inode forksDarrick J. Wong3-0/+436
2024-04-15xfs: refactor live buffer invalidation for repairsDarrick J. Wong2-22/+71
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong9-3/+324
2024-04-15xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong3-1/+12
2024-04-15xfs: enable logged file mapping exchange featureDarrick J. Wong1-1/+2
2024-04-15docs: update swapext -> exchmaps languageDarrick J. Wong1-125/+138
2024-04-15xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong4-5/+55
2024-04-15xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong1-7/+82
2024-04-15xfs: make file range exchange support realtime filesDarrick J. Wong2-10/+69
2024-04-15xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong4-45/+103
2024-04-15xfs: condense directories after a mapping exchange operationDarrick J. Wong1-0/+43
2024-04-15xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong3-3/+58
2024-04-15xfs: add error injection to test file mapping exchange recoveryDarrick J. Wong3-1/+9
2024-04-15xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong3-1/+443
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong13-4/+1844
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong7-3/+357
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong5-11/+24
2024-04-15xfs: introduce new file range exchange ioctlDarrick J. Wong5-0/+415
2024-04-15vfs: export remap and write check helpersDarrick J. Wong3-2/+4
2024-04-15xfs: constify xfs_bmap_is_written_extentDarrick J. Wong1-1/+1
2024-04-15xfs: refactor non-power-of-two alignment checksDarrick J. Wong2-9/+8
2024-04-15xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong2-2/+11
2024-04-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong4-20/+29
2024-04-15xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong5-3/+15
2024-04-15xfs: move xfs_iops.c declarations out of xfs_inode.hDarrick J. Wong2-5/+4
2024-04-15xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong3-62/+62
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong8-88/+19
2024-04-15xfs: fix error bailout in xrep_abt_build_new_treesDarrick J. Wong1-1/+1
2024-04-15xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...Darrick J. Wong1-1/+48
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong4-3/+59