summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)Author
2022-10-14xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2022-10-14xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2022-10-14xfs: split new inode creation into two piecesDarrick J. Wong
2022-10-14xfs: report XFS_IS_CORRUPT errors to the health systemcorruption-health-reports_2022-10-14Darrick J. Wong
2022-10-14xfs: report inode corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report btree block corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2022-10-14xfs: repair inode btreesDarrick J. Wong
2022-10-14xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps_2022-10-14Darrick J. Wong
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave 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-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner
2021-06-02xfs: use perag through unlink processingDave Chinner
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang
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
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong