summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong
2024-02-22xfs: factor out a btree block owner checkDarrick J. Wong
2024-02-22xfs: factor out a xfs_btree_owner helperDarrick J. Wong
2024-02-22xfs: move the btree stats offset into struct btree_opsChristoph Hellwig
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong
2024-02-22xfs: set btree block buffer ops in _init_bufDarrick J. Wong
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong
2024-02-22xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick J. Wong
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong
2024-02-22xfs: extern some btree ops structuresDarrick J. Wong
2024-02-22xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig
2024-02-22xfs: consolidate the xfs_alloc_lookup_* helpersChristoph Hellwig
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong
2024-02-22xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong
2024-02-22xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong
2024-02-22xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong
2024-02-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2024-02-22xfs: repair summary countersDarrick J. Wong
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: report health of inode link countsDarrick J. Wong
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong