aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig1-1/+0
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-1/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-16/+3
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong1-0/+7
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong1-1/+0
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong1-1/+0
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+23
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-0/+1
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong1-1/+1
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-0/+7
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval1-0/+7
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-07-26xfs: remove deprecated barrier/nobarrier mountEric Sandeen1-1/+0
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong1-0/+1
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong1-0/+1
2018-06-08xfs: clean up MIN/MAXDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster1-0/+1
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster1-0/+1
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster1-5/+5
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen1-1/+0
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong1-24/+0
2017-06-27xfs: expose errortag knobs via sysfsDarrick J. Wong1-0/+1
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong1-0/+7
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-17/+17
2017-04-25xfs: more do_div cleanupsEric Sandeen1-2/+2
2017-04-03xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster1-0/+1
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster1-7/+8
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-0/+2
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig1-0/+1
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach1-2/+5
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+2
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+3
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong1-0/+3
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner1-0/+36
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-0/+36
2016-09-14xfs: normalize "infinite" retries in error configsEric Sandeen1-1/+7
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-0/+2
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+3
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong1-0/+1
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+34
2016-05-18xfs: add "fail at unmount" error handling configurationCarlos Maiolino1-0/+2
2016-05-18xfs: add configuration handlers for specific errorsCarlos Maiolino1-0/+3
2016-05-18xfs: add configuration of error failure speedCarlos Maiolino1-0/+3
2016-05-18xfs: add configurable error support to metadata buffersCarlos Maiolino1-0/+3
2016-05-18xfs: introduce metadata IO error classCarlos Maiolino1-0/+3
2016-05-18xfs: configurable error behavior via sysfsCarlos Maiolino1-0/+20
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner1-0/+25