summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig2024-02-221-13/+17
* xfs: support in-memory buffer cache targetsDarrick J. Wong2024-02-228-46/+369
* xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong2024-02-225-38/+67
* xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig2024-02-221-4/+4
* xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig2024-02-221-15/+7
* xfs: remove the xfs_buftarg_t typedefChristoph Hellwig2024-02-224-16/+16
* xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig2024-02-221-15/+31
* xfs: move and rename xfs_btree_read_buflChristoph Hellwig2024-02-223-51/+25
* xfs: remove xfs_btree_reada_bufsChristoph Hellwig2024-02-223-42/+14
* xfs: remove xfs_btree_reada_buflChristoph Hellwig2024-02-222-35/+6
* xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig2024-02-221-7/+23
* xfs: rename btree helpers that depends on the block number representationChristoph Hellwig2024-02-227-59/+61
* xfs: consolidate btree block verificationChristoph Hellwig2024-02-223-58/+32
* xfs: tighten up validation of root block in inode forksChristoph Hellwig2024-02-221-3/+13
* xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig2024-02-221-2/+1
* xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig2024-02-221-8/+4
* xfs: consolidate btree ptr checkingChristoph Hellwig2024-02-223-57/+36
* xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig2024-02-221-1/+1
* xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig2024-02-221-16/+6
* xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig2024-02-221-13/+6
* xfs: remove xfs_btnum_tChristoph Hellwig2024-02-2216-70/+65
* xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig2024-02-221-5/+4
* xfs: split xfs_inobt_init_cursorChristoph Hellwig2024-02-2210-46/+72
* xfs: split xfs_inobt_insert_sprecChristoph Hellwig2024-02-221-52/+96
* xfs: remove the which variable in xchk_iallocbtChristoph Hellwig2024-02-221-10/+4
* xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig2024-02-221-5/+3
* xfs: remove xfs_inobt_curChristoph Hellwig2024-02-223-33/+8
* xfs: split xfs_allocbt_init_cursorChristoph Hellwig2024-02-2210-65/+88
* xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig2024-02-223-75/+45
* xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig2024-02-226-25/+24
* xfs: add a name field to struct xfs_btree_opsChristoph Hellwig2024-02-2212-76/+73
* xfs: split the agf_roots and agf_levels arraysChristoph Hellwig2024-02-2210-119/+111
* xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig2024-02-223-22/+7
* xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursorChristoph Hellwig2024-02-221-29/+27
* xfs: make staging file forks explicitDarrick J. Wong2024-02-222-4/+6
* xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig2024-02-222-2/+1
* xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig2024-02-222-16/+0
* xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursorChristoph Hellwig2024-02-221-19/+14
* xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig2024-02-223-18/+2
* xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig2024-02-221-20/+12
* xfs: remove xfs_inobt_stage_cursorChristoph Hellwig2024-02-223-20/+5
* xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursorChristoph Hellwig2024-02-221-24/+15
* xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig2024-02-223-22/+7
* xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursorChristoph Hellwig2024-02-221-27/+15
* xfs: don't override bc_ops for staging btreesChristoph Hellwig2024-02-228-139/+72
* xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig2024-02-225-15/+26
* xfs: move comment about two 2 keys per pointer in the rmap btreeChristoph Hellwig2024-02-221-1/+1
* xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong2024-02-223-32/+33
* xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig2024-02-227-63/+54
* xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig2024-02-2212-52/+74