summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/btrfs
Commit message (Expand)AuthorAgeFilesLines
* graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7Akihiro Suda2023-01-081-0/+6
* graphdriver/btrfs: use free wrapper consistentlyBjorn Neergaard2023-01-061-1/+1
* graphdriver/btrfs: use kernel UAPI headersBjorn Neergaard2023-01-061-4/+3
* graphdriver/btrfs: drop version informationBjorn Neergaard2023-01-063-51/+3
* daemon/graphdriver/btrfs: workaround field rename in btrfs-progs 6.1Shengjing Zhu2022-12-291-1/+4
* Merge pull request #44256 from thaJeztah/redundant_sprintfsSebastiaan van Stijn2022-10-251-1/+1
|\
| * daemon/graphdriver: use strconv instead of fmt.SprintfSebastiaan van Stijn2022-10-081-1/+1
* | daemon/graphdriver/btrfs: use filepath.WalkDir instead of filepath.WalkSebastiaan van Stijn2022-10-091-2/+2
|/
* daemon/graphdriver: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* pkg/containerfs: drop ContainerFS type aliasCory Snider2022-09-231-1/+1
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-232-4/+2
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-232-5/+5
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-15/+9
* pkg/system: move EnsureRemoveAll() to pkg/containerfsSebastiaan van Stijn2022-03-031-2/+1
* Lock down docker root dir perms.Brian Goff2021-10-051-2/+16
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-245-0/+5
* btrfs: annotate error with human-readable hint stringAkihiro Suda2021-07-271-0/+5
* btrfs: Do not disable quota on cleanupMichal Rostecki2021-04-131-42/+8
* btrfs: Allow unprivileged user to delete subvolumes (kernel >= 4.18)Akihiro Suda2021-03-261-1/+8
* Use real root with 0701 permsBrian Goff2021-02-021-7/+3
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
* daemon/graphdriver: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* graphdriver/btrfs: SA4003: no value of type uint64 is less than 0 (staticcheck)Sebastiaan van Stijn2019-10-181-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* daemon: Remove btrfs_noversion build flagEli Uriegas2019-08-063-16/+2
* pkg/mount: wrap mount/umount errorsKir Kolyshkin2018-12-101-1/+1
* btrfs: ensure graphdriver home is bind mountKir Kolyshkin2018-10-111-1/+24
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-3/+3
* Standardized log messages accross the different storage drivers.Alejandro González Hevia2018-03-271-2/+2
* Golint fix upYong Tang2018-02-231-5/+1
* Merge pull request #36237 from cpuguy83/zfs_do_not_unmountBrian Goff2018-02-141-2/+1
|\
| * Do not recursive unmount on cleanup of zfs/btrfsBrian Goff2018-02-071-2/+1
* | Add canonical import commentDaniel Nephin2018-02-056-6/+6
|/
* Do not make graphdriver homes private mounts.Brian Goff2018-01-181-5/+1
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-11/+2
* Perform fsmagic detection on driver's home-dir if it existsSebastiaan van Stijn2017-12-041-1/+10
* Remove deprecated MkdirAllAs(), MkdirAs()Sebastiaan van Stijn2017-11-211-3/+3
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-142-7/+10
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-13/+13
* Persist the quota size for btrfs so that daemon restart keeps quotaYong Tang2017-06-011-0/+37
* Remove btrfs quota groups after containers destroyedYong Tang2017-06-011-20/+79
* Do not remove containers from memory on errorBrian Goff2017-05-051-1/+2
* Switch to using opencontainers/selinux for selinux bindingsAntonio Murdaca2017-04-241-1/+1
* Run btrfs rescan only if userDiskQuota is enabledYong Tang2017-01-051-38/+82
* fix t.Errorf to t.Error in serveral _test.gowefine2016-11-141-1/+1
* Pass all graphdriver create() parameters in a structVivek Goyal2016-11-092-4/+14
* Add disk quota support for btrfsZhu Guihua2016-05-051-5/+184
* Merge pull request #20525 from Microsoft/sjw/update-graphdriver-createJohn Howard2016-04-082-1/+7
|\