summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.h
AgeCommit message (Expand)Author
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: remove xfs_dqrele_all_inodesChristoph Hellwig
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong
2021-06-03xfs: refactor per-AG inode tagging functionsDarrick J. Wong
2021-06-03xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-06-03xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong
2021-06-03xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick 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: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_eofblocksDarrick 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: trigger all block gc scans when low on quota spaceDarrick J. Wong
2020-07-14xfs: remove SYNC_WAIT and SYNC_TRYLOCKChristoph Hellwig
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick 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
2020-05-27xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2020-05-27xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong
2017-12-21xfs: remove leftover CoW reservations when remounting roDarrick J. Wong
2017-06-19xfs: check if an inode is cached and allocatedDarrick J. Wong
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster
2014-07-24xfs: add scan owner field to xfs_eofblocksBrian Foster
2014-06-25xfs: global error sign conversionDave Chinner
2014-04-14xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen
2013-09-12Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner
2013-08-15xfs: create internal eofblocks structure with kuid_t typesDwight Engen
2013-08-12xfs: move unrelated definitions out of xfs_inode.hDave Chinner
2013-06-26xfs: Remove dead function prototype xfs_sync_inode_grab()Jie Liu
2012-11-08xfs: add background scanning to clear eofblocks inodesBrian Foster