summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong2024-04-231-0/+16
* xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig2024-04-221-3/+15
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-32/+35
* xfs: only clear log incompat flags at clean unmountDarrick J. Wong2024-04-151-1/+7
* Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-1/+1
|\
| * xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* | xfs: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet2024-02-121-0/+2
* | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
|/
* xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-071-6/+2
* xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng2023-10-041-2/+2
* xfs: track usage statistics of online fsckDarrick J. Wong2023-08-101-2/+7
* xfs: fix sb write verify for lazysbcountLong Li2022-11-161-0/+15
* xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng2022-09-191-18/+20
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-1/+2
* xfs: don't log every time we clear the log incompat flagsDarrick J. Wong2022-05-271-1/+0
* xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-121-29/+21
* xfs: recalculate free rt extents after log recoveryDarrick J. Wong2022-04-121-9/+32
* xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-291-0/+1
* xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-281-1/+1
* xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong2021-12-211-10/+0
* xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong2021-10-191-0/+14
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-3/+3
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-8/+7
* xfs: convert mount flags to featuresDave Chinner2021-08-191-12/+12
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-6/+7
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-191-0/+1
* xfs: rework attr2 feature and mount optionsDave Chinner2021-08-191-17/+10
* xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong2021-08-091-0/+110
* xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong2021-08-091-1/+8
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-0/+1
* xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong2021-08-091-5/+8
* xfs: queue inactivation immediately when free space is tightDarrick J. Wong2021-08-091-8/+0
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-1/+25
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-3/+1
* xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong2021-06-211-1/+9
* xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner2021-06-021-133/+0
* xfs: prepare for moving perag definitions and support to libxfsDave Chinner2021-06-021-24/+32
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: set aside allocation btree blocks from block reservationBrian Foster2021-04-291-1/+14
* xfs: precalculate default inode attribute offsetDave Chinner2021-04-071-1/+13
* xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong2021-03-151-46/+44
* xfs: parallelize block preallocation garbage collectionDarrick J. Wong2021-02-031-0/+3
* xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-031-1/+1
* xfs: remove xfs_quiesce_attr()Brian Foster2021-01-221-1/+1
* xfs: fold sbcount quiesce logging into log coveringBrian Foster2021-01-221-31/+0
* xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster2021-01-221-2/+1
* xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster2021-01-221-2/+2
* xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai2020-11-181-3/+8
* xfs: remove xfs_getsbChristoph Hellwig2020-09-151-17/+0