summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-08-16xfs: create a polled function to force inode inactivationdeferred-inactivation_2019-08-16Darrick J. Wong
2019-08-16xfs: parallelize inode inactivationDarrick J. Wong
2019-08-16xfs: force inactivation before fallocate when space is lowDarrick J. Wong
2019-08-16xfs: force inode inactivation and retry fs writes when there isn't spaceDarrick J. Wong
2019-08-16xfs: deferred inode inactivationDarrick J. Wong
2019-08-16xfs: pass around xfs_inode_ag_walk iget/irele helper functionsDarrick J. Wong
2019-08-16xfs: pass per-ag structure to the xfs_ici_walk execute functionDarrick J. Wong
2019-08-16xfs: track unlinked inactive inode quota countersDarrick J. Wong
2019-08-16xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2019-08-16xfs: decide if inode needs inactivationDarrick J. Wong
2019-08-16xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2019-08-16xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2019-08-16Darrick J. Wong
2019-08-16xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2019-08-16xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2019-08-16xfs: move inode flush to a workqueueDarrick J. Wong
2019-08-16xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2019-08-16xfs: refactor messy xfs_inode_free_quota_* functionsDarrick J. Wong
2019-08-16xfs: hide most of the incore inode walk interfaceincore-inode-walk_2019-08-16Darrick J. Wong
2019-08-16xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2019-08-16xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2019-08-16xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2019-08-16xfs: refactor eofb matching into a single helperDarrick J. Wong
2019-08-16xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2019-08-16xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2019-08-16xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2019-08-16xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2019-08-16xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2019-08-16xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2019-08-16xfs: convert big array and blob array to use memfd backendrepair-part-one_2019-08-16Darrick J. Wong
2019-08-16xfs: repair quotasDarrick J. Wong
2019-08-16xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2019-08-16xfs: repair extended attributesDarrick J. Wong
2019-08-16xfs: create a new inode fork block unmap helperDarrick J. Wong
2019-08-16xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2019-08-16xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapiDarrick J. Wong
2019-08-16xfs: create a blob array data structureDarrick J. Wong
2019-08-16xfs: repair damaged symlinksDarrick J. Wong
2019-08-16xfs: convert block map rebuild code to use btree bulk loadingDarrick J. Wong
2019-08-16xfs: repair inode block mapsDarrick J. Wong
2019-08-16xfs: zap broken inode forksDarrick J. Wong
2019-08-16xfs: repair inode recordsDarrick J. Wong
2019-08-16xfs: convert refcount btree rebuilder to bulk loadDarrick J. Wong
2019-08-16xfs: repair refcount btreesDarrick J. Wong
2019-08-16xfs: convert inode btree rebuilder to use btree bulk loadDarrick J. Wong
2019-08-16xfs: repair inode btreesDarrick J. Wong
2019-08-16xfs: convert free space btree rebuilder to use btree bulk loadDarrick J. Wong
2019-08-16xfs: repair free space btreesDarrick J. Wong
2019-08-16xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong
2019-08-16xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2019-08-16xfs: create a big array data structureDarrick J. Wong