btrfs-progs: tests: Test if btrfs-image can handle RAID1 missing device
[platform/upstream/btrfs-progs.git] / print-tree.c
2018-03-30 Nikolay Borisovbtrfs-progs: Beautify owner when printing leaf/nodes
2018-03-30 Qu Wenruobtrfs-progs: print-tree: Enhance warning on tree block...
2018-03-30 Qu Wenruobtrfs-progs: print-tree: Do correct offset output for...
2018-02-13 Anand Jainbtrfs-progs: print-tree: fix INODE_ITEM sequence and...
2018-02-02 Gu Jinxiangbtrfs-progs: Use fs_info instead of root for BTRFS_NODE...
2018-01-03 Misono, Tomohirobtrfs-progs: dump-tree: print c/o/s/r time of ROOT_ITEM
2017-11-14 Qu Wenruobtrfs-progs: print-tree: Print offset as tree objectid...
2017-09-25 David Sterbabtrfs-progs: print-tree: use proper helper for reading...
2017-09-25 Nick Terrellbtrfs-progs: Add zstd support
2017-09-08 Zhang YuBtrfs-progs: print-tree: check num_stripes in print_chunk
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out extent_csum dump
2017-09-08 Josef Bacikbtrfs-progs: print the csum length in debug-tree
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out temporary_item...
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out persistent_item...
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out qgroup_limit dump
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out qgroup_info dump
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out qgroup_status dump
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out dev_extent dump
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out free_space_info...
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out shared_data_ref...
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out extent_data_ref...
2017-09-08 David Sterbabtrfs-progs: print-tree: factor out block_group_item...
2017-09-08 David Sterbabtrfs-progs: print-tree: don't print the item type...
2017-09-08 David Sterbabtrfs-progs: print-tree: rename item callbacks to match...
2017-09-08 David Sterbabtrfs-progs: drop blocksize from read_tree_block
2017-09-08 David Sterbabtrfs-progs: drop local blocksize variables if they...
2017-07-20 Adam Buchbinderbtrfs-progs: Tighten integer types in print-tree
2017-07-03 Qu Wenruobtrfs-progs: Refactor read_tree_block to get rid of...
2017-07-03 Qu Wenruobtrfs-progs: Refactor nodesize user in print-tree.c
2017-05-15 Qu Wenruobtrfs-progs: print-tree: Add leaf flags and backref...
2017-04-20 Lu Fengqibtrfs-progs: print-tree: add validation to print_chunk
2016-11-24 David Sterbabtrfs-progs: print-tree: fix format string on 32bit
2016-11-09 David Sterbabtrfs-progs: dump-tree: use new names for obsoleted...
2016-11-09 David Sterbabtrfs-progs: dump-tree: convert dir-item-to-string...
2016-11-09 David Sterbabtrfs-progs: dump-tree: convert key-to-string to table
2016-11-09 David Sterbabtrfs-progs: dump-tree: cleanup types for item number...
2016-11-09 David Sterbabtrfs-progs: dump-tree: move remaining item variables...
2016-11-09 David Sterbabtrfs-progs: dump-tree: move variable declarations...
2016-11-09 David Sterbabtrfs-progs: dump-tree: rename extent buffer variable...
2016-11-09 David Sterbabtrfs-progs: dump-tree: add untyped item ptr helper...
2016-11-09 David Sterbabtrfs-progs: dump-tree: constify char argument in print...
2016-11-09 David Sterbabtrfs-progs: dump-tree: simplify and fix check for...
2016-11-09 David Sterbabtrfs-progs: dump-tree: return void from print_* functions
2016-11-09 David Sterbabtrfs-progs: dump-tree: pass item size instead of item
2016-11-09 David Sterbabtrfs-progs: remove unused parameter from print_inode_item
2016-11-09 David Sterbabtrfs-progs: dump-tree: consolidate data key names
2016-11-09 David Sterbabtrfs-progs: dump-tree: print dev stats
2016-11-09 David Sterbabtrfs-progs: dump-tree: print balance status item
2016-11-09 David Sterbabtrfs-progs: teach print_leaf about temporary item...
2016-11-09 David Sterbabtrfs-progs: teach print_leaf about permanent item...
2016-11-09 David Sterbabtrfs-progs: print-tree: extract offset from the item key
2016-11-09 David Sterbabtrfs-progs: dump-tree: print missing data for file...
2016-11-09 David Sterbabtrfs-progs: dump-tree: print more root_item data
2016-11-09 David Sterbabtrfs-progs: dump-tree: print missing dir_item data
2016-11-09 David Sterbabtrfs-progs: dump-tree: print missing inode_item data
2016-11-09 David Sterbabtrfs-progs: dump-tree: add helper to print timespec
2016-11-09 David Sterbabtrfs-progs: dump-tree: factor inode_item dump to function
2016-11-09 David Sterbabtrfs-progs: dump-tree: print missing dev_extent data
2016-11-09 David Sterbabtrfs-progs: dump-tree: print missing chunk data
2016-11-09 David Sterbabtrfs-progs: dump-tree: print missing dev_item data
2016-10-24 Qu Wenruobtrfs-progs: Make btrfs-debug-tree print all readable...
2016-09-21 David Sterbabtrfs-progs: improved error handling in btrfs_print_tree
2016-09-05 Qu Wenruobtrfs-progs: Enhance and export print_key_type function
2016-09-05 Qu Wenruobtrfs-progs: Enhance and export print_objectid function
2016-08-19 Qu Wenruobtrfs-progs: print-tree: Print hex and human readable...
2016-08-19 Qu Wenruobtrfs-progs: print-tree: Print human readable inode...
2016-07-13 Mark Fashehbtrfs-progs: check: write corrected qgroup info to...
2016-05-02 David Sterbabtrfs-progs: deprecate and stop using btrfs_level_size
2016-03-14 Wang Xiaoguangbtrfs-progs: print-tree: show the compression method...
2016-01-12 Omar Sandovalbtrfs-progs: add basic awareness of the free space...
2015-11-03 Qu Wenruobtrfs-progs: print-tree: Output stripe dev uuid
2015-11-02 Lakshmipathi.Gbtrfs-progs: print root item's last_snapshot value
2015-08-31 Qu Wenruobtrfs-progs: print-tree: print stripe len of a chunk
2015-06-26 Qu Wenruobtrfs-progs: Add nbytes output for print-tree and refor...
2015-06-16 David Sterbabtrfs-progs: unify naming of key types in print-tree
2015-03-23 Qu Wenruobtrfs-progs: Allow btrfs-debug-tree to print human...
2015-03-23 Qu Wenruobtrfs-progs: Update qgroup status flags and replace...
2015-02-10 David SterbaMerge remote-tracking branch 'remotes/josef/for-kdave...
2015-02-09 Josef BacikBtrfs-progs: make debug-tree spit out full_backref...
2015-02-02 Qu Wenruobtrfs-progs: read_tree_block() and read_node_slot(...
2014-10-10 David Sterbabtrfs-progs: debug: print more info about inode
2014-08-22 Qu Wenruobtrfs-progs: Add human readable flags output for chunk...
2014-08-22 Qu Wenruobtrfs-progs: Add human readable flags output string...
2014-08-22 Mark Fashehbtrfs-progs: add quota group verify code
2014-08-22 Mark Fashehbtrfs-progs: print qgroup excl as unsigned
2014-08-22 Qu Wenruobtrfs-progs: Add dev uuid output for print_dev_item().
2014-08-22 Gui Hechengbtrfs-progs: add sys_chunk_array and backup roots info...
2014-04-11 Filipe David Borba... Btrfs-progs: update btrfs_file_extent_inline_len to...
2014-01-31 David Sterbabtrfs-progs: convert remaining uuid buffer declarations...
2014-01-31 Ross Kirkbtrfs-progs: Make btrfs_header_chunk_tree_uuid() return...
2014-01-31 Anand Jainbtrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid...
2013-10-16 Ross Kirkbtrfs-progs: Make btrfs_header_fsid() return unsigned...
2013-10-16 Ross Kirkbtrfs-progs: remove unused parameter from btrfs_header_fsid
2013-10-16 Ross Kirkbtrfs-progs: drop unused parameter from btrfs_item_nr
2013-09-03 Zach Brownbtrfs-progs: fix in-place byte swapping
2013-08-09 Stefan BehrensBtrfs-progs: Support UUID tree and UUID items in btrfs...
2013-08-09 Filipe David Borba... Btrfs-progs: pretty print dir_item type
2013-04-23 Stefan BehrensBtrfs-progs: in btrfs-debug-tree, print -1 in key for...
2013-04-23 Josef BacikBtrfs-progs: add skinny metadata support to progs V3
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
next