aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong1-6/+6
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-6/+6
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-17/+17
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong1-2/+2
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-55/+56
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2Darrick J. Wong1-1/+0
2021-06-02xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-02xfs: remove xfs_perag_tDave Chinner1-21/+21
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+1
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner1-15/+10
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-3/+4
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-10/+15
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner1-18/+19
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster1-0/+14
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong1-3/+0
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong1-4/+4
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-0/+50
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-8/+8
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong1-0/+1
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino1-1/+2
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang1-15/+7
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong1-1/+1
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner1-7/+7
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-8/+8