开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ag_resv.c
Age
Commit message (
Expand
)
Author
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
Christoph Hellwig
2024-04-22
xfs: split xfs_mod_freecounter
Christoph Hellwig
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2021-10-19
xfs: compute maximum AG btree height for critical reservation calculation
Darrick J. Wong
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
2021-06-02
xfs: push perags through the ag reservation callouts
Dave Chinner
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-24
xfs: check free AG space when making per-AG reservations
Darrick J. Wong
2021-04-29
xfs: unconditionally read all AGFs on mounts with perag reservation
Brian Foster
2021-03-25
xfs: add error injection for per-AG resv failure
Gao Xiang
2019-11-07
xfs: fix missing header includes
Darrick J. Wong
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-02-14
xfs: rename m_inotbt_nores to m_finobt_nores
Darrick J. Wong
2018-07-29
xfs: pass transaction lock while setting up agresv on cyclic metadata
Darrick J. Wong
2018-06-24
xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation
Darrick J. Wong
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-03-11
xfs: account only rmapbt-used blocks against rmapbt perag res
Brian Foster
2018-03-11
xfs: rename agfl perag res type to rmapbt
Brian Foster
2017-11-01
xfs: move error injection tags into their own file
Darrick J. Wong
2017-09-26
xfs: perag initialization should only touch m_ag_max_usable for AG 0
Darrick J. Wong
2017-06-27
xfs: remove unneeded parameter from XFS_TEST_ERROR
Darrick J. Wong
2017-01-25
xfs: use per-AG reservations for the finobt
Christoph Hellwig
2017-01-25
xfs: only update mount/resv fields on success in __xfs_ag_resv_init
Christoph Hellwig
2017-01-03
xfs: use the actual AG length when reserving blocks
Darrick J. Wong
2016-10-05
xfs: simulate per-AG reservations being critically low
Darrick J. Wong
2016-10-05
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
2016-09-19
xfs: set up per-AG free space reservations
Darrick J. Wong