summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)Author
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2019-12-19xfs: split the sunit parameter update into two partsDarrick J. Wong
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-08-13xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: verify root inode more thoroughlyDave Chinner
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen
2018-01-12xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig