summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)AuthorLines
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner-13/+12
2023-02-13xfs: use active perag references for inode allocationDave Chinner-32/+31
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner-29/+16
2023-02-11xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner-0/+17
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner-2/+1
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner-3/+3
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner-11/+10
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner-1/+1
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner-1/+1
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner-13/+10
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner-25/+14
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner-0/+2
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner-3/+3
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R-0/+2
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong-2/+2
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong-0/+1
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner-2/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner-15/+15
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner-3/+3
2021-08-19xfs: convert mount flags to featuresDave Chinner-6/+4
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner-7/+7
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong-2/+2
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong-1/+1
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong-0/+55
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner-1/+2
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner-15/+13
2021-06-02xfs: use perag through unlink processingDave Chinner-13/+10
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner-7/+10
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner-15/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner-1/+1
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner-88/+89
2021-06-02xfs: add a perag to the btree cursorDave Chinner-8/+8
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner-1/+1
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong-2/+2
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner-2/+2
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner-30/+24
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner-39/+20
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner-0/+35
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang-4/+4
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong-0/+4
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong-0/+1
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster-2/+2
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang-21/+7