summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-5/+6
* xfs: remove kmem_realloc()Carlos Maiolino2020-09-061-2/+2
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-071-6/+5
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-071-4/+0
* xfs: reduce free inode accounting overheadDave Chinner2020-05-271-33/+0
* xfs: define printk_once variants for xfs messagesEric Sandeen2020-05-041-4/+3
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-111-1/+1
* xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-191-1/+44
* xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-5/+2
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-2/+3
* xfs: simplify parsing of allocsize mount optionChristoph Hellwig2019-10-291-26/+5
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-4/+4
* xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-14/+4
* xfs: don't use a different allocsice for -o wsyncChristoph Hellwig2019-10-291-7/+2
* xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim2019-09-051-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-12/+2
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-121-2/+2
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-121-82/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-22/+27
* xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-261-1/+1
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-0/+21
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-141-0/+2
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-141-5/+4
* xfs: track metadata health statusDarrick J. Wong2019-04-141-0/+1
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-111-0/+5
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-0/+2
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-0/+2
* xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong2018-08-131-0/+1
* xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-311-0/+3
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-0/+13
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-26/+54
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: verify root inode more thoroughlyDave Chinner2018-06-061-2/+5
* xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong2018-05-151-3/+1
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-2/+0