aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba1-0/+16
2022-09-29btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch1-0/+4
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik1-3/+36
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik1-0/+3
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba1-1/+1
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo1-0/+6
2022-05-16btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler1-0/+37
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana1-1/+1
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana1-5/+6
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana1-9/+19
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana1-11/+19
2022-03-14btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo1-6/+6
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo1-14/+16
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana1-9/+7
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana1-6/+32
2022-03-14btrfs: remove unnecessary leaf free space checks when pushing itemsFilipe Manana1-12/+0
2022-01-07btrfs: refactor unlock_upNikolay Borisov1-15/+16
2022-01-07btrfs: remove stale comment about locking at btrfs_search_slot()Filipe Manana1-4/+0
2022-01-07btrfs: remove BUG_ON() after splitting leafFilipe Manana1-1/+3
2022-01-07btrfs: move leaf search logic out of btrfs_search_slot()Filipe Manana1-116/+128
2022-01-07btrfs: remove useless condition check before splitting leafFilipe Manana1-5/+1
2022-01-07btrfs: try to unlock parent nodes earlier when inserting a keyFilipe Manana1-19/+118
2022-01-07btrfs: allow generic_bin_search() to take low boundary as an argumentFilipe Manana1-20/+23
2022-01-07btrfs: check the root node for uptodate before returning itJosef Bacik1-4/+15
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana1-24/+74
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik1-5/+5
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-43/+43
2022-01-03btrfs: introduce item_nr token variant helpersJosef Bacik1-40/+25
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik1-15/+9
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik1-15/+6
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-8/+9
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana1-8/+9
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-70/+86
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana1-36/+59
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana1-32/+25
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana1-4/+4
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza1-0/+21
2021-08-23btrfs: make btrfs_next_leaf static inlineDavid Sterba1-10/+0
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana1-5/+8
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza1-11/+7
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana1-54/+13
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik1-4/+1
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana1-4/+24
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana1-3/+3
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana1-919/+37
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-02-08btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-02-08btrfs: allow error injection for btrfs_search_slot and btrfs_cow_blockJosef Bacik1-0/+2