summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-291-1/+0Star
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-1/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-16/+3Star
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-0/+7
* xfs: remove unused m_data_workqueueDarrick J. Wong2019-04-161-1/+0Star
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-151-1/+0Star
* xfs: track metadata health statusDarrick J. Wong2019-04-151-0/+23
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-0/+1
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-151-1/+1
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-121-0/+7
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-121-0/+7
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-0/+2
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-0/+2
* xfs: remove deprecated barrier/nobarrier mountEric Sandeen2018-07-261-1/+0Star
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-0/+1
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-0/+1
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-241-0/+1
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-121-0/+1
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-121-5/+5
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-121-1/+0Star
* xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-281-24/+0Star
* xfs: expose errortag knobs via sysfsDarrick J. Wong2017-06-281-0/+1
* xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-281-0/+7
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-17/+17
* xfs: more do_div cleanupsEric Sandeen2017-04-251-2/+2
* xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-04-041-0/+1
* xfs: resurrect debug mode drop buffered writes mechanismBrian Foster2017-02-171-7/+8
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-0/+2
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-251-0/+1
* xfs: use rhashtable to track buffer cacheLucas Stach2016-12-071-2/+5
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-061-0/+2
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+3
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-0/+3
* Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner2016-10-031-0/+36
|\
| * xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-0/+36
* | xfs: normalize "infinite" retries in error configsEric Sandeen2016-09-131-1/+7
|/
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-0/+2
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+3
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-0/+1
* Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-0/+34
|\
| * xfs: add "fail at unmount" error handling configurationCarlos Maiolino2016-05-181-0/+2
| * xfs: add configuration handlers for specific errorsCarlos Maiolino2016-05-181-0/+3
| * xfs: add configuration of error failure speedCarlos Maiolino2016-05-181-0/+3
| * xfs: add configurable error support to metadata buffersCarlos Maiolino2016-05-181-0/+3
| * xfs: introduce metadata IO error classCarlos Maiolino2016-05-181-0/+3
| * xfs: configurable error behavior via sysfsCarlos Maiolino2016-05-181-0/+20
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner2016-03-151-0/+25
|\