summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-03xfs: repair summary countersrepair-hard-problems_2020-03-03Darrick J. Wong
2020-03-03xfs: implement live quotacheck as part of quota repairDarrick J. Wong
2020-03-03xfs: repair the rmapbtDarrick J. Wong
2020-03-03xfs: make xfile io asynchronousDarrick J. Wong
2020-03-03xfs: introduce online scrub freezeDarrick J. Wong
2020-03-03xfs: update health status if we get a clean bill of healthindirect-health-reporting_2020-03-03Darrick J. Wong
2020-03-03xfs: remember sick inodes that get inactivatedDarrick J. Wong
2020-03-03xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2020-03-03xfs: create a polled function to force inode inactivationdeferred-inactivation_2020-03-03Darrick J. Wong
2020-03-03xfs: parallelize inode inactivationDarrick J. Wong
2020-03-03xfs: force inactivation before fallocate when space is lowDarrick J. Wong
2020-03-03xfs: force inode inactivation and retry fs writes when there isn't spaceDarrick J. Wong
2020-03-03xfs: deferred inode inactivationDarrick J. Wong
2020-03-03xfs: pass around xfs_inode_ag_walk iget/irele helper functionsDarrick J. Wong
2020-03-03xfs: pass per-ag structure to the xfs_ici_walk execute functionDarrick J. Wong
2020-03-03xfs: track unlinked inactive inode quota countersDarrick J. Wong
2020-03-03xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2020-03-03xfs: decide if inode needs inactivationDarrick J. Wong
2020-03-03xfs: parallelize block preallocation garbage collectioneofblocks-consolidation_2020-03-03Darrick J. Wong
2020-03-03xfs: rename block gc start and stop functionsDarrick J. Wong
2020-03-03xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong
2020-03-03xfs: remove the separate cowblocks workerDarrick J. Wong
2020-03-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2020-03-03xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2020-03-03xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2020-03-03Darrick J. Wong
2020-03-03xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2020-03-03xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2020-03-03xfs: move inode flush to a workqueueDarrick J. Wong
2020-03-03xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2020-03-03xfs: refactor messy xfs_inode_free_quota_* functionsDarrick J. Wong
2020-03-03xfs: hide most of the incore inode walk interfaceincore-inode-walk_2020-03-03Darrick J. Wong
2020-03-03xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2020-03-03xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2020-03-03xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2020-03-03xfs: refactor eofb matching into a single helperDarrick J. Wong
2020-03-03xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2020-03-03xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-03-03xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2020-03-03xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2020-03-03xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2020-03-03xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2020-03-03xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2020-03-03Darrick J. Wong
2020-03-03xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report quota block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report inode corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report btree block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2020-03-03xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong