Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | btrfs: move accessor helpers into accessors.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: move fs_info::flags enum to fs.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 2022-12-05 | 1 | -0/+1 |
* | btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key() | Filipe Manana | 2022-12-05 | 1 | -10/+9 |
* | btrfs: fix race when picking most recent mod log operation for an old root | Filipe Manana | 2021-04-20 | 1 | -0/+20 |
* | btrfs: add and use helper to get lowest sequence number for the tree mod log | Filipe Manana | 2021-04-19 | 1 | -0/+23 |
* | btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb() | Filipe Manana | 2021-04-19 | 1 | -4/+1 |
* | btrfs: use a bit to track the existence of tree mod log users | Filipe Manana | 2021-04-19 | 1 | -5/+6 |
* | btrfs: use booleans where appropriate for the tree mod log functions | Filipe Manana | 2021-04-19 | 1 | -21/+21 |
* | btrfs: move the tree mod log code into its own file | Filipe Manana | 2021-04-19 | 1 | -0/+888 |