aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner1-2/+1
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-3/+3
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner1-11/+10
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+1
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-13/+10
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner1-25/+14
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-0/+2
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner1-3/+3
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R1-0/+2
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-2/+2
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-0/+1
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner1-2/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-15/+15
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-3/+3
2021-08-19xfs: convert mount flags to featuresDave Chinner1-6/+4
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-7/+7
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-2/+2
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong1-1/+1
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong1-0/+55
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner1-1/+2
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner1-15/+13
2021-06-02xfs: use perag through unlink processingDave Chinner1-13/+10
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner1-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner1-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner1-7/+10
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner1-15/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+1
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner1-88/+89
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-8/+8
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong1-2/+2
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-2/+2
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner1-30/+24
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner1-39/+20
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner1-0/+35
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang1-4/+4
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+4
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong1-0/+1
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster1-2/+2
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang1-21/+7
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-1/+1
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig1-2/+2
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-1/+1
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig1-14/+13
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-6/+6