summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09xfs: get rid of cross_renameinode-refactor_2019-10-09Darrick J. Wong
2019-10-09xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2019-10-09xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2019-10-09xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2019-10-09xfs: hoist inode free function to libxfsDarrick J. Wong
2019-10-09xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2019-10-09xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2019-10-09xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2019-10-09xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2019-10-09xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2019-10-09xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2019-10-09xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2019-10-09xfs: hoist inode allocation functionDarrick J. Wong
2019-10-09xfs: delegate post-allocation igetDarrick J. Wong
2019-10-09xfs: split inode allocation and initializationDarrick J. Wong
2019-10-09xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2019-10-09xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2019-10-09xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2019-10-09xfs: hoist project id get/set functionsDarrick J. Wong
2019-10-09xfs: hoist inode flag conversion functionsDarrick J. Wong
2019-10-09xfs: hoist extent size helpers to libxfsDarrick J. Wong
2019-10-09xfs: repair summary countersrepair-hard-problems_2019-10-09Darrick J. Wong
2019-10-09xfs: implement live quotacheck as part of quota repairDarrick J. Wong
2019-10-09xfs: repair the rmapbtDarrick J. Wong
2019-10-09xfs: make xfile io asynchronousDarrick J. Wong
2019-10-09xfs: introduce online scrub freezeDarrick J. Wong
2019-10-09xfs: update health status if we get a clean bill of healthindirect-health-reporting_2019-10-09Darrick J. Wong
2019-10-09xfs: remember sick inodes that get inactivatedDarrick J. Wong
2019-10-09xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2019-10-09xfs: create a polled function to force inode inactivationdeferred-inactivation_2019-10-09Darrick J. Wong
2019-10-09xfs: parallelize inode inactivationDarrick J. Wong
2019-10-09xfs: force inactivation before fallocate when space is lowDarrick J. Wong
2019-10-09xfs: force inode inactivation and retry fs writes when there isn't spaceDarrick J. Wong
2019-10-09xfs: deferred inode inactivationDarrick J. Wong
2019-10-09xfs: pass around xfs_inode_ag_walk iget/irele helper functionsDarrick J. Wong
2019-10-09xfs: pass per-ag structure to the xfs_ici_walk execute functionDarrick J. Wong
2019-10-09xfs: track unlinked inactive inode quota countersDarrick J. Wong
2019-10-09xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2019-10-09xfs: decide if inode needs inactivationDarrick J. Wong
2019-10-09xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2019-10-09xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2019-10-09Darrick J. Wong
2019-10-09xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2019-10-09xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2019-10-09xfs: move inode flush to a workqueueDarrick J. Wong
2019-10-09xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2019-10-09xfs: refactor messy xfs_inode_free_quota_* functionsDarrick J. Wong
2019-10-09xfs: hide most of the incore inode walk interfaceincore-inode-walk_2019-10-09Darrick J. Wong
2019-10-09xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2019-10-09xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2019-10-09xfs: fix inode ag walk predicate function return valuesDarrick J. Wong