index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
print-tree.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
btrfs: print-tree: print key types as human readable strings
Filipe Manana
1
-2
/
+66
2025-09-23
btrfs: print-tree: move code for processing file extent item into helper
Filipe Manana
1
-23
/
+29
2025-09-23
btrfs: print-tree: print compression type for file extent items
Filipe Manana
1
-2
/
+5
2025-09-23
btrfs: print-tree: print correct inline extent data size
Filipe Manana
1
-2
/
+4
2025-09-23
btrfs: print-tree: print range information for extent csum items
Filipe Manana
1
-0
/
+15
2025-09-23
btrfs: print-tree: print information about dir log items
Filipe Manana
1
-0
/
+11
2025-09-23
btrfs: print-tree: print information about inode extref items
Filipe Manana
1
-0
/
+23
2025-09-23
btrfs: print-tree: print information about inode ref items
Filipe Manana
1
-0
/
+20
2025-09-23
btrfs: print-tree: print dir items for dir index and xattr keys too
Filipe Manana
1
-0
/
+2
2025-09-23
btrfs: print-tree: print more information about dir items
Filipe Manana
1
-7
/
+24
2025-09-23
btrfs: print-tree: print missing fields for inode items
Filipe Manana
1
-6
/
+31
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
1
-1
/
+1
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
1
-1
/
+1
2024-08-02
btrfs: avoid using fixed char array size for tree names
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: remove raid-stripe-tree encoding field from stripe_extent
Johannes Thumshirn
1
-5
/
+0
2024-07-11
btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEY
Qu Wenruo
1
-0
/
+3
2024-07-11
btrfs: only print error message when checking item size in print_extent_item()
David Sterba
1
-1
/
+1
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
1
-0
/
+12
2023-10-12
btrfs: add raid stripe tree pretty printer
Johannes Thumshirn
1
-0
/
+23
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
1
-6
/
+4
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
1
-8
/
+8
2023-05-09
btrfs: print-tree: parent bytenr must be aligned to sector size
Anastasia Belova
1
-3
/
+3
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
1
-0
/
+1
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
1
-6
/
+8
2022-12-05
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
1
-2
/
+2
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-03-14
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
1
-2
/
+2
2022-03-14
btrfs: add code to support the block group root
Josef Bacik
1
-0
/
+1
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-3
/
+3
2022-01-03
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
1
-3
/
+1
2021-01-07
btrfs: print the actual offset in btrfs_root_name
Josef Bacik
1
-5
/
+5
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
1
-0
/
+1
2020-12-08
btrfs: remove unnecessary casts in printk
David Sterba
1
-2
/
+1
2020-12-08
btrfs: switch extent buffer tree lock to rw_semaphore
Josef Bacik
1
-9
/
+2
2020-10-07
btrfs: pretty print leaked root name
Josef Bacik
1
-0
/
+38
2020-09-07
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
1
-5
/
+7
2020-01-20
btrfs: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-11-18
btrfs: rename extent buffer block group item accessors
David Sterba
1
-3
/
+3
2019-07-02
btrfs: switch extent_buffer write_locks from atomic to int
David Sterba
1
-1
/
+1
2019-07-02
btrfs: switch extent_buffer spinning_writers from atomic to int
David Sterba
1
-1
/
+1
2019-07-02
btrfs: switch extent_buffer blocking_writers from atomic to int
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in btrfs_leaf_free_space
David Sterba
1
-1
/
+1
2018-08-06
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
1
-1
/
+1
2018-08-06
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
1
-3
/
+6
2018-08-06
btrfs: Remove V0 extent support
Nikolay Borisov
1
-29
/
+1
2018-08-06
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
1
-2
/
+2
2018-05-28
btrfs: print-tree: Add eb locking status output for debug build
Qu Wenruo
1
-0
/
+21
2018-04-20
btrfs: print-tree: debugging output enhancement
Qu Wenruo
1
-10
/
+15
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
[next]