Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rb_find_add_cached edits #1483

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

rb_find_add_cached edits #1483

wants to merge 6 commits into from

Commits on Nov 23, 2024

  1. rbtree: add rb_find_add_cached to rbtree.h

    Adds rb_find_add_cached to rbtree.
    leebeck3 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    524a6da View commit details
    Browse the repository at this point in the history
  2. btrfs: edit prelim_ref_insert to use rb helpers

    edits prelim_ref_insert to utilize rb_find_add_cached. Also adds a
    helper function for comparing.
    leebeck3 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4c32b00 View commit details
    Browse the repository at this point in the history
  3. btrfs: edit btrfs_add_block_group_cache to use rb helper

    edits btrfs_add_block_group_cache to use rb_find_add_cached. Also adds a
    helper comparison function.
    leebeck3 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d6f0d9f View commit details
    Browse the repository at this point in the history
  4. btrfs: edit __btrfs_add_delayed_item to use rb helper

    edits __btrfs_add_delayed_item to use rb_find_add_cached. Also adds a
    comparison function.
    leebeck3 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5cb9244 View commit details
    Browse the repository at this point in the history
  5. btrfs: edits tree_insert to use rb helpers

    edits tree_insert to use rb_find_add_cached. Also adds a helper
    function.
    leebeck3 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    2e5a480 View commit details
    Browse the repository at this point in the history
  6. btrfs: edit btrfs_add_chunk_map to use rb helpers

    Edit btrfs_add_chunk_map to use rb_find_add_cached. Also adds a helper
    function; btrfs_chunk_map_cmp for comparison.
    leebeck3 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    479d94c View commit details
    Browse the repository at this point in the history