aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-4/+4
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig1-14/+4
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig1-7/+2
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-12/+2
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong1-2/+2
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong1-82/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-22/+27
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong1-1/+1
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong1-0/+21
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong1-0/+2
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong1-5/+4
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+1
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-0/+5
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong1-0/+2
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong1-0/+2
2018-08-13xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong1-0/+1
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong1-0/+3
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-2/+2
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong1-0/+13
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong1-26/+54