summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: hide xfs_icache_free_eofblocksDarrick J. Wong2021-02-031-1/+1
* xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong2021-02-031-63/+63
* xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong2021-02-031-6/+33
* xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong2021-02-031-30/+38
* xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong2021-02-031-9/+17
* xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong2021-02-031-55/+55
* xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong2021-02-031-0/+9
* xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong2021-02-031-3/+18
* xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong2021-02-031-30/+16
* xfs: Remove unneeded semicolonZheng Bin2020-09-151-1/+1
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-10/+7
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-281-6/+4
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-2/+2
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-0/+1
* xfs: clean up inode reclaim commentsDave Chinner2020-07-071-93/+35
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-071-50/+29
* xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner2020-07-071-38/+25
* xfs: don't block inode reclaim on the ILOCKDave Chinner2020-07-071-3/+5
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-071-19/+12
* xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner2020-07-071-86/+31
* xfs: make inode reclaim almost non-blockingDave Chinner2020-07-071-1/+1
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-061-1/+2
* Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-2/+2
|\
| * fs: Introduce DCACHE_DONTCACHEIra Weiny2020-05-131-1/+1
| * fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny2020-05-131-2/+2
* | xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong2020-05-271-5/+4
* | xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong2020-05-271-9/+9
* | xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong2020-05-271-40/+48
* | xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong2020-05-271-3/+3
* | xfs: fix inode ag walk predicate function return valuesDarrick J. Wong2020-05-271-17/+22
* | xfs: refactor eofb matching into a single helperDarrick J. Wong2020-05-271-28/+34
* | xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong2020-05-271-12/+2