summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-10/+0
* xfs: convert AGF log flags to unsigned.Dave Chinner2022-04-211-1/+1
* xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-211-1/+0
* xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong2021-10-221-2/+6
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-0/+32
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-3/+3
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-181-2/+2
* xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-1/+1
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-221-0/+3
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-111-0/+9
* xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig2019-11-031-12/+0
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-031-3/+1
* xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong2019-09-231-3/+4
* xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-301-4/+3
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-2/+2
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-111-1/+0
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-4/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-151-0/+5
* xfs: factor out nodiscard helpersBrian Foster2018-05-151-11/+0
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-2/+25
* xfs: create agfl block free helper functionBrian Foster2018-05-091-0/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-3/+2
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-111-0/+2
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-171-0/+10
* xfs: create block pointer check functionsDarrick J. Wong2017-10-261-0/+4
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-0/+2
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-0/+2
* xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-031-0/+10
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-171-4/+0
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-091-1/+1
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-031-2/+15
|\
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-2/+15
* | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-3/+5
|/
* xfs: don't update rmapbt when fixing agflDarrick J. Wong2016-08-031-0/+3
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-36/+5
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-3/+5
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-0/+2
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-211-0/+2
|\
| * xfs: separate freelist fixing into a separate helperDave Chinner2016-06-211-0/+2
* | xfs: make several functions staticEric Sandeen2016-06-011-7/+0
|/
* libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong2016-01-041-0/+1
* xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-031-3/+5
* Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-231-5/+3
|\
| * xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-221-0/+2
| * xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-221-6/+2
* | xfs: support min/max agbno args in block allocatorBrian Foster2015-05-291-0/+2
|/