summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-12xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong1-0/+4
2023-04-12xfs: pass per-ag references to xfs_free_extentDarrick J. Wong1-3/+5
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner1-17/+0
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner1-3/+10
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner1-7/+7
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner1-2/+11
2023-02-13xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner1-2/+8
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner1-0/+6
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner1-2/+2
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner1-11/+3
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner1-11/+2
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner1-2/+2
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-11/+2
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner1-10/+0
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner1-1/+1
2022-03-21xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong1-1/+0
2021-10-23xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong1-2/+6
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-0/+32
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-3/+3
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong1-2/+2
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner1-1/+1
2021-01-23xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-0/+3
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig1-0/+9
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig1-12/+0
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig1-3/+1
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong1-3/+4
2019-08-31xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig1-4/+3
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-2/+2
2018-07-12xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-1/+0
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-4/+0
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong1-0/+5
2018-05-16xfs: factor out nodiscard helpersBrian Foster1-11/+0
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-2/+25
2018-05-09xfs: create agfl block free helper functionBrian Foster1-0/+2
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-3/+2
2018-03-12xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-0/+2
2018-01-18xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong1-0/+10
2017-10-27xfs: create block pointer check functionsDarrick J. Wong1-0/+4
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong1-0/+2
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+2
2017-04-04xfs: provide a query_range function for freespace btreesDarrick J. Wong1-0/+10
2017-02-18xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig1-4/+0
2017-01-10xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig1-1/+1
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner1-2/+15
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-2/+15
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-3/+5