summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)Author
2021-07-23xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-07-23xfs: scale speculative preallocation gc delay based on free spaceDarrick J. Wong
2021-07-23xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-07-23xfs: queue inodegc worker immediately on backlogDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when AG free space are tightDarrick J. Wong
2021-07-23xfs: parallelize inode inactivationDarrick J. Wong
2021-07-23xfs: debugging patch #1 for deferred inodegcDarrick J. Wong
2021-07-23xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when realtime extents are tightDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when quota are tightDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when free space is tightDarrick J. Wong
2021-07-23xfs: expose sysfs knob to control inode inactivation delayDarrick J. Wong
2021-07-23xfs: queue inodegc worker immediately when memory is tightDarrick J. Wong
2021-07-23xfs: drop dead dquots before scheduling inode for inactivationDarrick J. Wong
2021-07-23xfs: allow quotaoff to dqdetach NEEDS_INACTIVE inodesDarrick J. Wong
2021-07-23xfs: throttle inodegc queuing on backlogDarrick J. Wong
2021-07-23xfs: don't throttle memory reclaim trying to queue inactive inodesDarrick J. Wong
2021-07-23xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-07-23xfs: defer inode inactivation to a workqueueDarrick J. Wong
2021-07-23xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-07-23xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong
2021-06-21xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkrename-eofblocks-5.14_2021-06-08Darrick J. Wong
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong
2021-06-08xfs: selectively keep sick inodes in memoryfix-inode-health-reports-5.14_2021-06-08Darrick J. Wong
2021-06-08xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong
2021-06-03xfs: refactor per-AG inode tagging functionsinode-walk-cleanups-5.14_2021-06-06inode-walk-cleanups-5.14_2021-06-05inode-walk-cleanups-5.14_2021-06-03Darrick J. Wong
2021-06-03xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-06-03xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong
2021-06-03xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong
2021-06-03xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong
2021-06-03xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong
2021-06-03xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong
2021-06-03xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong
2021-06-03xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong
2021-06-03xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong
2021-06-03xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong
2021-06-03xfs: move the inode walk functions further downDarrick J. Wong
2021-06-03xfs: detach inode dquots at the end of inactivationDarrick J. Wong
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-07xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig