summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: shrink failure needs to hold AGI bufferDave Chinner2024-03-071-1/+10
* xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner2024-02-281-1/+1
* xfs: move symlink target write function to libxfsDarrick J. Wong2024-02-222-0/+79
* xfs: move remote symlink target read function to libxfsDarrick J. Wong2024-02-222-0/+78
* xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong2024-02-225-14/+25
* xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong2024-02-221-0/+2
* xfs: support deferred bmap updates on the attr forkDarrick J. Wong2024-02-222-30/+21
* xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong2024-02-221-1/+3
* xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong2024-02-221-2/+2
* xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2024-02-222-7/+2
* xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2024-02-222-16/+7
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-224-33/+154
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-224-14/+189
* xfs: repair the rmapbtDarrick J. Wong2024-02-226-8/+71
* xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong2024-02-223-3/+13
* xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong2024-02-222-0/+122
* xfs: support in-memory btreesDarrick J. Wong2024-02-224-37/+526
* xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig2024-02-221-13/+17
* xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong2024-02-222-6/+4
* xfs: move and rename xfs_btree_read_buflChristoph Hellwig2024-02-223-51/+25
* xfs: remove xfs_btree_reada_bufsChristoph Hellwig2024-02-222-40/+10
* 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-222-50/+31
* 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-222-49/+32
* 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-2211-43/+57
* xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig2024-02-221-5/+4
* xfs: split xfs_inobt_init_cursorChristoph Hellwig2024-02-223-25/+55
* xfs: split xfs_inobt_insert_sprecChristoph Hellwig2024-02-221-52/+96
* xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig2024-02-221-5/+3
* xfs: remove xfs_inobt_curChristoph Hellwig2024-02-222-29/+3
* xfs: split xfs_allocbt_init_cursorChristoph Hellwig2024-02-223-38/+67
* xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig2024-02-225-0/+13
* xfs: add a name field to struct xfs_btree_opsChristoph Hellwig2024-02-2210-21/+18
* xfs: split the agf_roots and agf_levels arraysChristoph Hellwig2024-02-226-77/+83
* xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig2024-02-222-21/+0
* 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-222-16/+0
* xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig2024-02-221-20/+12