summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong2023-05-021-0/+3
* xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-131-2/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+1
|\
| * xfs: implement ->notify_failure() for XFSShiyang Ruan2022-07-171-0/+1
* | xfs: bound maximum wait time for inodegc workDave Chinner2022-06-231-1/+1
|/
* xfs: warn about LARP once per mountDarrick J. Wong2022-05-271-1/+4
* xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong2022-05-271-1/+14
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-0/+2
|\
| * xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2022-04-111-0/+2
* | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-211-6/+5
|\ \
| * | xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-211-6/+5
| |/
* | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-121-3/+16
|/
* xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-281-0/+15
* xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong2021-10-191-0/+1
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-191-2/+2
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-19/+23
* xfs: convert mount flags to featuresDave Chinner2021-08-191-23/+3
* xfs: consolidate mount option features in m_featuresDave Chinner2021-08-191-0/+44
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-191-0/+76
* xfs: add trace point for fs shutdownDarrick J. Wong2021-08-181-0/+6
* xfs: move the CIL workqueue to the CILDave Chinner2021-08-161-1/+0
* xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong2021-08-091-0/+2
* xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong2021-08-091-0/+3
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-1/+9
* xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong2021-08-091-1/+2
* xfs: queue inactivation immediately when free space is tightDarrick J. Wong2021-08-091-0/+9
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-1/+42
* xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner2021-08-061-0/+1
* xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner2021-06-021-108/+3
* xfs: prepare for moving perag definitions and support to libxfsDave Chinner2021-06-021-9/+10
* xfs: introduce in-core global counter of allocbt blocksBrian Foster2021-04-291-0/+6
* xfs: rename the blockgc workqueueDarrick J. Wong2021-03-251-1/+1
* xfs: parallelize block preallocation garbage collectionDarrick J. Wong2021-02-031-2/+3
* xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong2021-02-031-4/+2
* xfs: fold sbcount quiesce logging into log coveringBrian Foster2021-01-221-1/+0
* xfs: remove xfs_getsbChristoph Hellwig2020-09-151-1/+0
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-071-1/+0
* xfs: remove the m_active_trans counterDave Chinner2020-05-271-1/+0
* xfs: separate read-only variables in struct xfs_mountDave Chinner2020-05-271-66/+82
* xfs: reduce free inode accounting overheadDave Chinner2020-05-271-2/+0
* xfs: remove unused shutdown typesBrian Foster2020-05-071-2/+0
* fs/xfs: Make DAX mount option a tri-stateIra Weiny2020-05-041-0/+1
* fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-041-2/+1
* xfs: move inode flush to the sync workqueueDarrick J. Wong2020-04-161-1/+5
* xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong2020-03-311-0/+1
* xfs: remove unused structure members & simple typedefsEric Sandeen2019-11-131-1/+0
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-2/+0
* xfs: remove the unused m_chsize fieldChristoph Hellwig2019-11-131-1/+0