summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-10-14xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2022-10-14xfs: split tracepoint classes for deferred itemsDarrick J. Wong
2022-10-14xfs: hook live rmap operations during a repair operationrepair-rmap-btree_2022-10-14Darrick J. Wong
2022-10-14xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2022-10-14xfs: repair the rmapbtDarrick J. Wong
2022-10-14xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2022-10-14xfs: connect in-memory btrees to xfilesin-memory-btrees_2022-10-14Darrick J. Wong
2022-10-14xfs: support in-memory btreesDarrick J. Wong
2022-10-14xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2022-10-14xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2022-10-14xfs: support in-memory buffer cache targetsDarrick J. Wong
2022-10-14xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2022-10-14xfs: dump xfiles for debugging purposesDarrick J. Wong
2022-10-14xfs: repair summary countersrepair-fscounters_2022-10-14Darrick J. Wong
2022-10-14xfs: remove XCHK_REAPING_DISABLED from scrubDarrick J. Wong
2022-10-14xfs: stabilize fs summary counters for online fsckDarrick J. Wong