aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong1-1/+1
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-4/+7
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong1-15/+23
2023-04-11xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong1-13/+43
2023-04-11xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong1-2/+5
2023-04-11xfs: pass per-ag references to xfs_free_extentDarrick J. Wong1-10/+5
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong1-4/+4
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong1-0/+17
2023-03-19xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong1-1/+5
2023-03-16xfs: try to idiot-proof the allocatorsDarrick J. Wong1-0/+13
2023-02-13xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner1-54/+42
2023-02-13xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner1-55/+33
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner1-74/+26
2023-02-13xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner1-59/+63
2023-02-13xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner1-44/+76
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner1-9/+54
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner1-19/+31
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner1-11/+13
2023-02-13xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner1-15/+18
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner1-11/+15
2023-02-13xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner1-30/+35
2023-02-13xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner1-24/+26
2023-02-13xfs: rework xfs_alloc_vextent()Dave Chinner1-179/+285
2023-02-13xfs: perags need atomic operational stateDave Chinner1-10/+13
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner1-7/+5
2023-02-11xfs: fix low space alloc deadlockDave Chinner1-12/+57
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong1-16/+16
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong1-5/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-07-22xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-4/+5
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner1-15/+16
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner1-3/+2
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner1-4/+4
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner1-14/+12
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-17/+14
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner1-25/+12
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-1/+1
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner1-5/+5
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-1/+1
2022-03-21xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong1-5/+23
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong1-9/+16
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-4/+67
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-3/+3
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-0/+1
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong1-8/+11
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-3/+3