aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafGravatar Filipe Manana 1-9/+7
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafGravatar Filipe Manana 1-6/+32
2022-03-14btrfs: remove unnecessary leaf free space checks when pushing itemsGravatar Filipe Manana 1-12/+0
2022-01-07btrfs: refactor unlock_upGravatar Nikolay Borisov 1-15/+16
2022-01-07btrfs: remove stale comment about locking at btrfs_search_slot()Gravatar Filipe Manana 1-4/+0
2022-01-07btrfs: remove BUG_ON() after splitting leafGravatar Filipe Manana 1-1/+3
2022-01-07btrfs: move leaf search logic out of btrfs_search_slot()Gravatar Filipe Manana 1-116/+128
2022-01-07btrfs: remove useless condition check before splitting leafGravatar Filipe Manana 1-5/+1
2022-01-07btrfs: try to unlock parent nodes earlier when inserting a keyGravatar Filipe Manana 1-19/+118
2022-01-07btrfs: allow generic_bin_search() to take low boundary as an argumentGravatar Filipe Manana 1-20/+23
2022-01-07btrfs: check the root node for uptodate before returning itGravatar Josef Bacik 1-4/+15
2022-01-07btrfs: make send work with concurrent block group relocationGravatar Filipe Manana 1-24/+74
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endGravatar Josef Bacik 1-5/+5
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-43/+43
2022-01-03btrfs: introduce item_nr token variant helpersGravatar Josef Bacik 1-40/+25
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersGravatar Josef Bacik 1-15/+9
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereGravatar Josef Bacik 1-15/+6
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+9
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureGravatar Filipe Manana 1-8/+9
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-70/+86
2021-10-26btrfs: unexport setup_items_for_insert()Gravatar Filipe Manana 1-36/+59
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchGravatar Filipe Manana 1-32/+25
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedGravatar Filipe Manana 1-4/+4
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionGravatar Marcos Paulo de Souza 1-0/+21
2021-08-23btrfs: make btrfs_next_leaf static inlineGravatar David Sterba 1-10/+0
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryGravatar Filipe Manana 1-5/+8
2021-08-23btrfs: remove max argument from generic_bin_searchGravatar Marcos Paulo de Souza 1-11/+7
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayGravatar Filipe Manana 1-54/+13
2021-06-21btrfs: always abort the transaction if we abort a trans handleGravatar Josef Bacik 1-4/+1
2021-04-19btrfs: improve btree readahead for full send operationsGravatar Filipe Manana 1-4/+24
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsGravatar Filipe Manana 1-3/+3
2021-04-19btrfs: move the tree mod log code into its own fileGravatar Filipe Manana 1-919/+37
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootGravatar Filipe Manana 1-0/+2
2021-02-08btrfs: fix extent buffer leak on failure to copy rootGravatar Filipe Manana 1-0/+2
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootGravatar Josef Bacik 1-2/+3
2021-02-08btrfs: allow error injection for btrfs_search_slot and btrfs_cow_blockGravatar Josef Bacik 1-0/+2
2020-12-18btrfs: correctly calculate item size used when item key collision happensGravatar ethanwu 1-2/+22
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsGravatar Qu Wenruo 1-1/+2
2020-12-08btrfs: simplify return values in setup_nodes_for_searchGravatar Nikolay Borisov 1-22/+8
2020-12-08btrfs: remove useless return value statement in split_nodeGravatar Nikolay Borisov 1-2/+1
2020-12-08btrfs: use btrfs_tree_read_lock in btrfs_search_slotGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: merge back btrfs_read_lock_root_node helpersGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: remove btrfs_path::recurseGravatar Josef Bacik 1-3/+2
2020-12-08btrfs: unlock to current level in btrfs_next_old_leafGravatar Josef Bacik 1-15/+17
2020-12-08btrfs: cleanup the locking in btrfs_next_old_leafGravatar Josef Bacik 1-10/+4
2020-12-08btrfs: pass root owner to read_tree_blockGravatar Josef Bacik 1-3/+5
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_realloc_nodeGravatar Josef Bacik 1-33/+3
2020-12-08btrfs: cleanup extent buffer readaheadGravatar Josef Bacik 1-36/+9
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-3/+0