aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ag_resv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong1-1/+1
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong1-6/+7
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong1-4/+27
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster1-0/+4
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster1-17/+18
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-2/+1
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig1-6/+41
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig1-9/+14
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong1-0/+3
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong1-1/+3
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong1-0/+11
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-0/+325