summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong2024-02-2210-49/+53
| * xfs: factor out a btree block owner checkDarrick J. Wong2024-02-221-5/+28
| * xfs: factor out a xfs_btree_owner helperDarrick J. Wong2024-02-221-14/+11
| * xfs: move the btree stats offset into struct btree_opsChristoph Hellwig2024-02-226-29/+26
| * xfs: move lru refs to the btree ops structureDarrick J. Wong2024-02-227-22/+19