summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-071-5/+4
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-191-1/+22
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-3/+58
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-191-1/+2
* xfs: refactor btree cursor allocation functionDarrick J. Wong2021-10-191-4/+1
* xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong2021-10-191-2/+0
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-5/+5
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong2021-08-181-13/+13
* xfs: make the pointer passed to btree set_root functions constDarrick J. Wong2021-08-181-6/+6
* xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong2021-08-181-6/+6
* xfs: mark the record passed into btree init_key functions as constDarrick J. Wong2021-08-181-5/+5
* xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong2021-08-181-5/+5
* xfs: remove agno from btree cursorDave Chinner2021-06-021-4/+3
* xfs: use perag for ialloc btree cursorsDave Chinner2021-06-021-16/+11
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-4/+11
* xfs: push perags through the ag reservation calloutsDave Chinner2021-06-021-8/+9
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-5/+0
* xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-151-3/+13
* xfs: use the finobt block counts to speed up mount timesDarrick J. Wong2020-09-151-1/+27
* xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-151-0/+21
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: add support for inode btree staging cursorsDarrick J. Wong2020-03-181-12/+70
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-10/+10
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-111-5/+5
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-021-4/+33
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-7/+8
* xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-201-0/+9
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-141-2/+2
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-111-9/+7
* xfs: create a separate finobt verifierBrian Foster2019-02-111-1/+8
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-5/+2
* xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner2018-11-201-4/+7
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-291-4/+6
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: fix inobt magic number checkDarrick J. Wong2018-05-291-1/+1
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-151-0/+9
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-111-7/+2
* xfs: account finobt blocks properly in perag reservationBrian Foster2018-01-121-4/+25
* 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-5/+13
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-7/+9
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+4
* xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2017-06-191-0/+26