index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
print-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
2023-10-12
1
-0
/
+12
*
btrfs: add raid stripe tree pretty printer
Johannes Thumshirn
2023-10-12
1
-0
/
+23
*
btrfs: remove v0 extent handling
Qu Wenruo
2023-08-21
1
-6
/
+4
*
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
2023-06-19
1
-8
/
+8
*
btrfs: print-tree: parent bytenr must be aligned to sector size
Anastasia Belova
2023-05-09
1
-3
/
+3
*
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
2022-12-05
1
-0
/
+1
*
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
1
-6
/
+8
*
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
2022-12-05
1
-2
/
+2
*
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: unify the error handling pattern for read_tree_block()
Qu Wenruo
2022-03-14
1
-2
/
+2
*
btrfs: add code to support the block group root
Josef Bacik
2022-03-14
1
-0
/
+1
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-3
/
+3
*
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
2022-01-03
1
-3
/
+1
*
btrfs: print the actual offset in btrfs_root_name
Josef Bacik
2021-01-07
1
-5
/
+5
*
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
1
-0
/
+1
*
btrfs: remove unnecessary casts in printk
David Sterba
2020-12-08
1
-2
/
+1
*
btrfs: switch extent buffer tree lock to rw_semaphore
Josef Bacik
2020-12-08
1
-9
/
+2
*
btrfs: pretty print leaked root name
Josef Bacik
2020-10-07
1
-0
/
+38
*
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
2020-09-07
1
-5
/
+7
*
btrfs: Remove unneeded semicolon
zhengbin
2020-01-20
1
-1
/
+1
*
btrfs: rename extent buffer block group item accessors
David Sterba
2019-11-18
1
-3
/
+3
*
btrfs: switch extent_buffer write_locks from atomic to int
David Sterba
2019-07-02
1
-1
/
+1
*
btrfs: switch extent_buffer spinning_writers from atomic to int
David Sterba
2019-07-02
1
-1
/
+1
*
btrfs: switch extent_buffer blocking_writers from atomic to int
David Sterba
2019-07-02
1
-1
/
+1
*
btrfs: get fs_info from eb in btrfs_leaf_free_space
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
2018-08-06
1
-1
/
+1
*
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
2018-08-06
1
-3
/
+6
*
btrfs: Remove V0 extent support
Nikolay Borisov
2018-08-06
1
-29
/
+1
*
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
2018-08-06
1
-2
/
+2
*
btrfs: print-tree: Add eb locking status output for debug build
Qu Wenruo
2018-05-28
1
-0
/
+21
*
btrfs: print-tree: debugging output enhancement
Qu Wenruo
2018-04-20
1
-10
/
+15
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: Validate child tree block's level and first key
Qu Wenruo
2018-03-31
1
-3
/
+7
*
Btrfs: add one more sanity check for shared ref type
Liu Bo
2017-08-21
1
-6
/
+21
*
Btrfs: remove BUG() in print_extent_item
Liu Bo
2017-08-21
1
-1
/
+4
*
btrfs: get fs_info from eb in btrfs_print_tree, remove argument
David Sterba
2017-08-16
1
-2
/
+4
*
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
2017-08-16
1
-2
/
+4
*
Btrfs: let btrfs_print_leaf print more about block group
Liu Bo
2017-06-19
1
-2
/
+5
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-8
/
+7
*
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
2016-12-06
1
-3
/
+5
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-1
/
+1
*
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
2016-09-26
1
-31
/
+31
*
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
1
-32
/
+18
*
Btrfs: add error handling for extent buffer in print tree
Liu Bo
2016-09-26
1
-0
/
+7
*
btrfs: teach print_leaf about temporary item subtypes
David Sterba
2016-02-11
1
-0
/
+11
*
btrfs: teach print_leaf about permanent item subtypes
David Sterba
2016-02-11
1
-2
/
+10
*
btrfs: remove parameter blocksize from read_tree_block
David Sterba
2014-10-02
1
-1
/
+0
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-1
/
+1
*
btrfs: kill the key type accessor helpers
David Sterba
2014-09-17
1
-1
/
+1
[next]