summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner1-1/+1
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong2-0/+79
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong2-0/+78
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong5-14/+25
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong1-0/+2
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong2-30/+21
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong1-1/+3
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong1-2/+2
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2-7/+2
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2-16/+7
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong4-33/+154
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong4-14/+189
2024-02-22xfs: repair the rmapbtDarrick J. Wong6-8/+71
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong3-3/+13
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong2-0/+122
2024-02-22xfs: support in-memory btreesDarrick J. Wong4-37/+526
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig1-13/+17
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong2-6/+4
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig3-51/+25
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig2-40/+10
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 Hellwig2-50/+31
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 Hellwig2-49/+32
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 Hellwig11-43/+57
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig1-5/+4
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig3-25/+55
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig1-52/+96
2024-02-22xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig1-5/+3
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig2-29/+3
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig3-38/+67
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig5-0/+13
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig10-21/+18
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig6-77/+83
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig2-21/+0
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 Hellwig2-16/+0