| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | btrfs: use the key format macros when printing keys | Filipe Manana | 1 | -8/+6 |
| 12 days | btrfs: print-tree: use string format for key names | David Sterba | 1 | -1/+1 |
| 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 |
| 2018-03-31 | btrfs: Validate child tree block's level and first key | Qu Wenruo | 1 | -3/+7 |
| 2017-08-21 | Btrfs: add one more sanity check for shared ref type | Liu Bo | 1 | -6/+21 |
| 2017-08-21 | Btrfs: remove BUG() in print_extent_item | Liu Bo | 1 | -1/+4 |
| 2017-08-16 | btrfs: get fs_info from eb in btrfs_print_tree, remove argument | David Sterba | 1 | -2/+4 |
| 2017-08-16 | btrfs: get fs_info from eb in btrfs_print_leaf, remove argument | David Sterba | 1 | -2/+4 |
| 2017-06-19 | Btrfs: let btrfs_print_leaf print more about block group | Liu Bo | 1 | -2/+5 |
| 2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -8/+7 |
| 2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 1 | -3/+5 |
| 2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 1 | -1/+1 |
| 2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney | 1 | -31/+31 |
| 2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney | 1 | -32/+18 |
| 2016-09-26 | Btrfs: add error handling for extent buffer in print tree | Liu Bo | 1 | -0/+7 |
| 2016-02-11 | btrfs: teach print_leaf about temporary item subtypes | David Sterba | 1 | -0/+11 |
| 2016-02-11 | btrfs: teach print_leaf about permanent item subtypes | David Sterba | 1 | -2/+10 |
| 2014-10-02 | btrfs: remove parameter blocksize from read_tree_block | David Sterba | 1 | -1/+0 |
| 2014-09-17 | btrfs: use nodesize everywhere, kill leafsize | David Sterba | 1 | -1/+1 |
| 2014-09-17 | btrfs: kill the key type accessor helpers | David Sterba | 1 | -1/+1 |
| 2014-07-03 | Btrfs: fix btrfs_print_leaf for skinny metadata | Josef Bacik | 1 | -4/+5 |
| 2014-01-29 | Btrfs: don't use ram_bytes for uncompressed inline items | Chris Mason | 1 | -1/+1 |
| 2014-01-28 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 1 | -1/+1 |
| 2013-11-11 | btrfs: drop unused parameter from btrfs_item_nr | Ross Kirk | 1 | -1/+1 |
| 2013-09-01 | Btrfs: Remove superfluous casts from u64 to unsigned long long | Geert Uytterhoeven | 1 | -51/+28 |
| 2013-09-01 | Btrfs: support printing UUID tree elements | Stefan Behrens | 1 | -0/+24 |
| 2013-09-01 | Btrfs: Print key type in decimal everywhere | Stefan Behrens | 1 | -2/+2 |
| 2013-05-06 | Btrfs: Include the device in most error printk()s | Simon Kirby | 1 | -5/+4 |
| 2013-02-20 | btrfs: add missing break in btrfs_print_leaf() | Eric Sandeen | 1 | -0/+1 |
| 2012-12-12 | Btrfs: introduce a btrfs_dev_replace_item type | Stefan Behrens | 1 | -0/+3 |
| 2012-05-30 | Btrfs: read device stats on mount, write modified ones during commit | Stefan Behrens | 1 | -0/+3 |
| 2011-10-20 | btrfs: fix oops on failure path | Daniel J Blueman | 1 | -2/+6 |
| 2011-01-28 | btrfs: fix missing break in switch phrase | liubo | 1 | -0/+1 |
| 2009-07-22 | Btrfs: remove of redundant btrfs_header_level | Daniel Cadete | 1 | -3/+3 |
| 2009-06-10 | Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) | Yan Zheng | 1 | -17/+138 |
| 2009-01-05 | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 1 | -29/+44 |
| 2008-10-29 | Btrfs: Add zlib compression support | Chris Mason | 1 | -3/+4 |
| 2008-10-09 | Btrfs: Remove offset field from struct btrfs_extent_ref | Yan Zheng | 1 | -2/+1 |
| 2008-09-25 | Btrfs: Full back reference support | Zheng Yan | 1 | -2/+3 |
| 2008-09-25 | Btrfs: implement memory reclaim for leaf reference cache | Yan | 1 | -1/+0 |
| 2008-09-25 | Btrfs: Pass down the expected generation number when reading tree blocks | Chris Mason | 1 | -1/+2 |
| 2008-09-25 | Btrfs: Add chunk uuids and update multi-device back references | Chris Mason | 1 | -6/+14 |
| 2008-09-25 | Btrfs: Move device information into the super block so it can be scanned | Chris Mason | 1 | -13/+2 |
| 2008-09-25 | Btrfs: Add support for multiple devices per filesystem | Chris Mason | 1 | -0/+48 |
| 2008-09-25 | Btrfs: Add back pointers from extents to the btree or file referencing them | Chris Mason | 1 | -0/+10 |
| 2008-09-25 | xattr support for btrfs | Josef Bacik | 1 | -2/+1 |
| 2008-09-25 | Btrfs: Allow tree blocks larger than the page size | Chris Mason | 1 | -10/+13 |
| 2008-09-25 | Btrfs: Create extent_buffer interface for large blocksizes | Chris Mason | 1 | -51/+45 |
| 2007-07-11 | Btrfs: trivial include fixups | Zach Brown | 1 | -1/+0 |
| 2007-06-18 | Subject: Rework btrfs_file_write to only allocate while page locks are held | Chris Mason | 1 | -0/+18 |
| 2007-06-12 | Btrfs: add GPLv2 | Chris Mason | 1 | -0/+18 |
| 2007-06-12 | Btrfs: printk fixes | Chris Mason | 1 | -20/+22 |
| 2007-05-02 | Btrfs: fix page cache memory leak | Chris Mason | 1 | -0/+1 |
| 2007-04-26 | Btrfs: start of block group code | Chris Mason | 1 | -0/+7 |
| 2007-04-18 | Btrfs: working file_write, reorganized key flags | Chris Mason | 1 | -1/+1 |
| 2007-04-10 | Btrfs: drop owner and parentid | Chris Mason | 1 | -2/+2 |
| 2007-04-10 | Btrfs: drop the inode map tree | Chris Mason | 1 | -8/+0 |
| 2007-04-06 | Btrfs: start of support for many FS volumes | Chris Mason | 1 | -1/+1 |
| 2007-03-22 | Mountable btrfs, with readdir | Chris Mason | 1 | -11/+9 |
| 2007-03-21 | Btrfs: initial move to kernel module land | Chris Mason | 1 | -16/+14 |
| 2007-03-20 | Btrfs: change dir-test to insert inode_items | Chris Mason | 1 | -0/+5 |
| 2007-03-20 | Btrfs: Add inode map, and the start of file extent items | Chris Mason | 1 | -4/+9 |
| 2007-03-16 | Btrfs: add a name_len to dir items, reorder key | Chris Mason | 1 | -4/+4 |
| 2007-03-15 | Btrfs: directory testing code and dir item fixes | Chris Mason | 1 | -0/+12 |
| 2007-03-15 | Btrfs: Use a chunk of the key flags to record the item type. | Chris Mason | 1 | -11/+25 |
| 2007-03-14 | Btrfs: reorder key offset and flags | Chris Mason | 1 | -5/+7 |
| 2007-03-14 | Btrfs: variable block size support | Chris Mason | 1 | -7/+8 |
| 2007-03-14 | Btrfs: add leaf data casting helper | Chris Mason | 1 | -3/+2 |
| 2007-03-13 | Btrfs: Change the super to point to a tree of trees to enable persistent snap... | Chris Mason | 1 | -4/+6 |
| 2007-03-13 | rename funcs and structs to btrfs | Chris Mason | 1 | -11/+12 |
| 2007-03-13 | Btrfs: node->blockptrs endian fixes | Chris Mason | 1 | -2/+2 |
| 2007-03-12 | Btrfs: struct item endian fixes | Chris Mason | 1 | -6/+9 |
| 2007-03-12 | Btrfs: get/set for struct header fields | Chris Mason | 1 | -14/+12 |
| 2007-03-06 | Btrfs: Fixup reference counting on cows | Chris Mason | 1 | -2/+4 |
| 2007-02-26 | Btrfs: more 32 bit cleanups | Chris Mason | 1 | -1/+1 |
| 2007-02-26 | Btrfs: 32bit cleanups | Chris Mason | 1 | -1/+1 |
| 2007-02-26 | Btrfs: u64 cleanups | Chris Mason | 1 | -5/+5 |
| 2007-02-24 | Btrfs: Break up ctree.c a little | Chris Mason | 1 | -0/+72 |