| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | btrfs: remove redundant level reset in btrfs_del_items() | Sun YangKai | 1 | -3/+1 |
| 2025-11-25 | btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf() | Sun YangKai | 1 | -25/+14 |
| 2025-11-25 | btrfs: optimize balance_level() path reference handling | Sun YangKai | 1 | -3/+3 |
| 2025-11-25 | btrfs: factor out root promotion logic into promote_child_to_root() | Sun YangKai | 1 | -46/+70 |
| 2025-11-24 | btrfs: use bool type for btrfs_path members used as booleans | Filipe Manana | 1 | -14/+14 |
| 2025-11-24 | btrfs: update check_skip variable after unlocking current node | Filipe Manana | 1 | -1/+1 |
| 2025-11-24 | btrfs: abort transaction on item count overflow in __push_leaf_left() | Filipe Manana | 1 | -3/+7 |
| 2025-11-24 | btrfs: always use right leaf variable in __push_leaf_left() | Filipe Manana | 1 | -2/+2 |
| 2025-11-24 | btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right() | Filipe Manana | 1 | -2/+0 |
| 2025-11-24 | btrfs: always use left leaf variable in __push_leaf_right() | Filipe Manana | 1 | -4/+4 |
| 2025-11-24 | btrfs: add unlikely to critical error in btrfs_extend_item() | Filipe Manana | 1 | -1/+1 |
| 2025-11-24 | btrfs: remove pointless return value update in btrfs_del_items() | Filipe Manana | 1 | -1/+0 |
| 2025-11-24 | btrfs: fix leaf leak in an error path in btrfs_del_items() | Filipe Manana | 1 | -1/+1 |
| 2025-11-24 | btrfs: remove pointless data_end assignment in btrfs_extent_item() | Filipe Manana | 1 | -1/+0 |
| 2025-11-24 | btrfs: use the key format macros when printing keys | Filipe Manana | 1 | -10/+7 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to transaction abort | David Sterba | 1 | -25/+25 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EUCLEAN | David Sterba | 1 | -5/+5 |
| 2025-09-23 | btrfs: make the rule checking more readable for should_cow_block() | Filipe Manana | 1 | -14/+23 |
| 2025-09-23 | btrfs: mark leaf space and overflow checks as unlikely on insert and extension | Filipe Manana | 1 | -7/+7 |
| 2025-09-23 | btrfs: mark as unlikely not uptodate extent buffer checks when navigating btrees | Filipe Manana | 1 | -4/+4 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -8/+8 |
| 2025-07-22 | btrfs: don't use token set/get accessors for btrfs_item members | David Sterba | 1 | -33/+18 |
| 2025-07-22 | btrfs: clear dirty status from extent buffer on error at insert_new_root() | Filipe Manana | 1 | -0/+1 |
| 2025-07-21 | btrfs: remove partial support for lowest level from btrfs_search_forward() | Sun YangKai | 1 | -13/+5 |
| 2025-07-21 | btrfs: use refcount_t type for the extent buffer reference counter | Filipe Manana | 1 | -7/+7 |
| 2025-07-21 | btrfs: rename err to ret2 in btrfs_search_old_slot() | David Sterba | 1 | -5/+5 |
| 2025-07-21 | btrfs: rename err to ret2 in btrfs_search_slot() | David Sterba | 1 | -19/+18 |
| 2025-07-21 | btrfs: rename err to ret2 in search_leaf() | David Sterba | 1 | -9/+8 |
| 2025-07-21 | btrfs: rename err to ret2 in read_block_for_search() | David Sterba | 1 | -7/+7 |
| 2025-07-21 | btrfs: constify more pointer parameters | David Sterba | 1 | -10/+10 |
| 2025-07-21 | btrfs: abort transaction on unexpected eb generation at btrfs_copy_root() | Filipe Manana | 1 | -1/+8 |
| 2025-07-21 | btrfs: unfold transaction abort at btrfs_copy_root() | Filipe Manana | 1 | -3/+7 |
| 2025-03-18 | btrfs: avoid redundant path slot assignment in btrfs_search_forward() | Sun YangKai | 1 | -2/+1 |
| 2025-03-18 | btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward() | Sun YangKai | 1 | -7/+5 |
| 2025-03-18 | btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions | David Sterba | 1 | -2/+1 |
| 2025-01-23 | btrfs: fix lockdep splat while merging a relocation root | Filipe Manana | 1 | -0/+2 |
| 2025-01-14 | btrfs: implement hole punching for RAID stripe extents | Johannes Thumshirn | 1 | -0/+1 |
| 2025-01-13 | btrfs: move csum related functions from ctree.c into fs.c | Filipe Manana | 1 | -51/+0 |
| 2025-01-13 | btrfs: move abort_should_print_stack() to transaction.h | Filipe Manana | 1 | -16/+0 |
| 2024-12-23 | btrfs: fix use-after-free when COWing tree bock and tracing is enabled | Filipe Manana | 1 | -7/+4 |
| 2024-11-29 | btrfs: add a sanity check for btrfs root in btrfs_search_slot() | Lizhi Xu | 1 | -1/+5 |
| 2024-11-11 | btrfs: remove local generation variable from read_block_for_search() | Filipe Manana | 1 | -4/+2 |
| 2024-11-11 | btrfs: simplify arguments for btrfs_verify_level_key() | Filipe Manana | 1 | -2/+1 |
| 2024-11-11 | btrfs: remove redundant level argument from read_block_for_search() | Filipe Manana | 1 | -11/+9 |
| 2024-11-11 | btrfs: reduce lock contention when eb cache miss for btree search | Robbie Ko | 1 | -31/+70 |
| 2024-11-11 | btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind() | David Sterba | 1 | -1/+1 |
| 2024-09-10 | btrfs: constify more pointer parameters | David Sterba | 1 | -9/+9 |
| 2024-07-11 | btrfs: fix data race when accessing the last_trans field of a root | Filipe Manana | 1 | -2/+2 |
| 2024-07-11 | btrfs: replace BUG_ON() with error handling at update_ref_for_cow() | Filipe Manana | 1 | -2/+10 |
| 2024-07-11 | btrfs: simplify setting the full backref flag at update_ref_for_cow() | Filipe Manana | 1 | -7/+4 |
| 2024-07-11 | btrfs: use label to deduplicate error path at btrfs_force_cow_block() | Filipe Manana | 1 | -21/+12 |
| 2024-07-11 | btrfs: do not BUG_ON() when freeing tree block after error | Filipe Manana | 1 | -11/+42 |
| 2024-07-11 | btrfs: remove all extra btrfs_check_eb_owner() calls | Josef Bacik | 1 | -6/+1 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -21/+18 |
| 2024-05-07 | btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock() | Filipe Manana | 1 | -6/+6 |
| 2024-03-05 | btrfs: remove SLAB_MEM_SPREAD flag use | Chengming Zhou | 1 | -1/+1 |
| 2024-03-04 | btrfs: use KMEM_CACHE() to create btrfs_path cache | Kunwu Chan | 1 | -3/+1 |
| 2024-03-04 | btrfs: unify handling of return values of btrfs_insert_empty_items() | David Sterba | 1 | -0/+4 |
| 2024-03-04 | btrfs: cache folio size and shift in extent_buffer | Qu Wenruo | 1 | -1/+1 |
| 2023-12-15 | btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios | Qu Wenruo | 1 | -6/+7 |
| 2023-12-15 | btrfs: migrate extent_buffer::pages[] to folio | Qu Wenruo | 1 | -1/+1 |
| 2023-12-15 | btrfs: make the logic from btrfs_block_can_be_shared() easier to read | Filipe Manana | 1 | -16/+24 |
| 2023-12-15 | btrfs: use bool for return type of btrfs_block_can_be_shared() | Filipe Manana | 1 | -6/+6 |
| 2023-11-13 | Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2023-11-03 | btrfs: get correct owning_root when dropping snapshot | Josef Bacik | 1 | -1/+1 |
| 2023-10-30 | Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -234/+106 |
| 2023-10-23 | btrfs: fix unwritten extent buffer after snapshotting a new subvolume | Filipe Manana | 1 | -5/+16 |
| 2023-10-12 | btrfs: move btrfs_realloc_node() from ctree.c into defrag.c | Filipe Manana | 1 | -112/+0 |
| 2023-10-12 | btrfs: export comp_keys() from ctree.c as btrfs_comp_keys() | Filipe Manana | 1 | -37/+7 |
| 2023-10-12 | btrfs: rename and export __btrfs_cow_block() | Filipe Manana | 1 | -15/+15 |
| 2023-10-12 | btrfs: use round_down() to align block offset at btrfs_cow_block() | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: remove noinline attribute from btrfs_cow_block() | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: qgroup: track metadata relocation COW with simple quota | Boris Burkov | 1 | -8/+14 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 1 | -50/+59 |
| 2023-10-12 | btrfs: rename errno identifiers to error | David Sterba | 1 | -2/+2 |
| 2023-10-12 | btrfs: reduce arguments of helpers space accounting root item | David Sterba | 1 | -12/+11 |
| 2023-10-12 | btrfs: reformat remaining kdoc style comments | David Sterba | 1 | -2/+2 |
| 2023-10-04 | btrfs: error out when reallocating block for defrag using a stale transaction | Filipe Manana | 1 | -2/+16 |
| 2023-10-04 | btrfs: error when COWing block from a root that is being deleted | Filipe Manana | 1 | -3/+7 |
| 2023-10-04 | btrfs: error out when COWing block using a stale transaction | Filipe Manana | 1 | -8/+16 |
| 2023-06-19 | btrfs: replace BUG_ON() at split_item() with proper error handling | Filipe Manana | 1 | -1/+6 |
| 2023-06-19 | btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr() | Filipe Manana | 1 | -13/+39 |
| 2023-06-19 | btrfs: do not BUG_ON() on tree mod log failures at insert_ptr() | Filipe Manana | 1 | -19/+52 |
| 2023-06-19 | btrfs: do not BUG_ON() on tree mod log failure at insert_new_root() | Filipe Manana | 1 | -1/+6 |
| 2023-06-19 | btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert() | Filipe Manana | 1 | -2/+12 |
| 2023-06-19 | btrfs: abort transaction at update_ref_for_cow() when ref count is zero | Filipe Manana | 1 | -3/+7 |
| 2023-06-19 | btrfs: abort transaction at balance_level() when left child is missing | Filipe Manana | 1 | -3/+7 |
| 2023-06-19 | btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le... | Filipe Manana | 1 | -1/+0 |
| 2023-06-19 | btrfs: rename enospc label to out at balance_level() | Filipe Manana | 1 | -12/+12 |
| 2023-06-19 | btrfs: do not BUG_ON() on tree mod log failure at balance_level() | Filipe Manana | 1 | -3/+14 |
| 2023-06-19 | btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() | Filipe Manana | 1 | -2/+7 |
| 2023-06-19 | btrfs: fix extent buffer leak after tree mod log failure at split_node() | Filipe Manana | 1 | -0/+2 |
| 2023-06-19 | btrfs: add missing error handling when logging operation while COWing extent ... | Filipe Manana | 1 | -2/+8 |
| 2023-06-19 | btrfs: insert tree mod log move in push_node_left | Boris Burkov | 1 | -4/+7 |
| 2023-06-19 | btrfs: rename del_ptr to btrfs_del_ptr and export it | Josef Bacik | 1 | -8/+8 |
| 2023-06-19 | btrfs: add a btrfs_csum_type_size helper | Josef Bacik | 1 | -1/+7 |
| 2023-06-19 | btrfs: remove level argument from btrfs_set_block_flags | Josef Bacik | 1 | -4/+1 |
| 2023-06-19 | btrfs: improve leaf dump and error handling | Qu Wenruo | 1 | -2/+2 |
| 2023-06-19 | btrfs: print-tree: pass const extent buffer pointer | Qu Wenruo | 1 | -2/+2 |
| 2023-06-19 | btrfs: tag as unlikely the key comparison when checking sibling keys | Filipe Manana | 1 | -1/+1 |
| 2023-06-19 | btrfs: unexport btrfs_prev_leaf() | Filipe Manana | 1 | -80/+81 |
| 2023-04-28 | btrfs: print extent buffers when sibling keys check fails | Filipe Manana | 1 | -0/+4 |
| 2023-04-28 | btrfs: abort transaction when sibling keys check fails for leaves | Filipe Manana | 1 | -0/+2 |
| 2023-04-28 | btrfs: fix btrfs_prev_leaf() to not return the same key twice | Filipe Manana | 1 | -1/+31 |
| 2023-04-17 | btrfs: remove pointless loop at btrfs_get_next_valid_item() | Filipe Manana | 1 | -17/+6 |
| 2023-04-17 | btrfs: open code btrfs_bin_search() | Anand Jain | 1 | -6/+7 |
| 2023-04-17 | btrfs: handle errors from btrfs_read_node_slot in split | Josef Bacik | 1 | -27/+26 |
| 2023-04-17 | btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot | Josef Bacik | 1 | -1/+1 |
| 2023-02-15 | btrfs: do unsigned integer division in the extent buffer binary search loop | Filipe Manana | 1 | -6/+11 |
| 2023-02-15 | btrfs: eliminate extra call when doing binary search on extent buffer | Filipe Manana | 1 | -13/+3 |
| 2023-02-15 | btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty | Josef Bacik | 1 | -8/+8 |
| 2023-02-15 | btrfs: add trans argument to btrfs_clean_tree_block | Josef Bacik | 1 | -15/+16 |
| 2022-12-05 | btrfs: add might_sleep() annotations | ChenXiaoSong | 1 | -0/+4 |
| 2022-12-05 | btrfs: remove BTRFS_LEAF_DATA_OFFSET | Josef Bacik | 1 | -4/+4 |
| 2022-12-05 | btrfs: add helpers for manipulating leaf items and data | Josef Bacik | 1 | -66/+115 |
| 2022-12-05 | btrfs: add eb to btrfs_node_key_ptr_offset | Josef Bacik | 1 | -14/+14 |
| 2022-12-05 | btrfs: pass the extent buffer for the btrfs_item_nr helpers | Josef Bacik | 1 | -17/+18 |
| 2022-12-05 | btrfs: move file_extent_item helpers into file-item.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move leaf_data_end into ctree.c | Josef Bacik | 1 | -0/+13 |
| 2022-12-05 | btrfs: concentrate all tree block parentness check parameters into one structure | Qu Wenruo | 1 | -11/+17 |
| 2022-12-05 | btrfs: move relocation prototypes into relocation.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: update function comments | David Sterba | 1 | -5/+6 |
| 2022-12-05 | btrfs: move extent-tree helpers into their own header file | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move btrfs_map_token to accessors | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key() | Filipe Manana | 1 | -8/+8 |
| 2022-12-05 | btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys | Filipe Manana | 1 | -1/+1 |
| 2022-12-05 | btrfs: move btrfs_next_old_item into ctree.c | Josef Bacik | 1 | -0/+8 |
| 2022-12-05 | btrfs: move btrfs_path_cachep out of ctree.h | Josef Bacik | 1 | -0/+17 |
| 2022-11-15 | btrfs: fix assertion failure and blocking during nowait buffered write | Filipe Manana | 1 | -6/+30 |
| 2022-11-07 | btrfs: don't print stack trace when transaction is aborted due to ENOMEM | David Sterba | 1 | -0/+16 |
| 2022-09-29 | btrfs: assert nowait mode is not used for some btree search functions | Stefan Roesch | 1 | -0/+4 |
| 2022-09-26 | btrfs: implement a nowait option for tree searches | Josef Bacik | 1 | -3/+36 |
| 2022-08-17 | btrfs: fix lockdep splat with reloc root extent buffers | Josef Bacik | 1 | -0/+3 |
| 2022-05-16 | btrfs: sink parameter is_data to btrfs_set_disk_extent_flags | David Sterba | 1 | -1/+1 |
| 2022-05-16 | btrfs: tree-checker: check extent buffer owner against owner rootid | Qu Wenruo | 1 | -0/+6 |
| 2022-05-16 | btrfs: introduce btrfs_for_each_slot iterator macro | Gabriel Niebler | 1 | -0/+37 |
| 2022-05-16 | btrfs: remove trivial wrapper btrfs_read_buffer() | Filipe Manana | 1 | -1/+1 |
| 2022-05-16 | btrfs: update outdated comment for read_block_for_search() | Filipe Manana | 1 | -5/+6 |
| 2022-05-16 | btrfs: release upper nodes when reading stale btree node from disk | Filipe Manana | 1 | -9/+19 |
| 2022-05-16 | btrfs: avoid unnecessary btree search restarts when reading node | Filipe Manana | 1 | -11/+19 |
| 2022-03-14 | btrfs: unify the error handling of btrfs_read_buffer() | Qu Wenruo | 1 | -6/+6 |
| 2022-03-14 | btrfs: unify the error handling pattern for read_tree_block() | Qu Wenruo | 1 | -14/+16 |
| 2022-03-14 | btrfs: avoid unnecessary computation when deleting items from a leaf | Filipe Manana | 1 | -9/+7 |
| 2022-03-14 | btrfs: avoid unnecessary COW of leaves when deleting items from a leaf | Filipe Manana | 1 | -6/+32 |
| 2022-03-14 | btrfs: remove unnecessary leaf free space checks when pushing items | Filipe Manana | 1 | -12/+0 |
| 2022-01-07 | btrfs: refactor unlock_up | Nikolay Borisov | 1 | -15/+16 |
| 2022-01-07 | btrfs: remove stale comment about locking at btrfs_search_slot() | Filipe Manana | 1 | -4/+0 |
| 2022-01-07 | btrfs: remove BUG_ON() after splitting leaf | Filipe Manana | 1 | -1/+3 |
| 2022-01-07 | btrfs: move leaf search logic out of btrfs_search_slot() | Filipe Manana | 1 | -116/+128 |
| 2022-01-07 | btrfs: remove useless condition check before splitting leaf | Filipe Manana | 1 | -5/+1 |
| 2022-01-07 | btrfs: try to unlock parent nodes earlier when inserting a key | Filipe Manana | 1 | -19/+118 |
| 2022-01-07 | btrfs: allow generic_bin_search() to take low boundary as an argument | Filipe Manana | 1 | -20/+23 |
| 2022-01-07 | btrfs: check the root node for uptodate before returning it | Josef Bacik | 1 | -4/+15 |
| 2022-01-07 | btrfs: make send work with concurrent block group relocation | Filipe Manana | 1 | -24/+74 |
| 2022-01-03 | btrfs: rename btrfs_item_end_nr to btrfs_item_data_end | Josef Bacik | 1 | -5/+5 |
| 2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -43/+43 |
| 2022-01-03 | btrfs: introduce item_nr token variant helpers | Josef Bacik | 1 | -40/+25 |
| 2022-01-03 | btrfs: add btrfs_set_item_*_nr() helpers | Josef Bacik | 1 | -15/+9 |
| 2022-01-03 | btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere | Josef Bacik | 1 | -15/+6 |
| 2021-12-17 | Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+9 |
| 2021-12-15 | btrfs: fix invalid delayed ref after subvolume creation failure | Filipe Manana | 1 | -8/+9 |
| 2021-11-01 | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -70/+86 |
| 2021-10-26 | btrfs: unexport setup_items_for_insert() | Filipe Manana | 1 | -36/+59 |
| 2021-10-26 | btrfs: loop only once over data sizes array when inserting an item batch | Filipe Manana | 1 | -32/+25 |
| 2021-10-26 | btrfs: assert that extent buffers are write locked instead of only locked | Filipe Manana | 1 | -4/+4 |
| 2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-08-23 | btrfs: introduce btrfs_search_backwards function | Marcos Paulo de Souza | 1 | -0/+21 |
| 2021-08-23 | btrfs: make btrfs_next_leaf static inline | David Sterba | 1 | -10/+0 |
| 2021-08-23 | btrfs: continue readahead of siblings even if target node is in memory | Filipe Manana | 1 | -5/+8 |
| 2021-08-23 | btrfs: remove max argument from generic_bin_search | Marcos Paulo de Souza | 1 | -11/+7 |
| 2021-07-07 | btrfs: rework chunk allocation to avoid exhaustion of the system chunk array | Filipe Manana | 1 | -54/+13 |
| 2021-06-21 | btrfs: always abort the transaction if we abort a trans handle | Josef Bacik | 1 | -4/+1 |
| 2021-04-19 | btrfs: improve btree readahead for full send operations | Filipe Manana | 1 | -4/+24 |
| 2021-04-19 | btrfs: use booleans where appropriate for the tree mod log functions | Filipe Manana | 1 | -3/+3 |
| 2021-04-19 | btrfs: move the tree mod log code into its own file | Filipe Manana | 1 | -919/+37 |
| 2021-03-16 | btrfs: fix race when cloning extent buffer during rewind of an old root | Filipe Manana | 1 | -0/+2 |
| 2021-02-08 | btrfs: fix extent buffer leak on failure to copy root | Filipe Manana | 1 | -0/+2 |
| 2021-02-08 | btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root | Josef Bacik | 1 | -2/+3 |
| 2021-02-08 | btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block | Josef Bacik | 1 | -0/+2 |
| 2020-12-18 | btrfs: correctly calculate item size used when item key collision happens | ethanwu | 1 | -2/+22 |
| 2020-12-09 | btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors | Qu Wenruo | 1 | -1/+2 |
| 2020-12-08 | btrfs: simplify return values in setup_nodes_for_search | Nikolay Borisov | 1 | -22/+8 |
| 2020-12-08 | btrfs: remove useless return value statement in split_node | Nikolay Borisov | 1 | -2/+1 |
| 2020-12-08 | btrfs: use btrfs_tree_read_lock in btrfs_search_slot | Josef Bacik | 1 | -1/+1 |
| 2020-12-08 | btrfs: merge back btrfs_read_lock_root_node helpers | Josef Bacik | 1 | -1/+1 |
| 2020-12-08 | btrfs: remove btrfs_path::recurse | Josef Bacik | 1 | -3/+2 |
| 2020-12-08 | btrfs: unlock to current level in btrfs_next_old_leaf | Josef Bacik | 1 | -15/+17 |
| 2020-12-08 | btrfs: cleanup the locking in btrfs_next_old_leaf | Josef Bacik | 1 | -10/+4 |
| 2020-12-08 | btrfs: pass root owner to read_tree_block | Josef Bacik | 1 | -3/+5 |
| 2020-12-08 | btrfs: use btrfs_read_node_slot in btrfs_realloc_node | Josef Bacik | 1 | -33/+3 |
| 2020-12-08 | btrfs: cleanup extent buffer readahead | Josef Bacik | 1 | -36/+9 |
| 2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik | 1 | -3/+0 |
| 2020-12-08 | btrfs: locking: remove all the blocking helpers | Josef Bacik | 1 | -79/+12 |
| 2020-10-07 | btrfs: cleanup cow block on error | Josef Bacik | 1 | -0/+6 |
| 2020-10-07 | btrfs: improve error message in setup_items_for_insert | Nikolay Borisov | 1 | -1/+2 |
| 2020-10-07 | btrfs: add kerneldoc for setup_items_for_insert | Nikolay Borisov | 1 | -4/+10 |
| 2020-10-07 | btrfs: sink total_data parameter in setup_items_for_insert | Nikolay Borisov | 1 | -4/+9 |
| 2020-10-07 | btrfs: eliminate total_size parameter from setup_items_for_insert | Nikolay Borisov | 1 | -6/+4 |