summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: make is_log_ag() a first class helperDave Chinner2022-07-071-2/+1
* xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-3/+3
* xfs: pass perag to xfs_read_agiDave Chinner2022-07-071-11/+10
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-1/+1
* xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-071-13/+10
* xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-071-25/+14
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-0/+2
|\
| * xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-111-0/+2
* | xfs: convert AGI log flags to unsigned.Dave Chinner2022-04-211-3/+3
|/
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-231-2/+2
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-0/+1
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-191-2/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-15/+15
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-3/+3
* xfs: convert mount flags to featuresDave Chinner2021-08-191-6/+4
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-7/+7
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-2/+2
* xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong2021-08-091-1/+1
* xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-151-0/+55
* xfs: perag may be null in xfs_imap()Dave Chinner2021-06-181-1/+2
* xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner2021-06-081-15/+13
* xfs: use perag through unlink processingDave Chinner2021-06-021-13/+10
* xfs: clean up and simplify xfs_dialloc()Dave Chinner2021-06-021-118/+153
* xfs: inode allocation can use a single perag instanceDave Chinner2021-06-021-3/+3
* xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-021-7/+10
* xfs: collapse AG selection for inode allocationDave Chinner2021-06-021-147/+78
* xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner2021-06-021-15/+8
* xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+1
* xfs: use perag for ialloc btree cursorsDave Chinner2021-06-021-88/+89
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-8/+8
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-261-2/+2
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-171-2/+2
* xfs: kill ialloced in xfs_dialloc()Gao Xiang2020-12-121-13/+9
* xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2020-12-121-30/+24
* xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2020-12-121-39/+20
* xfs: introduce xfs_dialloc_roll()Dave Chinner2020-12-121-0/+35
* xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang2020-12-121-4/+4
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-161-0/+4
* xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-161-0/+1
* xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2020-08-261-2/+2
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-141-21/+7
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-1/+1
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-191-2/+2
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-1/+1
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-111-14/+13
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-6/+6
* xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-191-0/+64
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-131-31/+86