summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: create refcount bag structure for btree repairsDarrick J. Wong5-0/+401
2024-02-22xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong5-1/+390
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong12-39/+392
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong9-84/+377
2024-02-22xfs: repair the rmapbtDarrick J. Wong18-19/+1608
2024-02-22xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong3-0/+21
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong4-4/+14
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong7-0/+236
2024-02-22xfs: support in-memory btreesDarrick J. Wong14-42/+675
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig1-13/+17
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong8-46/+369
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong5-38/+67
2024-02-22xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig1-4/+4
2024-02-22xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig1-15/+7
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig4-16/+16
2024-02-22xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig1-15/+31
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig3-51/+25
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig3-42/+14
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig2-35/+6
2024-02-22xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig1-7/+23
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig7-59/+61
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig3-58/+32
2024-02-22xfs: tighten up validation of root block in inode forksChristoph Hellwig1-3/+13
2024-02-22xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig1-2/+1
2024-02-22xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig1-8/+4
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig3-57/+36
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig1-1/+1
2024-02-22xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig1-16/+6
2024-02-22xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig1-13/+6
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig16-70/+65
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig1-5/+4
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig10-46/+72
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig1-52/+96
2024-02-22xfs: remove the which variable in xchk_iallocbtChristoph Hellwig1-10/+4
2024-02-22xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig1-5/+3
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig3-33/+8
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig10-65/+88
2024-02-22xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig3-75/+45
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig6-25/+24
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig12-76/+73
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig10-119/+111
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig3-22/+7
2024-02-22xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursorChristoph Hellwig1-29/+27
2024-02-22xfs: make staging file forks explicitDarrick J. Wong2-4/+6
2024-02-22xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig2-2/+1
2024-02-22xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig2-16/+0
2024-02-22xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursorChristoph Hellwig1-19/+14
2024-02-22xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig3-18/+2
2024-02-22xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig1-20/+12
2024-02-22xfs: remove xfs_inobt_stage_cursorChristoph Hellwig3-20/+5