aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: verify root inode more thoroughlyDave Chinner1-2/+5
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong1-3/+1
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster1-2/+0
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen1-2/+0
2018-01-12xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song1-0/+3
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong1-2/+13
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong1-10/+0
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+16
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong1-2/+8
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-2/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-8/+8
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-2/+1
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein1-4/+4
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig1-1/+4
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein1-0/+4
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra1-2/+1
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig1-0/+1
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-0/+8
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell1-9/+15
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach1-2/+5
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong1-0/+1
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+1
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong1-0/+8
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-0/+12
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong1-0/+9
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+2
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner1-0/+14
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-1/+1