summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ag_resv.c
AgeCommit message (Expand)Author
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-24xfs: check free AG space when making per-AG reservationsDarrick J. Wong
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong