summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)Author
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
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig
2021-04-07xfs: consistently initialize di_flags2Christoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-02-03xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
2021-02-03xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-02-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2021-02-03xfs: remove trivial eof/cowblocks functionsDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_eofblocksDarrick J. Wong
2021-02-03xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-02-03xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong
2021-02-03xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong
2021-02-03xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2021-02-03xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2021-02-03xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong
2020-09-15xfs: Remove unneeded semicolonZheng Bin
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner
2020-07-07xfs: clean up inode reclaim commentsDave Chinner
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-07-07xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner
2020-07-07xfs: don't block inode reclaim on the ILOCKDave Chinner
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-27xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong
2020-05-27xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2020-05-27xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2020-05-27xfs: refactor eofb matching into a single helperDarrick J. Wong
2020-05-27xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong