summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner1-0/+1
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner1-108/+3
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner1-9/+10
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster1-0/+6
2021-03-26xfs: rename the blockgc workqueueDarrick J. Wong1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong1-2/+3
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong1-4/+2
2021-01-23xfs: fold sbcount quiesce logging into log coveringBrian Foster1-1/+0
2020-09-16xfs: remove xfs_getsbChristoph Hellwig1-1/+0
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner1-1/+0
2020-05-27xfs: remove the m_active_trans counterDave Chinner1-1/+0
2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner1-66/+82
2020-05-27xfs: reduce free inode accounting overheadDave Chinner1-2/+0
2020-05-07xfs: remove unused shutdown typesBrian Foster1-2/+0
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny1-0/+1
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny1-2/+1
2020-04-16xfs: move inode flush to the sync workqueueDarrick J. Wong1-1/+5
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong1-0/+1
2019-11-14xfs: remove unused structure members & simple typedefsEric Sandeen1-1/+0
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig1-2/+0
2019-11-13xfs: remove the unused m_chsize fieldChristoph Hellwig1-1/+0
2019-11-11xfs: remove the now unused dir ops infrastructureChristoph Hellwig1-2/+0
2019-11-11xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig1-1/+0
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-1/+0
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent1-1/+0
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig1-1/+1
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig1-1/+1
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig1-6/+0
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-2/+2
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig1-4/+1
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig1-7/+0
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig1-24/+0
2019-08-27xfs: add kmem allocation trace pointsDave Chinner1-7/+0
2019-06-29xfs: move the log ioend workqueue to struct xlogChristoph Hellwig1-1/+0
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-1/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-16/+3