aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-checker.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07btrfs: tree-checker: add remap-tree checks to check_block_group_item()Mark Harmstone1-0/+41
2026-04-07btrfs: tree-checker: check remap-tree flags in btrfs_check_chunk_valid()Mark Harmstone1-0/+14
2026-04-07btrfs: tree-checker: add checker for items in remap treeMark Harmstone1-0/+70
2026-04-07btrfs: tree-checker: introduce checks for FREE_SPACE_BITMAPZhengYuan Huang1-0/+43
2026-04-07btrfs: tree-checker: introduce checks for FREE_SPACE_EXTENTQu Wenruo1-0/+29
2026-04-07btrfs: tree-checker: introduce checks for FREE_SPACE_INFOQu Wenruo1-0/+50
2026-03-17btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang1-0/+17
2026-03-13btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang1-1/+1
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone1-1/+1
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-02-03btrfs: add extended version of struct block_group_itemMark Harmstone1-2/+8
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone1-20/+35
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone1-2/+11
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone1-4/+2
2025-11-24btrfs: make a few more ASSERTs verboseDavid Sterba1-1/+1
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana1-12/+9
2025-10-13btrfs: tree-checker: fix bounds check in check_inode_extref()Dan Carpenter1-1/+1
2025-09-23btrfs: tree-checker: add inode extref checksQu Wenruo1-0/+37
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-18btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana1-6/+6
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba1-5/+3
2025-05-15btrfs: tree-checker: more unlikely annotationsDavid Sterba1-7/+7
2025-04-17btrfs: tree-checker: adjust error code for header level checkDavid Sterba1-1/+1
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo1-42/+54
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2024-11-11btrfs: simplify arguments for btrfs_verify_level_key()Filipe Manana1-8/+8
2024-09-17btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo1-1/+1
2024-08-15btrfs: tree-checker: add dev extent item checksQu Wenruo1-0/+69
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo1-2/+3
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+47
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-07-25btrfs: tree-checker: validate dref root and objectidQu Wenruo1-0/+47
2024-07-11btrfs: tree-checker: add extra ram_bytes and disk_num_bytes checkQu Wenruo1-0/+18
2024-07-11btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn1-19/+0
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba1-1/+1
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik1-15/+15
2024-03-05btrfs: tree-checker: dump the page status if hit something wrongQu Wenruo1-0/+6
2024-03-04btrfs: remove unused included headersDavid Sterba1-2/+0
2024-01-18btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng1-1/+1
2023-11-15btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo1-0/+39
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana1-1/+1
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov1-0/+3
2023-10-12btrfs: tree-checker: add support for raid stripe treeJohannes Thumshirn1-0/+42
2023-10-12btrfs: move btrfs_name_hash to dir-item.hJosef Bacik1-0/+1
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo1-0/+14
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-40/+112
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo1-2/+2
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik1-1/+1