summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng2023-10-041-11/+15
* xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-121-1/+1
* xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong2023-09-111-50/+28
* xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong2023-08-101-38/+0
* xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-051-9/+37
* xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong2023-05-021-5/+27
* xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong2023-05-021-0/+2
* xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong2023-05-021-2/+4
* xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong2023-04-111-1/+2
* xfs: convert xfs_imap() to take a peragDave Chinner2023-02-131-1/+1
* xfs: rework the perag trace points to be perag centricDave Chinner2023-02-131-2/+2
* xfs: active perag reference countingDave Chinner2023-02-131-1/+1
* xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao2023-01-031-0/+10
* xfs: fix incorrect i_nlink caused by inode racingLong Li2022-11-211-0/+6
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-201-1/+0
* | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-141-6/+6
|\ \
| * | xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-5/+3
| * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-4/+6
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* | | xfs: add log item precommit operationDave Chinner2022-07-141-0/+1
* | | xfs: double link the unlinked inode listDave Chinner2022-07-141-0/+2
|/ /
* | xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-231-5/+15
* | xfs: bound maximum wait time for inodegc workDave Chinner2022-06-231-14/+22
|/
* xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-121-3/+6
* Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-011-1/+1
|\
| * xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-291-1/+1
* | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-03-241-1/+9
|\|
| * xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-1/+9
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-221-18/+4
|\
| * xfs: flush inodegc workqueue tasks before cancelBrian Foster2022-01-191-18/+4
* | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2022-01-121-0/+2
|\ \ | |/ |/|
| * xfs: Support large foliosMatthew Wilcox (Oracle)2021-12-181-0/+2
* | xfs: Fix comments mentioning xfs_iallocYang Xu2021-12-211-1/+2
|/
* xfs: remove xfs_inew_waitChristoph Hellwig2021-11-241-21/+0
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-5/+5
* xfs: fix I_DONTCACHEDave Chinner2021-08-241-1/+2
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: convert mount flags to featuresDave Chinner2021-08-191-4/+3
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig2021-08-181-39/+8
* xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong2021-08-091-3/+99
* xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong2021-08-091-0/+28
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-4/+16
* xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong2021-08-091-2/+10
* xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong2021-08-091-0/+21