summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2024-04-154-4/+67
* xfs: create an xattr iteration function for scrubDarrick J. Wong2024-04-155-78/+414
* 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-1519-4/+1436
* xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong2024-04-155-1/+211
* xfs: create a blob array data structureDarrick J. Wong2024-04-153-0/+176
* xfs: enable discarding of folios backing an xfileDarrick J. Wong2024-04-153-0/+14
* xfs: validate explicit directory free block ownersDarrick J. Wong2024-04-154-18/+23
* xfs: validate explicit directory block buffer ownersDarrick J. Wong2024-04-157-14/+19
* xfs: validate explicit directory data buffer ownersDarrick J. Wong2024-04-159-31/+39
* xfs: validate directory leaf buffer ownersDarrick J. Wong2024-04-156-10/+82
* xfs: validate dabtree node buffer ownersDarrick J. Wong2024-04-153-0/+119
* xfs: validate attr remote value buffer ownersDarrick J. Wong2024-04-151-5/+4
* xfs: validate attr leaf buffer ownersDarrick J. Wong2024-04-158-19/+128
* xfs: reduce indenting in xfs_attr_node_listDarrick J. Wong2024-04-151-27/+29
* xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong2024-04-157-21/+21
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-1513-3/+28
* xfs: online repair of realtime summariesDarrick J. Wong2024-04-157-16/+239
* 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-159-3/+324
* xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong2024-04-153-1/+12
* xfs: enable logged file mapping exchange featureDarrick J. Wong2024-04-151-1/+2
* docs: update swapext -> exchmaps languageDarrick J. Wong2024-04-151-125/+138
* xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong2024-04-154-5/+55
* xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong2024-04-151-7/+82
* xfs: make file range exchange support realtime filesDarrick J. Wong2024-04-152-10/+69
* xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong2024-04-154-45/+103
* xfs: condense directories after a mapping exchange operationDarrick J. Wong2024-04-151-0/+43
* xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong2024-04-153-3/+58
* xfs: add error injection to test file mapping exchange recoveryDarrick J. Wong2024-04-153-1/+9
* xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong2024-04-153-1/+443
* xfs: create deferred log items for file mapping exchangesDarrick J. Wong2024-04-1513-4/+1844
* xfs: introduce a file mapping exchange log intent itemDarrick J. Wong2024-04-157-3/+357
* xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong2024-04-155-11/+24
* xfs: introduce new file range exchange ioctlDarrick J. Wong2024-04-155-0/+415
* vfs: export remap and write check helpersDarrick J. Wong2024-04-153-2/+4
* xfs: constify xfs_bmap_is_written_extentDarrick J. Wong2024-04-151-1/+1
* xfs: refactor non-power-of-two alignment checksDarrick J. Wong2024-04-152-9/+8
* xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong2024-04-152-2/+11
* xfs: create a new helper to return a file's allocation unitDarrick J. Wong2024-04-154-20/+29
* xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong2024-04-155-3/+15
* xfs: move xfs_iops.c declarations out of xfs_inode.hDarrick J. Wong2024-04-152-5/+4
* xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong2024-04-153-62/+62
* xfs: only clear log incompat flags at clean unmountDarrick J. Wong2024-04-158-88/+19
* xfs: fix error bailout in xrep_abt_build_new_treesDarrick J. Wong2024-04-151-1/+1
* xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...Darrick J. Wong2024-04-151-1/+48