summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-mod-log.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik1-2/+2
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig1-0/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo1-2/+7
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana1-10/+9
2021-04-20btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-04-19btrfs: add and use helper to get lowest sequence number for the tree mod logFilipe Manana1-0/+23
2021-04-19btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()Filipe Manana1-4/+1
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana1-5/+6
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana1-21/+21
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana1-0/+888