summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-121-4/+2
* xfs: update incore per-AG inode countDarrick J. Wong2018-06-121-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-041-15/+8
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-161-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-181-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-091-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-271-0/+90
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-2/+2
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-011-2/+0
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-08-221-28/+27
* xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-08-121-1/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-2/+1
* xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2017-06-191-17/+27
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-3/+3
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-171-2/+1