summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)Author
2022-10-14xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2022-10-14xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2022-10-14xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2022-10-14xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2022-10-14xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2022-10-14Darrick J. Wong
2022-10-14xfs: create incore realtime group structuresDarrick J. Wong
2022-10-14xfs: load metadata directory root at mount timeDarrick J. Wong
2022-10-14xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2022-10-14xfs: parameterize all the incompat log feature helpersDarrick J. Wong
2022-10-14xfs: ignore intents targetting file data on the realtime deviceDarrick J. Wong
2022-10-14xfs: separate the marking of sick and checked metadataDarrick J. Wong
2022-10-14xfs: allow blocking notifier chains with filesystem hooksscrub-iscan_2022-10-14Darrick J. Wong
2022-10-14xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong
2022-10-14xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2022-10-14xfs: use per-cpu counters to implement intent drainingDarrick J. Wong
2022-10-14xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-05-27xfs: don't log every time we clear the log incompat flagsDarrick J. Wong
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
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 differentiationremove-quotaoff-5.15_2021-08-06Christoph 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