summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.h
AgeCommit message (Expand)Author
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong
2023-06-29xfs: don't block in busy flushing when freeing extentsDave Chinner
2023-06-29xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong
2023-04-11xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner
2023-02-13xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner
2022-03-21xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-09xfs: create agfl block free helper functionBrian Foster
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner