summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-15xfs: repair inode btreesDarrick J. Wong1-1/+2
2023-04-12xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong1-3/+2
2023-04-12xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong1-0/+2
2023-02-13xfs: use active perag references for inode allocationDave Chinner1-1/+1
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner1-1/+2
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner1-7/+3
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-5/+2
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner1-10/+0
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner1-1/+1
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+2
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong1-0/+3
2021-06-02xfs: use perag through unlink processingDave Chinner1-11/+2
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner1-23/+4
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner1-5/+15
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner1-20/+1
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner1-0/+5
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong1-0/+1
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong1-17/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-3/+3
2018-07-12xfs: remove dfops parameter from ifree call stackBrian Foster1-1/+0
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-7/+0
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: expose various functions to repair codeDarrick J. Wong1-0/+3
2018-01-18xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong1-0/+6
2017-12-09xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig1-1/+0
2017-10-27xfs: create inode pointer verifiersDarrick J. Wong1-0/+7
2017-06-20xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong1-0/+5
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-1/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-1/+1
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner1-2/+1
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig1-2/+1
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster1-2/+8
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster1-1/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-0/+4
2014-06-25libxfs: move header filesDave Chinner1-0/+163