summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)Author
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong
2023-03-19xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong
2023-03-16xfs: try to idiot-proof the allocatorsxfs-6.3-fixes-2Darrick J. Wong
2023-02-13xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner
2023-02-13xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner
2023-02-13xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_prepare()Dave 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
2023-02-13xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner
2023-02-13xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner
2023-02-13xfs: rework xfs_alloc_vextent()Dave Chinner
2023-02-13xfs: perags need atomic operational stateDave Chinner
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2023-02-11xfs: fix low space alloc deadlockDave Chinner
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-07-22xfs: Fix typo 'the the' in commentxfs-5.20-merge-5Slark Xiao
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave 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-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
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-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave 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-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds