summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-checker.c
AgeCommit message (Expand)Author
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
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba
2020-11-23btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba
2020-11-13btrfs: tree-checker: add missing return after error in root_itemDaniel Xu
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo
2020-08-27btrfs: tree-checker: fix the error message for transid errorQu Wenruo
2020-05-25btrfs: tree-checker: remove duplicate definition of 'inode_item_err'Zheng Wei
2020-01-20btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEXQu Wenruo
2020-01-20btrfs: tree-checker: Refactor root key check into separate functionQu Wenruo