summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-03btrfs: merge setting ret and return retDavid Sterba1-2/+1
2026-02-03btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai1-26/+12
2026-02-03btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai1-10/+10
2025-11-25btrfs: remove redundant level reset in btrfs_del_items()Sun YangKai1-3/+1
2025-11-25btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()Sun YangKai1-25/+14
2025-11-25btrfs: optimize balance_level() path reference handlingSun YangKai1-3/+3
2025-11-25btrfs: factor out root promotion logic into promote_child_to_root()Sun YangKai1-46/+70
2025-11-25btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-14/+14
2025-11-25btrfs: update check_skip variable after unlocking current nodeFilipe Manana1-1/+1
2025-11-25btrfs: abort transaction on item count overflow in __push_leaf_left()Filipe Manana1-3/+7
2025-11-25btrfs: always use right leaf variable in __push_leaf_left()Filipe Manana1-2/+2
2025-11-25btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right()Filipe Manana1-2/+0
2025-11-25btrfs: always use left leaf variable in __push_leaf_right()Filipe Manana1-4/+4
2025-11-25btrfs: add unlikely to critical error in btrfs_extend_item()Filipe Manana1-1/+1
2025-11-25btrfs: remove pointless return value update in btrfs_del_items()Filipe Manana1-1/+0
2025-11-25btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
2025-11-25btrfs: remove pointless data_end assignment in btrfs_extent_item()Filipe Manana1-1/+0
2025-11-25btrfs: use the key format macros when printing keysFilipe Manana1-10/+7
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-25/+25
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-5/+5
2025-09-23btrfs: make the rule checking more readable for should_cow_block()Filipe Manana1-14/+23
2025-09-23btrfs: mark leaf space and overflow checks as unlikely on insert and extensionFilipe Manana1-7/+7
2025-09-23btrfs: mark as unlikely not uptodate extent buffer checks when navigating btreesFilipe Manana1-4/+4
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-8/+8
2025-07-22btrfs: don't use token set/get accessors for btrfs_item membersDavid Sterba1-33/+18
2025-07-22btrfs: clear dirty status from extent buffer on error at insert_new_root()Filipe Manana1-0/+1
2025-07-22btrfs: remove partial support for lowest level from btrfs_search_forward()Sun YangKai1-13/+5
2025-07-22btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana1-7/+7
2025-07-22btrfs: rename err to ret2 in btrfs_search_old_slot()David Sterba1-5/+5
2025-07-22btrfs: rename err to ret2 in btrfs_search_slot()David Sterba1-19/+18
2025-07-22btrfs: rename err to ret2 in search_leaf()David Sterba1-9/+8
2025-07-22btrfs: rename err to ret2 in read_block_for_search()David Sterba1-7/+7
2025-07-22btrfs: constify more pointer parametersDavid Sterba1-10/+10
2025-07-22btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana1-1/+8
2025-07-22btrfs: unfold transaction abort at btrfs_copy_root()Filipe Manana1-3/+7
2025-03-18btrfs: avoid redundant path slot assignment in btrfs_search_forward()Sun YangKai1-2/+1
2025-03-18btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()Sun YangKai1-7/+5
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-01-24btrfs: fix lockdep splat while merging a relocation rootFilipe Manana1-0/+2
2025-01-14btrfs: implement hole punching for RAID stripe extentsJohannes Thumshirn1-0/+1
2025-01-13btrfs: move csum related functions from ctree.c into fs.cFilipe Manana1-51/+0
2025-01-13btrfs: move abort_should_print_stack() to transaction.hFilipe Manana1-16/+0
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2024-11-29btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu1-1/+5
2024-11-11btrfs: remove local generation variable from read_block_for_search()Filipe Manana1-4/+2
2024-11-11btrfs: simplify arguments for btrfs_verify_level_key()Filipe Manana1-2/+1
2024-11-11btrfs: remove redundant level argument from read_block_for_search()Filipe Manana1-11/+9
2024-11-11btrfs: reduce lock contention when eb cache miss for btree searchRobbie Ko1-31/+70
2024-11-11btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind()David Sterba1-1/+1
2024-09-10btrfs: constify more pointer parametersDavid Sterba1-9/+9