aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong1-4/+2
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-4/+1
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner1-0/+8
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-03-17xfs: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-03xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_fileChristoph Hellwig1-1/+1
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-2/+2
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong1-0/+1
2024-11-05xfs: read and write metadata inode directory treeDarrick J. Wong1-1/+1
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong1-2/+10
2024-11-05xfs: iget for metadata inodesDarrick J. Wong1-0/+65
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig1-3/+2
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-37/+18
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster1-7/+1
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster1-8/+23
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav1-2/+4
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig1-28/+8
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig1-25/+25
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig1-38/+33
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig1-0/+58
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig1-1/+1
2024-09-01xfs: validate inumber in xfs_igetDarrick J. Wong1-1/+1
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+3
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig1-1/+1
2024-06-13xfs: remove now spurious i_state initialization in xfs_inode_allocMateusz Guzik1-2/+1
2024-06-12xfs: preserve i_state around inode_init_always in xfs_reinit_inodeMateusz Guzik1-0/+2
2024-05-02xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong1-3/+1
2024-03-25xfs: don't use current->journal_infoDave Chinner1-3/+5
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong1-0/+9
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner1-3/+2
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng1-11/+15
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong1-1/+1
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong1-50/+28
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong1-38/+0
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-11xfs: 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-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-20xfs: 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