summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01xfs: update health status if we get a clean bill of healthindirect-health-reporting_2020-06-01Darrick J. Wong
2020-06-01xfs: remember sick inodes that get inactivatedDarrick J. Wong
2020-06-01xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2020-06-01xfs: create a polled function to force inode inactivationdeferred-inactivation_2020-06-01Darrick J. Wong
2020-06-01xfs: parallelize inode inactivationDarrick J. Wong
2020-06-01xfs: force inactivation before fallocate when space is lowDarrick J. Wong
2020-06-01xfs: force inode inactivation and retry fs writes when there isn't spaceDarrick J. Wong
2020-06-01xfs: deferred inode inactivationDarrick J. Wong
2020-06-01xfs: track unlinked inactive inode quota countersDarrick J. Wong
2020-06-01xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2020-06-01xfs: decide if inode needs inactivationDarrick J. Wong
2020-06-01xfs: parallelize block preallocation garbage collectioneofblocks-consolidation_2020-06-01Darrick J. Wong
2020-06-01xfs: rename block gc start and stop functionsDarrick J. Wong
2020-06-01xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong
2020-06-01xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2020-06-01xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2020-06-01xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2020-06-01xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2020-06-01Darrick J. Wong
2020-06-01xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2020-06-01xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2020-06-01xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2020-06-01xfs: refactor messy xfs_inode_free_quota_* functionsDarrick J. Wong
2020-06-01xfs: hide most of the incore inode walk interfaceDarrick J. Wong
2020-06-01xfs: rearrange xfs_inode_walk_ag parametersincore-inode-walk_2020-06-01Darrick J. Wong
2020-06-01xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong
2020-06-01xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2020-06-01xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2020-06-01xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2020-06-01xfs: refactor eofb matching into a single helperDarrick J. Wong
2020-06-01xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2020-06-01xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-06-01xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2020-06-01xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2020-06-01xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2020-06-01xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2020-06-01xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2020-06-01Darrick J. Wong
2020-06-01xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report quota block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report inode corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report btree block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2020-06-01xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2020-06-01xfs: separate the marking of sick and checked metadataDarrick J. Wong
2020-06-01xfs: online repair of realtime summariesrepair-fsfile-metadata_2020-06-01Darrick J. Wong
2020-06-01xfs: repair quotasDarrick J. Wong
2020-06-01xfs: online repair of directoriesrepair-inode-data_2020-06-01Darrick J. Wong
2020-06-01xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2020-06-01xfs: repair extended attributesDarrick J. Wong