summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-14xfs: double link the unlinked inode listDave Chinner1-0/+2
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-5/+3
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-4/+6
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2022-07-03mm: 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-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-3/+6
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2022-03-29xfs: aborting inodes on shutdown may need buffer lockDave Chinner1-1/+1
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+9
2022-03-22fs: 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