index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
graphdriver
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7
Akihiro Suda
2023-01-08
1
-0
/
+6
*
graphdriver/btrfs: use free wrapper consistently
Bjorn Neergaard
2023-01-06
1
-1
/
+1
*
graphdriver/btrfs: use kernel UAPI headers
Bjorn Neergaard
2023-01-06
1
-4
/
+3
*
graphdriver/btrfs: drop version information
Bjorn Neergaard
2023-01-06
3
-51
/
+3
*
daemon/graphdriver/btrfs: workaround field rename in btrfs-progs 6.1
Shengjing Zhu
2022-12-29
1
-1
/
+4
*
Merge pull request #44256 from thaJeztah/redundant_sprintfs
Sebastiaan van Stijn
2022-10-25
1
-1
/
+1
|
\
|
*
daemon/graphdriver: use strconv instead of fmt.Sprintf
Sebastiaan van Stijn
2022-10-08
1
-1
/
+1
*
|
daemon/graphdriver/btrfs: use filepath.WalkDir instead of filepath.Walk
Sebastiaan van Stijn
2022-10-09
1
-2
/
+2
|
/
*
daemon/graphdriver: fix empty-lines (revive)
Sebastiaan van Stijn
2022-09-28
1
-1
/
+0
*
pkg/containerfs: drop ContainerFS type alias
Cory Snider
2022-09-23
1
-1
/
+1
*
pkg/containerfs: alias ContainerFS to string
Cory Snider
2022-09-23
2
-4
/
+2
*
pkg/containerfs: simplify ContainerFS type
Cory Snider
2022-09-23
2
-5
/
+5
*
Finish refactor of UID/GID usage to a new struct
Cory Snider
2022-03-14
1
-15
/
+9
*
pkg/system: move EnsureRemoveAll() to pkg/containerfs
Sebastiaan van Stijn
2022-03-03
1
-2
/
+1
*
Lock down docker root dir perms.
Brian Goff
2021-10-05
1
-2
/
+16
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
1
-3
/
+2
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
5
-0
/
+5
*
btrfs: annotate error with human-readable hint string
Akihiro Suda
2021-07-27
1
-0
/
+5
*
btrfs: Do not disable quota on cleanup
Michal Rostecki
2021-04-13
1
-42
/
+8
*
btrfs: Allow unprivileged user to delete subvolumes (kernel >= 4.18)
Akihiro Suda
2021-03-26
1
-1
/
+8
*
Use real root with 0701 perms
Brian Goff
2021-02-02
1
-7
/
+3
*
Really switch to moby/sys/mount*
Kir Kolyshkin
2020-03-20
1
-1
/
+1
*
daemon/graphdriver: normalize comment formatting
Sebastiaan van Stijn
2019-11-27
1
-1
/
+1
*
graphdriver/btrfs: SA4003: no value of type uint64 is less than 0 (staticcheck)
Sebastiaan van Stijn
2019-10-18
1
-1
/
+1
*
goimports: fix imports
Sebastiaan van Stijn
2019-09-18
1
-1
/
+1
*
daemon: Remove btrfs_noversion build flag
Eli Uriegas
2019-08-06
3
-16
/
+2
*
pkg/mount: wrap mount/umount errors
Kir Kolyshkin
2018-12-10
1
-1
/
+1
*
btrfs: ensure graphdriver home is bind mount
Kir Kolyshkin
2018-10-11
1
-1
/
+24
*
Add ADD/COPY --chown flag support to Windows
Salahuddin Khan
2018-08-13
1
-3
/
+3
*
Standardized log messages accross the different storage drivers.
Alejandro González Hevia
2018-03-27
1
-2
/
+2
*
Golint fix up
Yong Tang
2018-02-23
1
-5
/
+1
*
Merge pull request #36237 from cpuguy83/zfs_do_not_unmount
Brian Goff
2018-02-14
1
-2
/
+1
|
\
|
*
Do not recursive unmount on cleanup of zfs/btrfs
Brian Goff
2018-02-07
1
-2
/
+1
*
|
Add canonical import comment
Daniel Nephin
2018-02-05
6
-6
/
+6
|
/
*
Do not make graphdriver homes private mounts.
Brian Goff
2018-01-18
1
-5
/
+1
*
Golint: remove redundant ifs
Sebastiaan van Stijn
2018-01-15
1
-11
/
+2
*
Perform fsmagic detection on driver's home-dir if it exists
Sebastiaan van Stijn
2017-12-04
1
-1
/
+10
*
Remove deprecated MkdirAllAs(), MkdirAs()
Sebastiaan van Stijn
2017-11-21
1
-3
/
+3
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
2
-7
/
+10
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
1
-1
/
+1
*
[project] change syscall to /x/sys/unix|windows
Christopher Jones
2017-07-11
1
-13
/
+13
*
Persist the quota size for btrfs so that daemon restart keeps quota
Yong Tang
2017-06-01
1
-0
/
+37
*
Remove btrfs quota groups after containers destroyed
Yong Tang
2017-06-01
1
-20
/
+79
*
Do not remove containers from memory on error
Brian Goff
2017-05-05
1
-1
/
+2
*
Switch to using opencontainers/selinux for selinux bindings
Antonio Murdaca
2017-04-24
1
-1
/
+1
*
Run btrfs rescan only if userDiskQuota is enabled
Yong Tang
2017-01-05
1
-38
/
+82
*
fix t.Errorf to t.Error in serveral _test.go
wefine
2016-11-14
1
-1
/
+1
*
Pass all graphdriver create() parameters in a struct
Vivek Goyal
2016-11-09
2
-4
/
+14
*
Add disk quota support for btrfs
Zhu Guihua
2016-05-05
1
-5
/
+184
*
Merge pull request #20525 from Microsoft/sjw/update-graphdriver-create
John Howard
2016-04-08
2
-1
/
+7
|
\
[next]