summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana1-15/+15
2025-01-09btrfs: locking: remove all the blocking helpersJosef Bacik1-79/+12
2023-08-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-06-09btrfs: abort transaction when sibling keys check fails for leavesFilipe 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-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-03-25btrfs: 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-10-07btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-10-07btrfs: improve error message in setup_items_for_insertNikolay Borisov1-1/+2
2020-10-07btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov1-4/+10
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov1-4/+9
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov1-6/+4
2020-10-07btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov1-1/+1
2020-10-07btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik1-1/+11
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik1-2/+3
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik1-2/+2
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik1-6/+6
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik1-8/+8
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-20/+32
2020-10-07btrfs: add nesting tags to the locking helpersJosef Bacik1-3/+8
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik1-4/+4
2020-10-07btrfs: ctree: check key order before merging tree blocksQu Wenruo1-0/+74
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-08-27btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-08-19btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba1-1/+1
2020-07-27btrfs: add little-endian optimized key helpersDavid Sterba1-0/+17
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza1-1/+1
2020-05-28btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov1-5/+4
2020-05-28btrfs: open code key_searchNikolay Borisov1-23/+18
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-13/+13
2020-05-25btrfs: speed up and simplify generic_bin_searchDavid Sterba1-28/+15
2020-05-25btrfs: don't use set/get token in leaf_space_usedDavid Sterba1-5/+3
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba1-30/+23
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo1-7/+7
2020-03-23btrfs: inline checksum name and driver definitionsDavid Sterba1-3/+4
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba1-3/+1
2020-03-23btrfs: move root node locking helpers to locking.cDavid Sterba1-38/+0
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana1-12/+13
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-6/+2
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba1-0/+2
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba1-0/+12
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba1-0/+5
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn1-0/+1
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn1-0/+1
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-6/+6