summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-checker.c
AgeCommit message (Expand)AuthorFilesLines
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-19btrfs: 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
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik1-0/+58
2023-06-19btrfs: add __btrfs_check_node helperJosef Bacik1-12/+17
2023-06-19btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik1-13/+23
2023-06-19btrfs: use btrfs_tree_block_status for leaf item errorsJosef Bacik1-7/+12
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik1-13/+7
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo1-0/+14
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik1-2/+2
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik1-0/+1
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval1-1/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-08-17btrfs: tree-checker: check for overlapping extent itemsJosef Bacik1-2/+23
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo1-0/+55
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-2/+19
2022-03-14btrfs: tree-checker: don't fail on empty extent roots for extent tree v2Josef Bacik1-1/+13
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue1-9/+9
2022-01-31btrfs: tree-checker: check item_size for dev_itemSu Yue1-0/+8
2022-01-31btrfs: tree-checker: check item_size for inode_itemSu Yue1-0/+7
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik1-4/+4
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-24/+24
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-4/+13
2021-08-23btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba1-0/+4
2021-08-23btrfs: tree-checker: use table values for stripe checksDavid Sterba1-6/+11
2021-04-19btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improp...Josef Bacik1-0/+5
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik1-12/+4
2021-01-07btrfs: tree-checker: check if chunk item end overflowsSu Yue1-0/+7
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba1-160/+173
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-1/+1
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba1-2/+2
2020-11-23btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba1-0/+2
2020-11-14btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu1-0/+18
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo1-5/+12