summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana1-1/+31
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik1-4/+15
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2020-11-05btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-6/+2
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov1-6/+3
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn1-0/+22
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba1-16/+11
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba1-362/+0
2019-09-09btrfs: rename and export read_node_slotDavid Sterba1-11/+11
2019-09-09Btrfs: fix use-after-free when using the tree modification logFilipe Manana1-1/+3
2019-09-09btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik1-2/+2
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba1-2/+2
2019-04-29btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo1-2/+22
2019-04-29btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba1-4/+3
2019-04-29btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba1-4/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-3/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-2/+1
2019-04-29btrfs: remove unused parameter fs_info from split_itemDavid Sterba1-3/+2
2019-04-29btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba1-4/+3
2019-04-29btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba1-4/+3
2019-04-29btrfs: get fs_info from trans in copy_for_splitDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from trans in insert_ptrDavid Sterba1-7/+6
2019-04-29btrfs: get fs_info from trans in balance_node_rightDavid Sterba1-5/+3
2019-04-29btrfs: get fs_info from trans in push_node_leftDavid Sterba1-7/+5
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in read_node_slotDavid Sterba1-14/+12
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba1-30/+28
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-8/+8
2019-04-29btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba1-7/+6
2019-04-29btrfs: get fs_info from eb in leaf_data_endDavid Sterba1-12/+12
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann1-2/+2
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo1-0/+10
2019-02-25Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana1-21/+0
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana1-0/+6
2019-02-25btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba1-3/+10
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-11/+11
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba1-2/+2
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo1-0/+8
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana1-28/+50
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana1-7/+9
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2