summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster2024-10-091-7/+1
* xfs: skip background cowblock trims on inodes open for writeBrian Foster2024-10-071-8/+23
* Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-09-211-2/+4
|\
| * xfs: enable block size larger than page size supportPankaj Raghav2024-09-031-2/+4
* | xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2024-09-031-28/+8
* | xfs: convert perag lookup to xarrayChristoph Hellwig2024-09-031-25/+25
* | xfs: simplify tagged perag iterationChristoph Hellwig2024-09-031-38/+33
* | xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig2024-09-031-0/+58
* | xfs: reclaim speculative preallocations for append only filesChristoph Hellwig2024-09-031-1/+1
* | xfs: validate inumber in xfs_igetDarrick J. Wong2024-09-011-1/+1
|/
* Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-07-151-2/+3
|\
| * xfs: remove now spurious i_state initialization in xfs_inode_allocMateusz Guzik2024-06-131-2/+1
| * xfs: preserve i_state around inode_init_always in xfs_reinit_inodeMateusz Guzik2024-06-121-0/+2
* | xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig2024-06-261-1/+1
|/
* xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong2024-05-021-3/+1
* xfs: don't use current->journal_infoDave Chinner2024-03-251-3/+5
* xfs: report inode corruption errors to the health systemDarrick J. Wong2024-02-221-0/+9
* xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner2024-02-131-3/+2
* 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-121-1/+2
* xfs: convert xfs_imap() to take a peragDave Chinner2023-02-121-1/+1
* xfs: rework the perag trace points to be perag centricDave Chinner2023-02-121-2/+2
* xfs: active perag reference countingDave Chinner2023-02-121-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-121-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-1/+1
* | xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-211-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-101-5/+3
| * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-101-4/+6
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-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-111-3/+6
* Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-021-1/+1
|\
| * xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-301-1/+1
* | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-03-251-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
|/