summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-checker.c
AgeCommit message (Expand)Author
2024-08-15btrfs: tree-checker: add dev extent item checksQu Wenruo
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds
2024-07-25btrfs: tree-checker: validate dref root and objectidQu Wenruo
2024-07-11btrfs: tree-checker: add extra ram_bytes and disk_num_bytes checkQu Wenruo
2024-07-11btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik
2024-03-05btrfs: tree-checker: dump the page status if hit something wrongQu Wenruo
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-01-18btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng
2023-11-15btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov
2023-10-12btrfs: tree-checker: add support for raid stripe treeJohannes Thumshirn
2023-10-12btrfs: move btrfs_name_hash to dir-item.hJosef Bacik
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik
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: use btrfs_tree_block_status for leaf item errorsJosef Bacik
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-08-17btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-03-14btrfs: tree-checker: don't fail on empty extent roots for extent tree v2Josef Bacik
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue
2022-01-31btrfs: tree-checker: check item_size for dev_itemSu Yue
2022-01-31btrfs: tree-checker: check item_size for inode_itemSu Yue
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba
2021-08-23btrfs: tree-checker: use table values for stripe checksDavid Sterba
2021-04-19btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improp...Josef Bacik
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-01-07btrfs: tree-checker: check if chunk item end overflowsSu Yue
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba