summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-101-7/+5
* xfs: fix low space alloc deadlockDave Chinner2023-02-101-12/+57
* xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2023-02-051-16/+16
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-5/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
* xfs: Fix typo 'the the' in commentSlark Xiao2022-07-221-1/+1
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-4/+5
* xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-071-15/+16
* xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-071-3/+2
* xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-071-4/+4
* xfs: pass perag to xfs_read_agfDave Chinner2022-07-071-14/+12
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-17/+14
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-25/+12
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-1/+1
|\
| * xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-1/+1
* | xfs: convert AGF log flags to unsigned.Dave Chinner2022-04-211-5/+5
|/
* xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-211-5/+23
* xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong2021-10-231-9/+16
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-231-4/+67
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-231-3/+3
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-231-1/+1
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-0/+1
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-191-8/+11
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-3/+3
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-141-6/+6
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-6/+6
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-17/+17
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-1/+1
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-191-2/+2
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-55/+56
|\
| * Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong2021-06-081-1/+0
| |\
| | * xfs: Remove redundant assignment to busyJiapeng Chong2021-06-021-1/+0
| * | xfs: remove xfs_perag_tDave Chinner2021-06-021-21/+21
| * | xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+1
| * | xfs: convert allocbt cursors to use peragsDave Chinner2021-06-021-15/+10
| * | xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-3/+4
| * | xfs: add a perag to the btree cursorDave Chinner2021-06-021-10/+15
| * | xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-18/+19
| * | xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
| |/
* / xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
|/
* xfs: introduce in-core global counter of allocbt blocksBrian Foster2021-04-291-0/+14
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-3/+0
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-261-4/+4
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-231-0/+50
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-171-8/+8
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-291-0/+1
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-291-1/+2