| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: make sure that WRITTEN is set on all metadata blocks | Josef Bacik | 2024-05-02 | 1 | -15/+15 |
* | btrfs: tree-checker: dump the page status if hit something wrong | Qu Wenruo | 2024-03-05 | 1 | -0/+6 |
* | btrfs: remove unused included headers | David Sterba | 2024-03-04 | 1 | -2/+0 |
* | btrfs: tree-checker: fix inline ref size in error messages | Chung-Chiang Cheng | 2024-01-18 | 1 | -1/+1 |
* | btrfs: tree-checker: add type and sequence check for inline backrefs | Qu Wenruo | 2023-11-15 | 1 | -0/+39 |
* | btrfs: add and use helpers for reading and writing last_trans_committed | Filipe Manana | 2023-10-12 | 1 | -1/+1 |
* | btrfs: new inline ref storing owning subvol of data extents | Boris Burkov | 2023-10-12 | 1 | -0/+3 |
* | btrfs: tree-checker: add support for raid stripe tree | Johannes Thumshirn | 2023-10-12 | 1 | -0/+42 |
* | btrfs: move btrfs_name_hash to dir-item.h | Josef Bacik | 2023-10-12 | 1 | -0/+1 |
* | Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-08-12 | 1 | -0/+14 |
|\ |
|
| * | btrfs: reject invalid reloc tree root keys with stack dump | Qu Wenruo | 2023-08-10 | 1 | -0/+14 |
* | | Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2023-06-26 | 1 | -40/+112 |
|\| |
|
| * | btrfs: move split_flags/combine_flags helpers to inode-item.h | Josef Bacik | 2023-06-19 | 1 | -1/+1 |
| * | btrfs: move btrfs_verify_level_key into tree-checker.c | Josef Bacik | 2023-06-19 | 1 | -0/+58 |
| * | btrfs: add __btrfs_check_node helper | Josef Bacik | 2023-06-19 | 1 | -12/+17 |
| * | btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status | Josef Bacik | 2023-06-19 | 1 | -13/+23 |
| * | btrfs: use btrfs_tree_block_status for leaf item errors | Josef Bacik | 2023-06-19 | 1 | -7/+12 |
| * | btrfs: simplify btrfs_check_leaf_* helpers into a single helper | Josef Bacik | 2023-06-19 | 1 | -13/+7 |
* | | btrfs: fix remaining u32 overflows when left shifting stripe_nr | Qu Wenruo | 2023-06-22 | 1 | -2/+2 |
|/ |
|
* | btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32 | Qu Wenruo | 2023-04-17 | 1 | -0/+14 |
* | btrfs: pass the extent buffer for the btrfs_item_nr helpers | Josef Bacik | 2022-12-05 | 1 | -2/+2 |
* | btrfs: move file_extent_item helpers into file-item.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: extend btrfs_dir_item type to store encryption status | Omar Sandoval | 2022-12-05 | 1 | -1/+1 |
* | btrfs: move accessor helpers into accessors.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: move fs wide helpers out of ctree.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: tree-checker: check for overlapping extent items | Josef Bacik | 2022-08-17 | 1 | -2/+23 |
* | btrfs: tree-checker: check extent buffer owner against owner rootid | Qu Wenruo | 2022-05-16 | 1 | -0/+55 |
* | btrfs: add support for multiple global roots | Josef Bacik | 2022-03-14 | 1 | -2/+19 |
* | btrfs: tree-checker: don't fail on empty extent roots for extent tree v2 | Josef Bacik | 2022-03-14 | 1 | -1/+13 |
* | btrfs: tree-checker: use u64 for item data end to avoid overflow | Su Yue | 2022-03-02 | 1 | -9/+9 |
* | btrfs: tree-checker: check item_size for dev_item | Su Yue | 2022-01-31 | 1 | -0/+8 |
* | btrfs: tree-checker: check item_size for inode_item | Su Yue | 2022-01-31 | 1 | -0/+7 |
* | btrfs: rename btrfs_item_end_nr to btrfs_item_data_end | Josef Bacik | 2022-01-03 | 1 | -4/+4 |
* | btrfs: drop the _nr from the item helpers | Josef Bacik | 2022-01-03 | 1 | -24/+24 |
* | btrfs: add ro compat flags to inodes | Boris Burkov | 2021-08-23 | 1 | -4/+13 |
* | btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles | David Sterba | 2021-08-23 | 1 | -0/+4 |
* | btrfs: tree-checker: use table values for stripe checks | David Sterba | 2021-08-23 | 1 | -6/+11 |
* | btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improp... | Josef Bacik | 2021-04-19 | 1 | -0/+5 |
* | btrfs: tree-checker: do not error out if extent ref hash doesn't match | Josef Bacik | 2021-02-22 | 1 | -12/+4 |
* | btrfs: tree-checker: check if chunk item end overflows | Su Yue | 2021-01-07 | 1 | -0/+7 |
* | btrfs: tree-checker: annotate all error branches as unlikely | David Sterba | 2020-12-08 | 1 | -160/+173 |
* | btrfs: switch cached fs_info::csum_size from u16 to u32 | David Sterba | 2020-12-08 | 1 | -1/+1 |
* | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba | 2020-12-08 | 1 | -1/+1 |
* | btrfs: add set/get accessors for root_item::drop_level | David Sterba | 2020-12-08 | 1 | -2/+2 |
* | btrfs: tree-checker: add missing returns after data_ref alignment checks | David Sterba | 2020-11-23 | 1 | -0/+2 |
* | btrfs: tree-checker: add missing return after error in root_item | Daniel Xu | 2020-11-13 | 1 | -0/+1 |
* | btrfs: tree-checker: validate number of chunk stripes and parity | Daniel Xu | 2020-10-26 | 1 | -0/+18 |
* | btrfs: tree-checker: fix false alert caused by legacy btrfs root item | Qu Wenruo | 2020-10-07 | 1 | -5/+12 |
* | btrfs: tree-checker: fix the error message for transid error | Qu Wenruo | 2020-08-27 | 1 | -1/+1 |