summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ag_resv.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-18/+6
* xfs: repair free space btreesDarrick J. Wong2023-12-151-0/+2
* xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-131-1/+1
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-1/+1
* xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong2021-10-191-1/+2
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-6/+5
|\
| * Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-081-6/+5
| |\
| | * xfs: push perags through the ag reservation calloutsDave Chinner2021-06-021-5/+4
| | * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-2/+2
|\ \ \ | |/ / |/| |
| * | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-2/+2
| |/
* / xfs: check free AG space when making per-AG reservationsDarrick J. Wong2021-05-241-3/+15
|/
* xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster2021-04-291-11/+23
* xfs: add error injection for per-AG resv failureGao Xiang2021-03-251-1/+5
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-141-1/+1
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-291-6/+7
* xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong2018-06-241-4/+27
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-111-0/+4
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-111-17/+18
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-2/+1
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-251-6/+41
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-01-251-9/+14
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-031-0/+3
* xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-051-1/+3
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-051-0/+11
* xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-0/+325