aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng1-18/+20
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-1/+2
2022-05-27xfs: don't log every time we clear the log incompat flagsDarrick J. Wong1-1/+0
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-29/+21
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong1-9/+32
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner1-0/+1
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong1-1/+1
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong1-10/+0
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong1-0/+14
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-3/+3
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-8/+7
2021-08-19xfs: convert mount flags to featuresDave Chinner1-12/+12
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-6/+7
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner1-0/+1
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner1-17/+10
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong1-0/+110
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong1-1/+8
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-0/+1
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong1-5/+8
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong1-8/+0
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-1/+25
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-3/+1
2021-06-21xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong1-1/+9
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner1-133/+0
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner1-24/+32
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster1-1/+14
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner1-1/+13
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong1-0/+3
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong1-1/+1
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster1-1/+1
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster1-31/+0
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster1-2/+1
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster1-2/+2
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai1-3/+8
2020-09-15xfs: remove xfs_getsbChristoph Hellwig1-17/+0
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner1-5/+6
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino1-2/+2
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner1-6/+5
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner1-4/+0
2020-05-27xfs: reduce free inode accounting overheadDave Chinner1-33/+0
2020-05-04xfs: define printk_once variants for xfs messagesEric Sandeen1-4/+3
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig1-1/+1
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair failuresDarrick J. Wong1-1/+44
2019-12-19xfs: split the sunit parameter update into two partsDarrick J. Wong1-51/+72
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-5/+2
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-2/+3
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig1-26/+5