summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig2024-02-229-43/+65
* xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong2024-02-227-44/+48
* 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
* xfs: set btree block buffer ops in _init_bufDarrick J. Wong2024-02-222-1/+1
* xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong2024-02-224-9/+21
* xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick J. Wong2024-02-221-2/+1
* xfs: rename btree block/buffer init functionsDarrick J. Wong2024-02-225-12/+12
* xfs: initialize btree blocks using btree_ops structureDarrick J. Wong2024-02-228-87/+69
* xfs: extern some btree ops structuresDarrick J. Wong2024-02-226-7/+16
* xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig2024-02-223-9/+11
* xfs: consolidate the xfs_alloc_lookup_* helpersChristoph Hellwig2024-02-221-21/+22
* xfs: remove bc_ino.flagsChristoph Hellwig2024-02-224-35/+20
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-228-80/+86
* xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong2024-02-227-16/+5
* xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong2024-02-226-16/+17
* xfs: consolidate btree block allocation tracepointsDarrick J. Wong2024-02-223-7/+17
* xfs: consolidate btree block freeing tracepointsDarrick J. Wong2024-02-223-4/+2
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-221-1/+2
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-223-3/+8
* xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong2024-02-221-0/+43
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-228-44/+339
* xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong2024-02-221-1/+8
* xfs: report inode corruption errors to the health systemDarrick J. Wong2024-02-223-3/+18
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-229-17/+74
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-227-5/+43
* xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2024-02-222-6/+30
* xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong2024-02-224-3/+21
* xfs: report fs corruption errors to the health tracking systemDarrick J. Wong2024-02-221-0/+1
* xfs: separate the marking of sick and checked metadataDarrick J. Wong2024-02-221-1/+22
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-1/+2
* xfs: report health of inode link countsDarrick J. Wong2024-02-222-1/+4
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-221-1/+2
* xfs: report the health of quota countsDarrick J. Wong2024-02-222-1/+4
* xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong2024-02-221-0/+11
* xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2024-02-221-0/+12
* xfs: create a static name for the dot entry tooDarrick J. Wong2024-02-222-0/+7
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-197-19/+18
* xfs: use xfs_defer_alloc a bit moreDave Chinner2024-02-131-10/+5
* xfs: clean up remaining GFP_NOFS usersDave Chinner2024-02-131-2/+2
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-137-15/+16
* xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner2024-02-136-27/+31
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-1311-39/+39
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-137-20/+21
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-137-19/+25
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-305-30/+28
* xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-01-291-3/+3
* xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong2024-01-111-1/+1