Sebastiaan van Stijn
|
cff4f20c44
migrate to github.com/containerd/log v0.1.0
|
1 年之前 |
Sebastiaan van Stijn
|
d2a6956afb
daemon/graphdriver: format code with gofumpt
|
3 年之前 |
Brian Goff
|
74da6a6363
Switch all logging to use containerd log pkg
|
2 年之前 |
Sebastiaan van Stijn
|
ab35df454d
remove pre-go1.17 build-tags
|
2 年之前 |
Akihiro Suda
|
89fb8b32f6
graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7
|
2 年之前 |
Bjorn Neergaard
|
d3778d65fa
graphdriver/btrfs: use free wrapper consistently
|
2 年之前 |
Bjorn Neergaard
|
3208dcabdc
graphdriver/btrfs: use kernel UAPI headers
|
2 年之前 |
Bjorn Neergaard
|
1449c82484
graphdriver/btrfs: drop version information
|
2 年之前 |
Shengjing Zhu
|
ffbbe3d103
daemon/graphdriver/btrfs: workaround field rename in btrfs-progs 6.1
|
2 年之前 |
Sebastiaan van Stijn
|
542c735926
Merge pull request #44256 from thaJeztah/redundant_sprintfs
|
2 年之前 |
Sebastiaan van Stijn
|
8f1bc0bccc
daemon/graphdriver/btrfs: use filepath.WalkDir instead of filepath.Walk
|
2 年之前 |
Sebastiaan van Stijn
|
7fbf321c2a
daemon/graphdriver: use strconv instead of fmt.Sprintf
|
2 年之前 |
Sebastiaan van Stijn
|
9d9cca49b4
daemon/graphdriver: fix empty-lines (revive)
|
2 年之前 |
Cory Snider
|
9ce2b30b81
pkg/containerfs: drop ContainerFS type alias
|
2 年之前 |
Cory Snider
|
e332c41e9d
pkg/containerfs: alias ContainerFS to string
|
2 年之前 |
Cory Snider
|
95824f2b5f
pkg/containerfs: simplify ContainerFS type
|
2 年之前 |
Cory Snider
|
098a44c07f
Finish refactor of UID/GID usage to a new struct
|
3 年之前 |
Sebastiaan van Stijn
|
25ee00c494
pkg/system: move EnsureRemoveAll() to pkg/containerfs
|
3 年之前 |
Brian Goff
|
03f1c3d78f
Lock down docker root dir perms.
|
4 年之前 |
Eng Zer Jun
|
c55a4ac779
refactor: move from io/ioutil to io and os package
|
3 年之前 |
Sebastiaan van Stijn
|
686be57d0a
Update to Go 1.17.0, and gofmt with Go 1.17
|
3 年之前 |
Akihiro Suda
|
3deac5dc85
btrfs: annotate error with human-readable hint string
|
4 年之前 |
Michal Rostecki
|
1ec689c4c2
btrfs: Do not disable quota on cleanup
|
4 年之前 |
Akihiro Suda
|
62b5194f62
btrfs: Allow unprivileged user to delete subvolumes (kernel >= 4.18)
|
4 年之前 |
Brian Goff
|
7f5e39bd4f
Use real root with 0701 perms
|
4 年之前 |
Kir Kolyshkin
|
39048cf656
Really switch to moby/sys/mount*
|
5 年之前 |
Sebastiaan van Stijn
|
ec4bc83258
daemon/graphdriver: normalize comment formatting
|
5 年之前 |
Sebastiaan van Stijn
|
cba180cac9
graphdriver/btrfs: SA4003: no value of type uint64 is less than 0 (staticcheck)
|
5 年之前 |
Sebastiaan van Stijn
|
07ff4f1de8
goimports: fix imports
|
6 年之前 |
Kir Kolyshkin
|
6533136961
pkg/mount: wrap mount/umount errors
|
6 年之前 |