-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: containerd/btrfs
base: v1.0.0
head repository: containerd/btrfs
compare: main
- 15 commits
- 10 files changed
- 9 contributors
Commits on Jun 19, 2021
-
Signed-off-by: Phil Estes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1aff978 - Browse repository at this point
Copy the full SHA 1aff978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973e41f - Browse repository at this point
Copy the full SHA 973e41fView commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9933796 - Browse repository at this point
Copy the full SHA 9933796View commit details -
Configuration menu - View commit details
-
Copy full SHA for e242955 - Browse repository at this point
Copy the full SHA e242955View commit details
Commits on Nov 5, 2022
-
Upgrade Go compiler from Go 1.16 to Go 1.19
Signed-off-by: Austin Vazquez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d16e22b - Browse repository at this point
Copy the full SHA d16e22bView commit details
Commits on Nov 7, 2022
-
Merge pull request #39 from austinvazquez/update-go-compiler-to-go1.19
Upgrade Go compiler from Go 1.16 to Go 1.19
Configuration menu - View commit details
-
Copy full SHA for c72d87f - Browse repository at this point
Copy the full SHA c72d87fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5d1f727 - Browse repository at this point
Copy the full SHA 5d1f727View commit details
Commits on Nov 8, 2022
-
Merge pull request #38 from austinvazquez/update-github-actions-workflow
Update GitHub actions CI workflow
Configuration menu - View commit details
-
Copy full SHA for 78e9fa3 - Browse repository at this point
Copy the full SHA 78e9fa3View commit details
Commits on Jan 7, 2023
-
github.com/containerd/btrfs/v2
Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 758b44a - Browse repository at this point
Copy the full SHA 758b44aView commit details
Commits on Feb 8, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 736bb75 - Browse repository at this point
Copy the full SHA 736bb75View commit details
Commits on Feb 10, 2023
-
Merge pull request #40 from AkihiroSuda/drop-libbtrfs
Depend on kernel UAPI instead of libbtrfs; Bump up the package version to v2
Configuration menu - View commit details
-
Copy full SHA for f611cf1 - Browse repository at this point
Copy the full SHA f611cf1View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd75b9c - Browse repository at this point
Copy the full SHA bd75b9cView commit details -
Merge pull request #41 from fangn2/change-master-main
[Doc]update links to repo whose default branch changed to main
Configuration menu - View commit details
-
Copy full SHA for a6cf054 - Browse repository at this point
Copy the full SHA a6cf054View commit details
Commits on Dec 25, 2023
-
change error to warning on old kernel
Signed-off-by: ningmingxiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd03f87 - Browse repository at this point
Copy the full SHA fd03f87View commit details
Commits on Dec 29, 2023
-
Merge pull request #42 from ningmingxiao/dev1
fix make test failed on old kernel when run make test on containerd 1.7
Configuration menu - View commit details
-
Copy full SHA for 2673fd3 - Browse repository at this point
Copy the full SHA 2673fd3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...main