summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: fix maxicount division by zero errorDarrick J. Wong2019-08-281-2/+7
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-3/+3
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-121-5/+16
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-121-28/+96
* xfs: separate inode geometryDarrick J. Wong2019-06-121-51/+56
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-121-1/+2
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-4/+4
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-13/+10
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-9/+8
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-5/+3
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-12/+13