summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-checker.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik1-0/+1
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba1-0/+2
2023-12-16btrfs: fix typos found by codespellDavid Sterba1-1/+1
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik1-0/+2
2023-06-19btrfs: add __btrfs_check_node helperJosef Bacik1-0/+1
2023-06-19btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik1-0/+6
2023-06-19btrfs: add btrfs_tree_block_status definitions to tree-checker.hJosef Bacik1-0/+13
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik1-12/+1
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig1-2/+33
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo1-0/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_chunk_validDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_nodeDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_relaxedDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_fullDavid Sterba1-2/+1
2019-04-29btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo1-0/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-14/+3
2018-03-26btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo1-3/+4
2017-11-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo1-1/+13
2017-10-30btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo1-0/+26