summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong1-1/+5
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig1-1/+8
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-8/+19
2024-04-22xfs: compile out v4 support if disabledChristoph Hellwig1-9/+31
2024-04-16xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong1-0/+2
2024-04-16xfs: only clear log incompat flags at clean unmountDarrick J. Wong1-1/+5
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong1-3/+0
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig1-3/+3
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+3
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+5
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval1-3/+3
2023-10-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong1-0/+2
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng1-1/+1
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong1-1/+9
2023-09-11xfs: remove the all-mounts listDarrick J. Wong1-1/+0
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong1-2/+4
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong1-0/+3
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong1-0/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig1-1/+3
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner1-0/+1
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong1-0/+3
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner1-2/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-07-18xfs: implement ->notify_failure() for XFSShiyang Ruan1-0/+1
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner1-1/+1
2022-05-27xfs: warn about LARP once per mountDarrick J. Wong1-1/+4
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong1-1/+14
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-0/+2
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner1-6/+5
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner1-6/+5
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-3/+16
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R1-0/+2
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong1-0/+15
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong1-0/+1
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-19/+23
2021-08-19xfs: convert mount flags to featuresDave Chinner1-23/+3
2021-08-19xfs: consolidate mount option features in m_featuresDave Chinner1-0/+44
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-3/+3
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner1-0/+76
2021-08-19xfs: add trace point for fs shutdownDarrick J. Wong1-0/+6
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner1-1/+0
2021-08-10xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong1-0/+2
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong1-0/+3
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-1/+9
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong1-1/+2
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong1-0/+9
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-1/+42