index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-checker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
btrfs: tree-checker: remove duplicate definition of 'inode_item_err'
Zheng Wei
2020-05-25
1
-4
/
+0
*
btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEX
Qu Wenruo
2020-01-20
1
-0
/
+21
*
btrfs: tree-checker: Refactor root key check into separate function
Qu Wenruo
2020-01-20
1
-15
/
+47
*
btrfs: tree-checker: Refactor inode key check into seperate function
Qu Wenruo
2020-01-20
1
-18
/
+60
*
btrfs: tree-checker: Clean up fs_info parameter from error message wrapper
Qu Wenruo
2020-01-20
1
-13
/
+13
*
btrfs: tree-checker: Check leaf chunk item size
Qu Wenruo
2020-01-20
1
-1
/
+39
*
Btrfs: make tree checker detect checksum items with overlapping ranges
Filipe Manana
2019-12-13
1
-2
/
+16
*
btrfs: tree-checker: Fix error format string for size_t
Andreas Färber
2019-12-13
1
-1
/
+1
*
btrfs: tree-checker: Check item size before reading file extent type
Qu Wenruo
2019-11-18
1
-0
/
+11
*
btrfs: rename block_group_item on-stack accessors to follow naming
David Sterba
2019-11-18
1
-5
/
+5
*
btrfs: use better definition of number of compression type
Chengguang Xu
2019-11-18
1
-2
/
+2
*
btrfs: use enum for extent type defines
Chengguang Xu
2019-11-18
1
-2
/
+2
*
btrfs: tree-checker: Refactor prev_key check for ino into a function
Qu Wenruo
2019-11-18
1
-41
/
+72
*
btrfs: use has_single_bit_set for clarity
David Sterba
2019-11-18
1
-7
/
+8
*
btrfs: tree-checker: Add check for INODE_REF
Qu Wenruo
2019-11-18
1
-0
/
+53
*
btrfs: tree-checker: Try to detect missing INODE_ITEM
Qu Wenruo
2019-11-18
1
-2
/
+25
*
btrfs: tree-checker: Fix wrong check on max devid
Qu Wenruo
2019-10-25
1
-8
/
+0
*
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
Qu Wenruo
2019-09-09
1
-0
/
+6
*
btrfs: tree-checker: Add EXTENT_DATA_REF check
Qu Wenruo
2019-09-09
1
-0
/
+48
*
btrfs: tree-checker: Add simple keyed refs check
Qu Wenruo
2019-09-09
1
-1
/
+39
*
btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM check
Qu Wenruo
2019-09-09
1
-0
/
+248
*
btrfs: tree-checker: Add ROOT_ITEM check
Qu Wenruo
2019-09-09
1
-0
/
+92
*
btrfs: tree-checker: Check if the file extent end overflows
Qu Wenruo
2019-07-01
1
-0
/
+11
*
Btrfs: tree-checker: detect file extent items with overlapping ranges
Filipe Manana
2019-05-16
1
-4
/
+45
*
btrfs: tree-checker: Allow error injection for tree-checker
Qu Wenruo
2019-04-29
1
-0
/
+5
*
btrfs: remove unused parameter fs_info from CHECK_FE_ALIGNED
David Sterba
2019-04-29
1
-6
/
+6
*
btrfs: tree-checker: Remove comprehensive root owner check
Qu Wenruo
2019-04-29
1
-24
/
+0
[next]