summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-03-25xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-03-25Darrick J. Wong
2021-03-25xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report quota block corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2021-03-25xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-03-25xfs: separate the marking of sick and checked metadataDarrick J. Wong
2021-03-25xfs: repair dquots based on live quotacheck resultsrepair-quota_2021-03-25Darrick J. Wong
2021-03-25xfs: track quota updates during live quotacheckDarrick J. Wong
2021-03-25xfs: implement live quotacheck inode scanDarrick J. Wong
2021-03-25xfs: report the health of quota countsDarrick J. Wong
2021-03-25xfs: repair quotasDarrick J. Wong
2021-03-25xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-03-25xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2021-03-25xfs: repair damaged symlinksrepair-inodes_2021-03-25Darrick J. Wong