aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)Author
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
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-20Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner
2016-05-18xfs: add "fail at unmount" error handling configurationCarlos Maiolino
2016-05-18xfs: configurable error behavior via sysfsCarlos Maiolino
2016-04-06xfs: improve kmem_reallocChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-07Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner
2016-03-07Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner
2016-03-02xfs: fix up inode32/64 (re)mount handlingEric Sandeen