aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-mod-log.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Gravatar Josef Bacik 1-1/+1
2024-03-04btrfs: drop static inline specifiers from tree-mod-log.cGravatar David Sterba 1-7/+6
2023-06-19btrfs: avoid tree mod log ENOMEM failures when we don't need to logGravatar Filipe Manana 1-34/+114
2023-06-19btrfs: insert tree mod log move in push_node_leftGravatar Boris Burkov 1-9/+64
2023-06-19btrfs: warn on invalid slot in tree mod log rewindGravatar Boris Burkov 1-0/+42
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetGravatar Josef Bacik 1-2/+2
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hGravatar Christoph Hellwig 1-0/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureGravatar Qu Wenruo 1-2/+7
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs_info::flags enum to fs.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Gravatar Filipe Manana 1-10/+9
2021-04-20btrfs: fix race when picking most recent mod log operation for an old rootGravatar Filipe Manana 1-0/+20
2021-04-19btrfs: add and use helper to get lowest sequence number for the tree mod logGravatar Filipe Manana 1-0/+23
2021-04-19btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()Gravatar Filipe Manana 1-4/+1
2021-04-19btrfs: use a bit to track the existence of tree mod log usersGravatar Filipe Manana 1-5/+6
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsGravatar Filipe Manana 1-21/+21
2021-04-19btrfs: move the tree mod log code into its own fileGravatar Filipe Manana 1-0/+888