| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions | Sun YangKai | 1 | -77/+43 |
| 2025-01-13 | btrfs: uuid-tree: remove unnecessary call to btrfs_mark_buffer_dirty() | Filipe Manana | 1 | -2/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-10 | btrfs: move uuid tree related code to uuid-tree.[ch] | Qu Wenruo | 1 | -0/+179 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -5/+5 |
| 2024-03-04 | btrfs: unify handling of return values of btrfs_insert_empty_items() | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 1 | -3/+3 |
| 2022-12-05 | btrfs: move uuid tree prototypes to uuid-tree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -1/+1 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move fs wide helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -5/+5 |
| 2020-12-08 | btrfs: remove unnecessary casts in printk | David Sterba | 1 | -2/+1 |
| 2020-05-25 | btrfs: simplify root lookup by id | David Sterba | 1 | -5/+1 |
| 2020-03-23 | btrfs: bail out of uuid tree scanning if we're closing | Josef Bacik | 1 | -0/+4 |
| 2020-03-23 | btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate | Nikolay Borisov | 1 | -4/+49 |
| 2019-12-13 | btrfs: handle ENOENT in btrfs_uuid_tree_iterate | Josef Bacik | 1 | -0/+2 |
| 2019-04-29 | btrfs: remove unused parameter fs_info from btrfs_extend_item | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: remove unused parameter fs_info from btrfs_truncate_item | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_add | Nathan Chancellor | 1 | -1/+1 |
| 2018-05-30 | btrfs: Remove fs_info argument from btrfs_uuid_tree_rem | Lu Fengqi | 1 | -3/+3 |
| 2018-05-30 | btrfs: Remove fs_info argument from btrfs_uuid_tree_add | Lu Fengqi | 1 | -2/+2 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+2 |
| 2018-03-31 | btrfs: add define for oldest generation | Anand Jain | 1 | -1/+1 |
| 2016-12-19 | btrfs: return the actual error value from from btrfs_uuid_tree_iterate | Pan Bian | 1 | -3/+1 |
| 2016-12-06 | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 1 | -1/+1 |
| 2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -2/+2 |
| 2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 1 | -4/+3 |
| 2016-12-06 | btrfs: call functions that always use the same root with fs_info instead | Jeff Mahoney | 1 | -4/+6 |
| 2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney | 1 | -12/+15 |
| 2014-09-17 | Btrfs: make btrfs_search_forward return with nodes unlocked | Filipe Manana | 1 | -1/+0 |
| 2014-01-28 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 1 | -6/+7 |
| 2013-11-11 | Btrfs: remove unused max_key arg from btrfs_search_forward | Filipe David Borba Manana | 1 | -5/+1 |
| 2013-09-01 | Btrfs: check UUID tree during mount if required | Stefan Behrens | 1 | -0/+123 |
| 2013-09-01 | Btrfs: introduce a tree for items that map UUIDs to something | Stefan Behrens | 1 | -0/+235 |