summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25xfs: enable atomic swapext featureatomic-file-updates_2021-03-25Darrick J. Wong
2021-03-25xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-03-25xfs: condense directories after an atomic swapDarrick J. Wong
2021-03-25xfs: condense extended attributes after an atomic swapDarrick J. Wong
2021-03-25xfs: remove old swap extents implementationDarrick J. Wong
2021-03-25xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2021-03-25xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2021-03-25xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2021-03-25xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2021-03-25xfs: add error injection to test swapext recoveryDarrick J. Wong
2021-03-25xfs: add a ->xchg_file_range handlerDarrick J. Wong
2021-03-25xfs: create deferred log items for extent swappingDarrick J. Wong
2021-03-25xfs: introduce a swap-extent log intent itemDarrick J. Wong
2021-03-25xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-03-25xfs: clear log incompat feature bits when the log is idleDarrick J. Wong
2021-03-25xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-03-25xfs: support two inodes in the defer capture structureDarrick J. Wong
2021-03-25vfs: introduce new file range exchange ioctlDarrick J. Wong
2021-03-25xfs: xfs_bmap_finish_one should map unwritten extents properlyexpand-bmap-intent-usage_2021-03-25Darrick J. Wong
2021-03-25xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2021-03-25xfs: support recovering bmap intent items targetting realtime extentsrealtime-bmap-intents_2021-03-25Darrick J. Wong
2021-03-25xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2021-03-25xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-03-25xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2021-03-25xfs: repair summary countersrepair-hard-problems_2021-03-25Darrick J. Wong
2021-03-25xfs: allow rmap repair to grab unlinked inodesDarrick J. Wong
2021-03-25xfs: repair the rmapbtDarrick J. Wong
2021-03-25xfs: ask to freeze if fscounters scrubber failsDarrick J. Wong
2021-03-25xfs: introduce online scrub freezeDarrick J. Wong
2021-03-25xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-03-25Darrick J. Wong
2021-03-25xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-03-25xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2021-03-25xfs: push inactive inodes if the quotacheck scrubber hits themdeferred-inactivation_2021-03-25Darrick J. Wong
2021-03-25xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-03-25xfs: add inode scan limits to the eofblocks ioctlDarrick J. Wong
2021-03-25xfs: create a polled function to force inode inactivationDarrick J. Wong
2021-03-25xfs: parallelize inode inactivationDarrick J. Wong
2021-03-25xfs: force inode garbage collection before fallocate when space is lowDarrick J. Wong
2021-03-25xfs: force inode inactivation and retry fs writes when there isn't spaceDarrick J. Wong
2021-03-25xfs: expose sysfs knob to control inode inactivation delayDarrick J. Wong
2021-03-25xfs: deferred inode inactivationDarrick J. Wong
2021-03-25xfs: refactor the inode recycling codeDarrick J. Wong
2021-03-25xfs: refactor per-AG inode tagging functionsDarrick J. Wong
2021-03-25xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-03-25xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong
2021-03-25xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong
2021-03-25xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong
2021-03-25xfs: use s_inodes in xfs_qm_dqrele_all_inodesChristoph Hellwig
2021-03-25xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong
2021-03-25xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong