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