summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-08btrfs: pass a valid btrfs_tree_parent_check when possibleQu Wenruo
2026-04-07btrfs: rename local variable for offset in folioDavid Sterba
2026-04-07btrfs: unify types for binary search variablesDavid Sterba
2026-04-07btrfs: remove duplicate calculation of eb offset in btrfs_bin_search()David Sterba
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo
2026-04-07btrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang
2026-04-07btrfs: add tracepoint for search slot restart trackingLeo Martins
2026-04-07btrfs: inhibit extent buffer writeback to prevent COW amplificationLeo Martins
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana
2026-04-07btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()Filipe Manana
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai
2026-02-03btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai
2025-11-25btrfs: remove redundant level reset in btrfs_del_items()Sun YangKai
2025-11-25btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()Sun YangKai
2025-11-25btrfs: optimize balance_level() path reference handlingSun YangKai
2025-11-25btrfs: factor out root promotion logic into promote_child_to_root()Sun YangKai
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: update check_skip variable after unlocking current nodeFilipe Manana
2025-11-24btrfs: abort transaction on item count overflow in __push_leaf_left()Filipe Manana
2025-11-24btrfs: always use right leaf variable in __push_leaf_left()Filipe Manana
2025-11-24btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right()Filipe Manana
2025-11-24btrfs: always use left leaf variable in __push_leaf_right()Filipe Manana
2025-11-24btrfs: add unlikely to critical error in btrfs_extend_item()Filipe Manana
2025-11-24btrfs: remove pointless return value update in btrfs_del_items()Filipe Manana
2025-11-24btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana
2025-11-24btrfs: remove pointless data_end assignment in btrfs_extent_item()Filipe Manana
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: make the rule checking more readable for should_cow_block()Filipe Manana
2025-09-23btrfs: mark leaf space and overflow checks as unlikely on insert and extensionFilipe Manana
2025-09-23btrfs: mark as unlikely not uptodate extent buffer checks when navigating btreesFilipe Manana
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-07-22btrfs: don't use token set/get accessors for btrfs_item membersDavid Sterba
2025-07-22btrfs: clear dirty status from extent buffer on error at insert_new_root()Filipe Manana
2025-07-21btrfs: remove partial support for lowest level from btrfs_search_forward()Sun YangKai
2025-07-21btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
2025-07-21btrfs: rename err to ret2 in btrfs_search_old_slot()David Sterba
2025-07-21btrfs: rename err to ret2 in btrfs_search_slot()David Sterba
2025-07-21btrfs: rename err to ret2 in search_leaf()David Sterba
2025-07-21btrfs: rename err to ret2 in read_block_for_search()David Sterba
2025-07-21btrfs: constify more pointer parametersDavid Sterba
2025-07-21btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana
2025-07-21btrfs: unfold transaction abort at btrfs_copy_root()Filipe Manana
2025-03-18btrfs: avoid redundant path slot assignment in btrfs_search_forward()Sun YangKai
2025-03-18btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()Sun YangKai
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-01-23btrfs: fix lockdep splat while merging a relocation rootFilipe Manana