summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: repair free space btreesDarrick J. Wong2023-12-151-1/+1
* xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong2023-12-061-0/+12
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-061-13/+1
* xfs: AGI length should be bounds checkedDarrick J. Wong2023-07-031-0/+3
* xfs: don't block in busy flushing when freeing extentsDave Chinner2023-06-291-5/+6
* xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner2023-06-291-1/+1
* xfs: use deferred frees for btree block freeingDave Chinner2023-06-291-3/+5
* xfs: validate block number being freed before adding to xefiDave Chinner2023-06-051-3/+3
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-2/+2
* xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong2023-04-111-0/+6
* xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong2023-04-111-0/+4
* xfs: pass per-ag references to xfs_free_extentDarrick J. Wong2023-04-111-3/+5
* xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-131-17/+0
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-131-3/+10
* xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-131-7/+7
* xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner2023-02-131-2/+11
* xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner2023-02-131-2/+8
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-131-0/+6
* xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-071-2/+2
* xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-071-11/+3
* xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-071-11/+2
* xfs: pass perag to xfs_read_agfDave Chinner2022-07-071-2/+2
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-11/+2
* 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