summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong2021-08-091-2/+10
* xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong2021-08-091-0/+21
* xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong2021-08-091-0/+10
* xfs: queue inactivation immediately when free space is tightDarrick J. Wong2021-08-091-0/+6
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-33/+313
* xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong2021-08-061-1/+7
* xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong2021-08-061-25/+74
* xfs: remove xfs_dqrele_all_inodesChristoph Hellwig2021-08-061-106/+1
* xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong2021-06-211-4/+4
* xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong2021-06-211-23/+16
* xfs: refactor the inode recycling codeDarrick J. Wong2021-06-211-62/+81
* xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong2021-06-081-82/+82
* xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong2021-06-081-21/+23
* xfs: selectively keep sick inodes in memoryDarrick J. Wong2021-06-081-6/+39
* xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong2021-06-081-3/+2
* Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-081-368/+471
|\
| * xfs: refactor per-AG inode tagging functionsDarrick J. Wong2021-06-031-82/+76
| * xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong2021-06-031-114/+48
| * xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong2021-06-031-19/+15
| * xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong2021-06-031-9/+11
| * xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong2021-06-031-2/+5
| * xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong2021-06-031-24/+36
| * xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong2021-06-031-21/+12
| * xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong2021-06-031-2/+4
| * xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong2021-06-031-5/+66
| * xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong2021-06-031-12/+43
| * xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong2021-06-031-11/+11
| * xfs: move the inode walk functions further downDarrick J. Wong2021-06-031-195/+206
| * xfs: detach inode dquots at the end of inactivationDarrick J. Wong2021-06-031-1/+1
| * xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong2021-06-031-1/+64
* | xfs: make for_each_perag... a first class citizenDave Chinner2021-06-021-13/+2
* | xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
|/
* xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong2021-04-071-8/+7
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig2021-04-071-1/+2
* xfs: consistently initialize di_flags2Christoph Hellwig2021-04-071-0/+1
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-3/+3
* xfs: rename the blockgc workqueueDarrick J. Wong2021-03-251-1/+1
* xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong2021-02-031-22/+21
* xfs: parallelize block preallocation garbage collectionDarrick J. Wong2021-02-031-12/+30
* xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-031-2/+2
* xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong2021-02-031-11/+11
* xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong2021-02-031-65/+31
* xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong2021-02-031-60/+54
* xfs: remove trivial eof/cowblocks functionsDarrick J. Wong2021-02-031-22/+8
* xfs: hide xfs_icache_free_cowblocksDarrick J. Wong2021-02-031-1/+1