aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationGravatar Darrick J. Wong 1-0/+1
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsGravatar Darrick J. Wong 1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 1-19/+23
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-23/+3
2021-08-19xfs: consolidate mount option features in m_featuresGravatar Dave Chinner 1-0/+44
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-3/+3
2021-08-19xfs: reflect sb features in xfs_mountGravatar Dave Chinner 1-0/+76
2021-08-18xfs: add trace point for fs shutdownGravatar Darrick J. Wong 1-0/+6
2021-08-16xfs: move the CIL workqueue to the CILGravatar Dave Chinner 1-1/+0
2021-08-09xfs: allow setting and clearing of log incompat feature flagsGravatar Darrick J. Wong 1-0/+2
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimGravatar Darrick J. Wong 1-0/+3
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenGravatar Darrick J. Wong 1-1/+9
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightGravatar Darrick J. Wong 1-1/+2
2021-08-09xfs: queue inactivation immediately when free space is tightGravatar Darrick J. Wong 1-0/+9
2021-08-06xfs: per-cpu deferred inode inactivation queuesGravatar Dave Chinner 1-1/+42
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsGravatar Dave Chinner 1-0/+1
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Gravatar Dave Chinner 1-108/+3
2021-06-02xfs: prepare for moving perag definitions and support to libxfsGravatar Dave Chinner 1-9/+10
2021-04-29xfs: introduce in-core global counter of allocbt blocksGravatar Brian Foster 1-0/+6
2021-03-25xfs: rename the blockgc workqueueGravatar Darrick J. Wong 1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionGravatar Darrick J. Wong 1-2/+3
2021-02-03xfs: consolidate the eofblocks and cowblocks workersGravatar Darrick J. Wong 1-4/+2
2021-01-22xfs: fold sbcount quiesce logging into log coveringGravatar Brian Foster 1-1/+0
2020-09-15xfs: remove xfs_getsbGravatar Christoph Hellwig 1-1/+0
2020-07-07xfs: allow multiple reclaimers per AGGravatar Dave Chinner 1-1/+0
2020-05-27xfs: remove the m_active_trans counterGravatar Dave Chinner 1-1/+0
2020-05-27xfs: separate read-only variables in struct xfs_mountGravatar Dave Chinner 1-66/+82
2020-05-27xfs: reduce free inode accounting overheadGravatar Dave Chinner 1-2/+0
2020-05-07xfs: remove unused shutdown typesGravatar Brian Foster 1-2/+0
2020-05-04fs/xfs: Make DAX mount option a tri-stateGravatar Ira Weiny 1-0/+1
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSGravatar Ira Weiny 1-2/+1
2020-04-16xfs: move inode flush to the sync workqueueGravatar Darrick J. Wong 1-1/+5
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCGravatar Darrick J. Wong 1-0/+1
2019-11-13xfs: remove unused structure members & simple typedefsGravatar Eric Sandeen 1-1/+0
2019-11-13xfs: devirtualize ->m_dirnameopsGravatar Christoph Hellwig 1-2/+0
2019-11-13xfs: remove the unused m_chsize fieldGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: remove the now unused dir ops infrastructureGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: move the node header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-1/+0
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 1-1/+0
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenGravatar Ian Kent 1-1/+0
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEGravatar Christoph Hellwig 1-1/+1
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toGravatar Christoph Hellwig 1-1/+1
2019-10-29xfs: simplify parsing of allocsize mount optionGravatar Christoph Hellwig 1-6/+0
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-2/+2
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-4/+1
2019-10-29xfs: don't use a different allocsice for -o wsyncGravatar Christoph Hellwig 1-7/+0
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeGravatar Christoph Hellwig 1-24/+0
2019-08-26xfs: add kmem allocation trace pointsGravatar Dave Chinner 1-7/+0
2019-06-28xfs: move the log ioend workqueue to struct xlogGravatar Christoph Hellwig 1-1/+0