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: containerd/btrfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: containerd/btrfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 10 files changed
  • 9 contributors

Commits on Jun 19, 2021

  1. Branch rename for GH Actions

    Signed-off-by: Phil Estes <[email protected]>
    estesp committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    1aff978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973e41f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. replace pkg/errors

    Signed-off-by: Zou Nengren <[email protected]>
    zounengren committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9933796 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from zouyee/bump

    replace pkg/errors
    estesp authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e242955 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Upgrade Go compiler from Go 1.16 to Go 1.19

    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d16e22b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #39 from austinvazquez/update-go-compiler-to-go1.19

    Upgrade Go compiler from Go 1.16 to Go 1.19
    estesp authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c72d87f View commit details
    Browse the repository at this point in the history
  2. Update GitHub actions CI workflow

    Update actions runner OS image from Ubuntu 18.04 to Ubuntu 22.04.
    Update actions/checkout and actions/setup-go packages from v2 to v3.
    
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5d1f727 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Merge pull request #38 from austinvazquez/update-github-actions-workflow

    Update GitHub actions CI workflow
    AkihiroSuda authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    78e9fa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. github.com/containerd/btrfs/v2

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    758b44a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Depend on kernel UAPI instead of libbtrfs

    Based on moby/moby PR 44761. (Thanks to [@]neersighted.)
    
    The containerd/btrfs library now requires headers from kernel 4.12 or newer:
    - https://github.com/torvalds/linux/blob/master/include/uapi/linux/btrfs.h
    - https://github.com/torvalds/linux/blob/master/include/uapi/linux/btrfs_tree.h
    
    These files are licensed under the GPL-2.0 WITH Linux-syscall-note, so
    it should be compatible with the Apache License 2.0.
    https://spdx.org/licenses/Linux-syscall-note.html
    
    The dependency on the kernel headers only affects users building from source.
    Users on older kernels may opt to not compile this library, or to provide headers
    from a newer kernel.
    
    To compile containerd/containerd without btrfs, grep `no_btrfs` in
    https://github.com/containerd/containerd/blob/main/BUILDING.md
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    736bb75 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Merge pull request #40 from AkihiroSuda/drop-libbtrfs

    Depend on kernel UAPI instead of libbtrfs; Bump up the package version to v2
    AkihiroSuda authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f611cf1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. [Doc]update links to main

    Signed-off-by: Tony Fang <[email protected]>
    fangn2 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    bd75b9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from fangn2/change-master-main

    [Doc]update links to repo whose default branch changed to main
    samuelkarp authored May 8, 2023
    Configuration menu
    Copy the full SHA
    a6cf054 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. change error to warning on old kernel

    Signed-off-by: ningmingxiao <[email protected]>
    ningmingxiao committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    fd03f87 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Merge pull request #42 from ningmingxiao/dev1

    fix make test failed on old kernel when run make test on containerd 1.7
    samuelkarp authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2673fd3 View commit details
    Browse the repository at this point in the history
Loading