-
Notifications
You must be signed in to change notification settings - Fork 261
Comparing changes
Open a pull request
base repository: containers/storage
base: v1.29.0
head repository: containers/storage
compare: v1.30.0
- 9 commits
- 40 files changed
- 4 contributors
Commits on Apr 12, 2021
-
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1fffd79 - Browse repository at this point
Copy the full SHA 1fffd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d901c - Browse repository at this point
Copy the full SHA 41d901cView commit details
Commits on Apr 15, 2021
-
build(deps): bump github.com/klauspost/compress from 1.11.13 to 1.12.1
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.11.13 to 1.12.1. - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.11.13...v1.12.1) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 18e778b - Browse repository at this point
Copy the full SHA 18e778bView commit details -
btrfs: Do not disable quota on cleanup
Before this change, cleanup of the btrfs driver (occuring on each driver shutdown) resulted in disabling quotas. It was done with an assumption that quotas can be enabled or disabled on a subvolume level, which is not true - enabling or disabling quota is always done on a filesystem level. That was leading to disabling quota on btrfs filesystems on btrfs driver shutdown. This change fixes that behavior and removes misleading `subvol` prefix from functions and methods which set up quota (on a filesystem level). Ref: moby/moby#34593 Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
Configuration menu - View commit details
-
Copy full SHA for 382ba6e - Browse repository at this point
Copy the full SHA 382ba6eView commit details -
Merge pull request #876 from containers/dependabot/go_modules/github.…
…com/klauspost/compress-1.12.1 build(deps): bump github.com/klauspost/compress from 1.11.13 to 1.12.1
Configuration menu - View commit details
-
Copy full SHA for 7cc75c3 - Browse repository at this point
Copy the full SHA 7cc75c3View commit details -
Merge pull request #874 from mrostecki/btrfs-fix-quota
btrfs: Do not disable quota on cleanup
Configuration menu - View commit details
-
Copy full SHA for 29560b3 - Browse repository at this point
Copy the full SHA 29560b3View commit details
Commits on Apr 19, 2021
-
unshare: new function HasCapSysAdmin
add a function to check whether the current process has the CAP_SYS_ADMIN capability in its effective capabilities set. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for edf765f - Browse repository at this point
Copy the full SHA edf765fView commit details
Commits on Apr 20, 2021
-
Merge pull request #877 from giuseppe/add-function-to-check-for-CAP_S…
…YS_ADMIN unshare: new function HasCapSysAdmin
Configuration menu - View commit details
-
Copy full SHA for 8f31414 - Browse repository at this point
Copy the full SHA 8f31414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0a2b8 - Browse repository at this point
Copy the full SHA 6a0a2b8View 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.29.0...v1.30.0