summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2019-10-09xfs: refactor eofb matching into a single helperDarrick J. Wong
2019-10-09xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2019-10-09xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2019-10-09xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2019-10-09xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2019-10-09xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2019-10-09xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2019-10-09xfs: repair quotasrepair-quota_2019-10-09Darrick J. Wong
2019-10-09xfs: scrub should set preen if attr leaf has holesrepair-inode-data_2019-10-09Darrick J. Wong
2019-10-09xfs: repair extended attributesDarrick J. Wong
2019-10-09xfs: create a new inode fork block unmap helperDarrick J. Wong
2019-10-09xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2019-10-09xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapiDarrick J. Wong
2019-10-09xfs: create a blob array data structureDarrick J. Wong
2019-10-09xfs: repair damaged symlinksDarrick J. Wong
2019-10-09xfs: repair inode block mapsrepair-inodes_2019-10-09Darrick J. Wong
2019-10-09xfs: zap broken inode forksDarrick J. Wong
2019-10-09xfs: repair inode recordsDarrick J. Wong
2019-10-09xfs: repair refcount btreesrepair-ag-btrees_2019-10-09Darrick J. Wong
2019-10-09xfs: repair inode btreesDarrick J. Wong
2019-10-09xfs: repair free space btreesDarrick J. Wong
2019-10-09xfs: create a big array data structureDarrick J. Wong
2019-10-09xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2019-10-09Darrick J. Wong
2019-10-09xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2019-10-09xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2019-10-09xfs: always rescan allegedly healthy per-ag metadata after repairrepair-health_2019-10-09Darrick J. Wong
2019-10-09xfs: add a repair revalidation function pointerDarrick J. Wong
2019-10-09xfs: convert xbitmap to interval treerepair-bitmap-rework_2019-10-09Darrick J. Wong
2019-10-09xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong