summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-checker.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: tree-checker: dump the page status if hit something wrongQu Wenruo2024-03-051-0/+6
* btrfs: remove unused included headersDavid Sterba2024-03-041-2/+0
* btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng2024-01-181-1/+1
* btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo2023-11-151-0/+39
* btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana2023-10-121-1/+1
* btrfs: new inline ref storing owning subvol of data extentsBoris Burkov2023-10-121-0/+3
* btrfs: tree-checker: add support for raid stripe treeJohannes Thumshirn2023-10-121-0/+42
* btrfs: move btrfs_name_hash to dir-item.hJosef Bacik2023-10-121-0/+1
* Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-121-0/+14
|\
| * btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-101-0/+14
* | Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-06-261-40/+112
|\|
| * btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik2023-06-191-1/+1
| * btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik2023-06-191-0/+58
| * btrfs: add __btrfs_check_node helperJosef Bacik2023-06-191-12/+17
| * btrfs: extend btrfs_leaf_check to return btrfs_tree_block_statusJosef Bacik2023-06-191-13/+23
| * btrfs: use btrfs_tree_block_status for leaf item errorsJosef Bacik2023-06-191-7/+12
| * btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik2023-06-191-13/+7
* | btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo2023-06-221-2/+2
|/
* btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo2023-04-171-0/+14
* btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik2022-12-051-2/+2
* btrfs: move file_extent_item helpers into file-item.hJosef Bacik2022-12-051-0/+1
* btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval2022-12-051-1/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: tree-checker: check for overlapping extent itemsJosef Bacik2022-08-171-2/+23
* btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo2022-05-161-0/+55
* btrfs: add support for multiple global rootsJosef Bacik2022-03-141-2/+19
* btrfs: tree-checker: don't fail on empty extent roots for extent tree v2Josef Bacik2022-03-141-1/+13
* btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue2022-03-021-9/+9
* btrfs: tree-checker: check item_size for dev_itemSu Yue2022-01-311-0/+8
* btrfs: tree-checker: check item_size for inode_itemSu Yue2022-01-311-0/+7
* btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik2022-01-031-4/+4
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-24/+24
* btrfs: add ro compat flags to inodesBoris Burkov2021-08-231-4/+13
* btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba2021-08-231-0/+4
* btrfs: tree-checker: use table values for stripe checksDavid Sterba2021-08-231-6/+11
* btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improp...Josef Bacik2021-04-191-0/+5
* btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-02-221-12/+4
* btrfs: tree-checker: check if chunk item end overflowsSu Yue2021-01-071-0/+7
* btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba2020-12-081-160/+173
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-1/+1
* btrfs: add set/get accessors for root_item::drop_levelDavid Sterba2020-12-081-2/+2
* btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba2020-11-231-0/+2
* btrfs: tree-checker: add missing return after error in root_itemDaniel Xu2020-11-131-0/+1
* btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu2020-10-261-0/+18
* btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo2020-10-071-5/+12
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-08-271-1/+1
* btrfs: tree-checker: remove duplicate definition of 'inode_item_err'Zheng Wei2020-05-251-4/+0