summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-251-2/+2
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-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-151-0/+4
* xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-151-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-121-31/+86
* xfs: fix maxicount division by zero errorDarrick J. Wong2019-08-281-2/+7
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-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-111-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-021-12/+13
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* libxfs: Fix a couple of sparse complaintisCarlos Maiolino2018-07-171-1/+1
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-111-4/+2
* xfs: update incore per-AG inode countDarrick J. Wong2018-06-111-0/+2
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-90/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: validate btree records on retrievalDave Chinner2018-06-061-1/+30
* xfs: verify AGI unlinked list contains valid blocksDave Chinner2018-06-031-15/+8
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-151-1/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-2/+2
* xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2018-01-171-0/+99
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-6/+11
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-11/+11
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+3
* xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-081-7/+3
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-261-0/+90
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-2/+2