summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)Author
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
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: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave 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: remove the active vs running quota differentiationChristoph Hellwig
2021-06-21xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong
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-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai
2020-09-15xfs: remove xfs_getsbChristoph Hellwig
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner
2020-05-27xfs: reduce free inode accounting overheadDave Chinner
2020-05-04xfs: define printk_once variants for xfs messagesEric Sandeen
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2019-12-19xfs: split the sunit parameter update into two partsDarrick J. Wong
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong