summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza
2021-08-23btrfs: make btrfs_next_leaf static inlineDavid Sterba
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-02-08btrfs: fix extent buffer leak on failure to copy rootFilipe Manana
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-02-08btrfs: allow error injection for btrfs_search_slot and btrfs_cow_blockJosef Bacik
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo
2020-12-08btrfs: simplify return values in setup_nodes_for_searchNikolay Borisov
2020-12-08btrfs: remove useless return value statement in split_nodeNikolay Borisov
2020-12-08btrfs: use btrfs_tree_read_lock in btrfs_search_slotJosef Bacik
2020-12-08btrfs: merge back btrfs_read_lock_root_node helpersJosef Bacik
2020-12-08btrfs: remove btrfs_path::recurseJosef Bacik
2020-12-08btrfs: unlock to current level in btrfs_next_old_leafJosef Bacik
2020-12-08btrfs: cleanup the locking in btrfs_next_old_leafJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_realloc_nodeJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
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