Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raspberrypi/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rpi-4.19.y
Choose a base ref
...
head repository: s-abhinav/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rpi-4.19.y
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jul 15, 2020

  1. lib/raid6: add option to skip algo benchmarking

    This is helpful for systems where fast startup time is important.
    It is especially nice to avoid benchmarking RAID functions that are
    never used (for example, BTRFS selects RAID6_PQ even if the parity RAID
    mode is not in use).
    
    This saves 250+ milliseconds of boot time on modern x86 and ARM systems
    with a dozen or more available implementations.
    
    The new option is defaulted to 'y' to match the previous behavior of
    always benchmarking on init.
    
    Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
    Signed-off-by: Shaohua Li <shli@fb.com>
    danielverkamp authored and s-abhinav committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    5ca6eb6 View commit details
    Browse the repository at this point in the history
Loading