aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)Author
2022-06-28Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell
2022-06-27mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-29xfs: aborting inodes on shutdown may need buffer lockDave Chinner
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-19xfs: flush inodegc workqueue tasks before cancelBrian Foster
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu
2021-12-18xfs: Support large foliosMatthew Wilcox (Oracle)
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-08-24xfs: fix I_DONTCACHEDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig
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-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong
2021-08-06xfs: remove xfs_dqrele_all_inodesChristoph Hellwig
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_icwalkDarrick 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 memoryDarrick 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 functionsDarrick 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