summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-checker.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2024-05-021-0/+1
* btrfs: add forward declarations and headers, part 2David Sterba2024-03-041-0/+2
* btrfs: fix typos found by codespellDavid Sterba2023-12-151-1/+1
* btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik2023-06-191-0/+2
* btrfs: add __btrfs_check_node helperJosef Bacik2023-06-191-0/+1
* btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik2023-06-191-0/+6
* btrfs: add btrfs_tree_block_status definitions to tree-checker.hJosef Bacik2023-06-191-0/+13
* btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik2023-06-191-12/+1
* btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig2022-12-051-2/+33
* btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo2022-05-161-0/+1
* btrfs: get fs_info from eb in btrfs_check_chunk_validDavid Sterba2019-04-291-2/+1
* btrfs: get fs_info from eb in btrfs_check_nodeDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from eb in btrfs_check_leaf_relaxedDavid Sterba2019-04-291-2/+1
* btrfs: get fs_info from eb in btrfs_check_leaf_fullDavid Sterba2019-04-291-2/+1
* btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo2019-04-291-0/+4
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-14/+3
* btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo2018-03-261-3/+4
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2017-11-281-1/+13
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2017-10-301-0/+26