index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-checker.c
Age
Commit message (
Expand
)
Author
2023-06-19
btrfs: move split_flags/combine_flags helpers to inode-item.h
Josef Bacik
2023-06-19
btrfs: move btrfs_verify_level_key into tree-checker.c
Josef Bacik
2023-06-19
btrfs: add __btrfs_check_node helper
Josef Bacik
2023-06-19
btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status
Josef Bacik
2023-06-19
btrfs: use btrfs_tree_block_status for leaf item errors
Josef Bacik
2023-06-19
btrfs: simplify btrfs_check_leaf_* helpers into a single helper
Josef Bacik
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2022-12-05
btrfs: pass the extent buffer for the btrfs_item_nr helpers
Josef Bacik
2022-12-05
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
2022-12-05
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-08-17
btrfs: tree-checker: check for overlapping extent items
Josef Bacik
2022-05-16
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
2022-03-14
btrfs: tree-checker: don't fail on empty extent roots for extent tree v2
Josef Bacik
2022-03-02
btrfs: tree-checker: use u64 for item data end to avoid overflow
Su Yue
2022-01-31
btrfs: tree-checker: check item_size for dev_item
Su Yue
2022-01-31
btrfs: tree-checker: check item_size for inode_item
Su Yue
2022-01-03
btrfs: rename btrfs_item_end_nr to btrfs_item_data_end
Josef Bacik
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
2021-08-23
btrfs: add ro compat flags to inodes
Boris Burkov
2021-08-23
btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles
David Sterba
2021-08-23
btrfs: tree-checker: use table values for stripe checks
David Sterba
2021-04-19
btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improp...
Josef Bacik
2021-02-22
btrfs: tree-checker: do not error out if extent ref hash doesn't match
Josef Bacik
2021-01-07
btrfs: tree-checker: check if chunk item end overflows
Su Yue
2020-12-08
btrfs: tree-checker: annotate all error branches as unlikely
David Sterba
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-11-23
btrfs: tree-checker: add missing returns after data_ref alignment checks
David Sterba
2020-11-13
btrfs: tree-checker: add missing return after error in root_item
Daniel Xu
2020-10-26
btrfs: tree-checker: validate number of chunk stripes and parity
Daniel Xu
2020-10-07
btrfs: tree-checker: fix false alert caused by legacy btrfs root item
Qu Wenruo
2020-08-27
btrfs: tree-checker: fix the error message for transid error
Qu Wenruo
2020-05-25
btrfs: tree-checker: remove duplicate definition of 'inode_item_err'
Zheng Wei
2020-01-20
btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEX
Qu Wenruo
2020-01-20
btrfs: tree-checker: Refactor root key check into separate function
Qu Wenruo
2020-01-20
btrfs: tree-checker: Refactor inode key check into seperate function
Qu Wenruo
2020-01-20
btrfs: tree-checker: Clean up fs_info parameter from error message wrapper
Qu Wenruo
2020-01-20
btrfs: tree-checker: Check leaf chunk item size
Qu Wenruo
2019-12-13
Btrfs: make tree checker detect checksum items with overlapping ranges
Filipe Manana
2019-12-13
btrfs: tree-checker: Fix error format string for size_t
Andreas Färber
2019-11-18
btrfs: tree-checker: Check item size before reading file extent type
Qu Wenruo
2019-11-18
btrfs: rename block_group_item on-stack accessors to follow naming
David Sterba
2019-11-18
btrfs: use better definition of number of compression type
Chengguang Xu
2019-11-18
btrfs: use enum for extent type defines
Chengguang Xu
2019-11-18
btrfs: tree-checker: Refactor prev_key check for ino into a function
Qu Wenruo
[next]