summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-101-2/+0
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+0
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-1/+0
* xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent2019-11-051-1/+0
* xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig2019-10-291-1/+1
* xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig2019-10-291-1/+1
* xfs: simplify parsing of allocsize mount optionChristoph Hellwig2019-10-291-6/+0
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-2/+2
* xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-4/+1
* xfs: don't use a different allocsice for -o wsyncChristoph Hellwig2019-10-291-7/+0
* xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig2019-10-291-24/+0
* xfs: add kmem allocation trace pointsDave Chinner2019-08-261-7/+0
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-281-1/+0
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-1/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-16/+3