summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)Author
2022-11-09xfs: track file link count updates during live nlinks fsckDarrick J. Wong
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner
2022-05-27xfs: warn about LARP once per mountDarrick J. Wong
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: consolidate mount option features in m_featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster
2020-09-15xfs: remove xfs_getsbChristoph Hellwig
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner
2020-05-27xfs: reduce free inode accounting overheadDave Chinner
2020-05-07xfs: remove unused shutdown typesBrian Foster
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny
2020-04-16xfs: move inode flush to the sync workqueuexfs-5.7-fixes-3Darrick J. Wong
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-13xfs: remove the unused m_chsize fieldChristoph Hellwig
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig