aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-mod-log.c
AgeCommit message (Expand)AuthorFilesLines
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