summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-10-14xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2022-10-14vfs: introduce new file range exchange ioctlDarrick J. Wong
2022-10-14xfs: move symlink target write function to libxfssymlink-cleanups_2022-10-14Darrick J. Wong
2022-10-14xfs: move remote symlink target read function to libxfsDarrick J. Wong
2022-10-14xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2022-10-14xfs: fix confusing variable names in xfs_bmap_item.cexpand-bmap-intent-usage_2022-10-14Darrick J. Wong
2022-10-14xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2022-10-14xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2022-10-14xfs: support recovering bmap intent items targetting realtime extentsrealtime-bmap-intents_2022-10-14Darrick J. Wong
2022-10-14xfs: ignore intents targetting file data on the realtime deviceDarrick J. Wong
2022-10-14xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2022-10-14xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2022-10-14xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2022-10-14xfs: remove xfs_trans_set_bmap_flagsbmap-intent-cleanups_2022-10-14Darrick J. Wong
2022-10-14xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong