summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)Author
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong
2024-11-05xfs: read and write metadata inode directory treeDarrick J. Wong
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong
2024-11-05xfs: iget for metadata inodesDarrick J. Wong
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig
2024-09-01xfs: validate inumber in xfs_igetDarrick J. Wong
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-13xfs: remove now spurious i_state initialization in xfs_inode_allocMateusz Guzik
2024-06-12xfs: preserve i_state around inode_init_always in xfs_reinit_inodeMateusz Guzik
2024-05-02xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong
2024-03-25xfs: don't use current->journal_infoDave Chinner
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2023-05-02xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-05-02xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-04-11xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao
2022-11-21xfs: fix incorrect i_nlink caused by inode racingLong Li
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14xfs: add log item precommit operationDave Chinner
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-03mm: 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