summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2020-10-07btrfs: cleanup cow block on errorJosef Bacik
2020-10-07btrfs: improve error message in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov
2020-10-07btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: add nesting tags to the locking helpersJosef Bacik
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik
2020-10-07btrfs: ctree: check key order before merging tree blocksQu Wenruo
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-08-27btrfs: set the lockdep class for log tree extent buffersJosef Bacik
2020-08-19btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba
2020-07-27btrfs: add little-endian optimized key helpersDavid Sterba
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza
2020-05-28btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov
2020-05-28btrfs: open code key_searchNikolay Borisov
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: speed up and simplify generic_bin_searchDavid Sterba
2020-05-25btrfs: don't use set/get token in leaf_space_usedDavid Sterba
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo
2020-03-23btrfs: inline checksum name and driver definitionsDavid Sterba
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba
2020-03-23btrfs: move root node locking helpers to locking.cDavid Sterba
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba
2019-11-18btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba
2019-09-09btrfs: rename and export read_node_slotDavid Sterba