summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2022-03-14btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana
2022-03-14btrfs: remove unnecessary leaf free space checks when pushing itemsFilipe Manana
2022-01-07btrfs: refactor unlock_upNikolay Borisov
2022-01-07btrfs: remove stale comment about locking at btrfs_search_slot()Filipe Manana
2022-01-07btrfs: remove BUG_ON() after splitting leafFilipe Manana
2022-01-07btrfs: move leaf search logic out of btrfs_search_slot()Filipe Manana
2022-01-07btrfs: remove useless condition check before splitting leafFilipe Manana
2022-01-07btrfs: try to unlock parent nodes earlier when inserting a keyFilipe Manana
2022-01-07btrfs: allow generic_bin_search() to take low boundary as an argumentFilipe Manana
2022-01-07btrfs: check the root node for uptodate before returning itJosef Bacik
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: introduce item_nr token variant helpersJosef Bacik
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
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