aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
Commit message (Expand)AuthorAge
* xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim2019-09-06
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-26
* xfs: remove unused header filesEric Sandeen2019-06-28
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-12
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-12
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-12
* xfs: separate inode geometryDarrick J. Wong2019-06-12
* xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-26
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-26
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-14
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-14
* xfs: track metadata health statusDarrick J. Wong2019-04-14
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-11
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-12
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-12
* xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong2018-08-13
* xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-31
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-26
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-23
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-23
* xfs: convert to SPDX license tagsDave Chinner2018-06-06
* xfs: verify root inode more thoroughlyDave Chinner2018-06-06
* xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong2018-05-15
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-26
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-11
* xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song2018-01-12
* xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong2017-11-09
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-11
* xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-08-17
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-08-17
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10
|\
| * xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-27
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-19
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-06
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-20
| |/
* | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-05
* | xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-05
* | xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-05
|/
* xfs: publish UUID in struct super_blockAmir Goldstein2017-04-28
* xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra2017-03-07
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-09
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-09
* xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell2017-02-09
* xfs: use rhashtable to track buffer cacheLucas Stach2016-12-07
* xfs: unset MS_ACTIVE if mount failsDarrick J. Wong2016-10-20
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-05
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-05
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-05
* xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-04
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-03