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