summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner1-9/+37
2023-05-02xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong1-5/+27
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong1-0/+2
2023-05-02xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong1-2/+4
2023-04-12xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong1-1/+2
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner1-1/+1
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner1-2/+2
2023-02-13xfs: active perag reference countingDave Chinner1-1/+1
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao1-0/+10
2022-11-21xfs: fix incorrect i_nlink caused by inode racingLong Li1-0/+6
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-21xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-1/+0
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong1-6/+6
2022-07-14xfs: add log item precommit operationDave Chinner1-0/+1
2022-07-14xfs: double link the unlinked inode listDave Chinner1-0/+2
2022-07-10xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-5/+3
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-4/+6
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner1-5/+15
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner1-14/+22
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-3/+6
2022-04-02Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2022-03-30xfs: aborting inodes on shutdown may need buffer lockDave Chinner1-1/+1
2022-03-25Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+9
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner1-1/+9
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-18/+4
2022-01-20xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds1-0/+2
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu1-1/+2
2021-12-18xfs: Support large foliosMatthew Wilcox (Oracle)1-0/+2
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig1-21/+0
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-5/+5
2021-08-25xfs: fix I_DONTCACHEDave Chinner1-1/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-4/+4
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: convert mount flags to featuresDave Chinner1-4/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-19xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig1-39/+8
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong1-3/+99
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong1-0/+28
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-4/+16
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong1-2/+10
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong1-0/+21
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong1-0/+10
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong1-0/+6
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-33/+313
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong1-1/+7