| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-22 | btrfs: reduce size of struct tree_mod_elem | Filipe Manana | 1 | -20/+33 |
| 2025-07-22 | btrfs: avoid logging tree mod log elements for irrelevant extent buffers | Filipe Manana | 1 | -2/+26 |
| 2024-11-11 | btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind() | David Sterba | 1 | -1/+0 |
| 2024-09-10 | btrfs: constify more pointer parameters | David Sterba | 1 | -7/+7 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -1/+1 |
| 2024-03-04 | btrfs: drop static inline specifiers from tree-mod-log.c | David Sterba | 1 | -7/+6 |
| 2023-06-19 | btrfs: avoid tree mod log ENOMEM failures when we don't need to log | Filipe Manana | 1 | -34/+114 |
| 2023-06-19 | btrfs: insert tree mod log move in push_node_left | Boris Burkov | 1 | -9/+64 |
| 2023-06-19 | btrfs: warn on invalid slot in tree mod log rewind | Boris Burkov | 1 | -0/+42 |
| 2022-12-05 | btrfs: add eb to btrfs_node_key_ptr_offset | Josef Bacik | 1 | -2/+2 |
| 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 | -2/+7 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move fs_info::flags enum to fs.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key() | Filipe Manana | 1 | -10/+9 |
| 2021-04-20 | btrfs: fix race when picking most recent mod log operation for an old root | Filipe Manana | 1 | -0/+20 |
| 2021-04-19 | btrfs: add and use helper to get lowest sequence number for the tree mod log | Filipe Manana | 1 | -0/+23 |
| 2021-04-19 | btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb() | Filipe Manana | 1 | -4/+1 |
| 2021-04-19 | btrfs: use a bit to track the existence of tree mod log users | Filipe Manana | 1 | -5/+6 |
| 2021-04-19 | btrfs: use booleans where appropriate for the tree mod log functions | Filipe Manana | 1 | -21/+21 |
| 2021-04-19 | btrfs: move the tree mod log code into its own file | Filipe Manana | 1 | -0/+888 |