summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig
2024-02-22xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig
2024-02-22xfs: tighten up validation of root block in inode forksChristoph Hellwig
2024-02-22xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig
2024-02-22xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig
2024-02-22xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig
2024-02-22xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig
2024-02-22xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig
2024-02-22xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursorChristoph Hellwig
2024-02-22xfs: make staging file forks explicitDarrick J. Wong
2024-02-22xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig
2024-02-22xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig
2024-02-22xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_inobt_stage_cursorChristoph Hellwig
2024-02-22xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig
2024-02-22xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursorChristoph Hellwig
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig
2024-02-22xfs: move comment about two 2 keys per pointer in the rmap btreeChristoph Hellwig