aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 1-2/+3
2019-10-29xfs: simplify parsing of allocsize mount optionGravatar Christoph Hellwig 1-26/+5
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-4/+4
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-14/+4
2019-10-29xfs: don't use a different allocsice for -o wsyncGravatar Christoph Hellwig 1-7/+2
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationGravatar Austin Kim 1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-4/+0
2019-06-12xfs: remove unused flags arg from getsb interfacesGravatar Eric Sandeen 1-12/+2
2019-06-12xfs: fix inode_cluster_size rounding mayhemGravatar Darrick J. Wong 1-2/+2
2019-06-12xfs: refactor inode geometry setup routinesGravatar Darrick J. Wong 1-82/+1
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 1-22/+27
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsGravatar Darrick J. Wong 1-1/+1
2019-04-26xfs: track delayed allocation reservations across the filesystemGravatar Darrick J. Wong 1-0/+21
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemGravatar Darrick J. Wong 1-0/+2
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeGravatar Darrick J. Wong 1-5/+4
2019-04-14xfs: track metadata health statusGravatar Darrick J. Wong 1-0/+1
2019-02-11xfs: cache unlinked pointers in an rhashtableGravatar Darrick J. Wong 1-0/+5
2018-12-12xfs: precalculate cluster alignment in inodes and blocksGravatar Darrick J. Wong 1-0/+2
2018-12-12xfs: precalculate inodes and blocks per inode clusterGravatar Darrick J. Wong 1-0/+2
2018-08-13xfs: recalculate summary counters at mount time if icount is badGravatar Darrick J. Wong 1-0/+1
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragGravatar Darrick J. Wong 1-0/+3
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-2/+2
2018-07-23xfs: force summary counter recalc at next mountGravatar Darrick J. Wong 1-0/+13
2018-07-23xfs: detect and fix bad summary counts at mountGravatar Darrick J. Wong 1-26/+54
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-06xfs: verify root inode more thoroughlyGravatar Dave Chinner 1-2/+5
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapGravatar Darrick J. Wong 1-3/+1
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersGravatar Brian Foster 1-2/+0
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structGravatar Eric Sandeen 1-2/+0
2018-01-12xfs: destroy mutex pag_ici_reclaim_lock before freeGravatar Xiongwei Song 1-0/+3
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsGravatar Darrick J. Wong 1-2/+13
2017-10-11xfs: Fix bool initialization/comparisonGravatar Thomas Meyer 1-1/+1
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryGravatar Darrick J. Wong 1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryGravatar Darrick J. Wong 1-10/+0
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+16
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-2/+2
2017-06-27xfs: make errortag a per-mountpoint structureGravatar Darrick J. Wong 1-2/+8
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 1-2/+2
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-8/+8
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-2/+1
2017-06-05xfs: use the common helper uuid_is_null()Gravatar Amir Goldstein 1-4/+4
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tGravatar Christoph Hellwig 1-1/+4
2017-04-28xfs: publish UUID in struct super_blockGravatar Amir Goldstein 1-0/+4
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskGravatar Chandan Rajendra 1-2/+1
2017-02-09xfs: don't block the log commit handler for discardsGravatar Christoph Hellwig 1-0/+1
2017-02-09xfs: improve handling of busy extents in the low-level allocatorGravatar Christoph Hellwig 1-0/+8
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragGravatar Bill O'Donnell 1-9/+15
2016-12-07xfs: use rhashtable to track buffer cacheGravatar Lucas Stach 1-2/+5
2016-10-20xfs: unset MS_ACTIVE if mount failsGravatar Darrick J. Wong 1-0/+1