summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-checker.h
AgeCommit message (Expand)Author
2023-12-15btrfs: fix typos found by codespellDavid Sterba
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik
2023-06-19btrfs: add __btrfs_check_node helperJosef Bacik
2023-06-19btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik
2023-06-19btrfs: add btrfs_tree_block_status definitions to tree-checker.hJosef Bacik
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo
2019-04-29btrfs: get fs_info from eb in btrfs_check_chunk_validDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_check_nodeDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_relaxedDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_fullDavid Sterba
2019-04-29btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-26btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo
2017-11-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2017-10-30btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo