aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-21xfs: fix incorrect i_nlink caused by inode racingGravatar Long Li 1-0/+6
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-07-20xfs: don't leak memory when attr fork loading failsGravatar Darrick J. Wong 1-1/+0
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Gravatar Darrick J. Wong 1-6/+6
2022-07-14xfs: add log item precommit operationGravatar Dave Chinner 1-0/+1
2022-07-14xfs: double link the unlinked inode listGravatar Dave Chinner 1-0/+2
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkGravatar Darrick J. Wong 1-5/+3
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeGravatar Darrick J. Wong 1-4/+6
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperGravatar Darrick J. Wong 1-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-06-23xfs: introduce xfs_inodegc_push()Gravatar Dave Chinner 1-5/+15
2022-06-23xfs: bound maximum wait time for inodegc workGravatar Dave Chinner 1-14/+22
2022-04-12xfs: use a separate frextents counter for rt extent reservationsGravatar Darrick J. Wong 1-3/+6
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2022-03-29xfs: aborting inodes on shutdown may need buffer lockGravatar Dave Chinner 1-1/+1
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+9
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightGravatar Dave Chinner 1-1/+9
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-18/+4
2022-01-19xfs: flush inodegc workqueue tasks before cancelGravatar Brian Foster 1-18/+4
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxGravatar Linus Torvalds 1-0/+2
2021-12-21xfs: Fix comments mentioning xfs_iallocGravatar Yang Xu 1-1/+2
2021-12-18xfs: Support large foliosGravatar Matthew Wilcox (Oracle) 1-0/+2
2021-11-24xfs: remove xfs_inew_waitGravatar Christoph Hellwig 1-21/+0
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-5/+5
2021-08-24xfs: fix I_DONTCACHEGravatar Dave Chinner 1-1/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-4/+4
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 1-1/+1
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-4/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-08-18xfs: remove support for untagged lookups in xfs_icwalk*Gravatar Christoph Hellwig 1-39/+8
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimGravatar Darrick J. Wong 1-3/+99
2021-08-09xfs: use background worker pool when transactions can't get free spaceGravatar Darrick J. Wong 1-0/+28
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenGravatar Darrick J. Wong 1-4/+16
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsGravatar Darrick J. Wong 1-2/+10
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightGravatar Darrick J. Wong 1-0/+21
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementGravatar Darrick J. Wong 1-0/+10
2021-08-09xfs: queue inactivation immediately when free space is tightGravatar Darrick J. Wong 1-0/+6
2021-08-06xfs: per-cpu deferred inode inactivation queuesGravatar Dave Chinner 1-33/+313
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itGravatar Darrick J. Wong 1-1/+7
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableGravatar Darrick J. Wong 1-25/+74
2021-08-06xfs: remove xfs_dqrele_all_inodesGravatar Christoph Hellwig 1-106/+1
2021-06-21xfs: fix type mismatches in the inode reclaim functionsGravatar Darrick J. Wong 1-4/+4
2021-06-21xfs: separate primary inode selection criteria in xfs_iget_cache_hitGravatar Darrick J. Wong 1-23/+16
2021-06-21xfs: refactor the inode recycling codeGravatar Darrick J. Wong 1-62/+81
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkGravatar Darrick J. Wong 1-82/+82
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Gravatar Darrick J. Wong 1-21/+23
2021-06-08xfs: selectively keep sick inodes in memoryGravatar Darrick J. Wong 1-6/+39
2021-06-08xfs: only reset incore inode health state flags when reclaiming an inodeGravatar Darrick J. Wong 1-3/+2