summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong2024-02-221-2/+2
* xfs: add a xattr_entry helperDarrick J. Wong2024-02-221-4/+7
* xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2024-02-224-8/+20
* xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong2024-02-221-13/+12
* xfs: add a bi_entry helperDarrick J. Wong2024-02-221-10/+9
* xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong2024-02-221-25/+13
* xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2024-02-224-47/+33
* xfs: split tracepoint classes for deferred itemsDarrick J. Wong2024-02-221-85/+166
* xfs: port refcount repair to the new refcount bag structureDarrick J. Wong2024-02-224-107/+81
* xfs: create refcount bag structure for btree repairsDarrick J. Wong2024-02-225-0/+401
* xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong2024-02-225-1/+390
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-2212-39/+392
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-229-84/+377
* xfs: repair the rmapbtDarrick J. Wong2024-02-2218-19/+1608
* xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong2024-02-223-0/+21
* xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong2024-02-224-4/+14
* xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong2024-02-227-0/+236
* xfs: support in-memory btreesDarrick J. Wong2024-02-2213-39/+673
* 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