summaryrefslogtreecommitdiff
path: root/pkg/sysinfo/sysinfo_linux.go
Commit message (Expand)AuthorAgeFilesLines
* vendor: github.com/containerd/cgroups/v3 v3.0.1Akihiro Suda2023-03-081-2/+3
* Update handling of deprecated kernel (tcp) memory optionsSebastiaan van Stijn2022-03-171-3/+8
* Remove KernelMemory option from /containers/create and /update endpointsaiordache2022-03-171-4/+0
* pkg/sysinfo: remove libcontainer dependencyCory Snider2022-03-071-11/+51
* Merge pull request #42796 from thaJeztah/containerd_seccomp_checkAkihiro Suda2021-08-291-17/+2
|\
| * pkg/sysinfo: use containerd/pkg/seccomp.IsEnabled()Sebastiaan van Stijn2021-08-271-17/+2
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-5/+4
|/
* pkg/sysinfo.New(), daemon.RawSysInfo(): remove "quiet" argumentSebastiaan van Stijn2021-07-141-11/+5
* pkg/sysinfo: collect warnings in SysInfo structSebastiaan van Stijn2021-07-141-69/+43
* pkg/sysinfo: move cg2Controllers to be a field in SysInfo and unify v1/v2Sebastiaan van Stijn2021-07-141-10/+10
* pkg/sysinfo: adjust Opt to set new fieldSebastiaan van Stijn2021-07-141-9/+4
* pkg/sysinfo: move cgMounts to be a field in SysInfoSebastiaan van Stijn2021-07-141-22/+25
* pkg/sysinfo.New() move v1 code to a newV1() functionSebastiaan van Stijn2021-07-141-5/+4
* use containerd/cgroups to detect cgroups v2Sebastiaan van Stijn2020-11-091-1/+2
* Memoize seccomp value for SysInfoBrian Goff2020-09-111-6/+15
* pkg/sysinfo: rm duplicatesKir Kolyshkin2020-06-261-17/+7
* pkg/sysinfo/sysinfo_linux.go: fix some commentsKir Kolyshkin2020-05-221-8/+8
* pkg/sysinfo.applyPIDSCgroupInfo: optimizeKir Kolyshkin2020-05-221-4/+4
* cgroup2: implement `docker info`Akihiro Suda2020-04-171-46/+28
* cgroup2: enable resource limitationAkihiro Suda2020-01-011-0/+45
* Start containers in their own cgroup namespacesRob Gulewich2019-05-071-0/+10
* Refactor pkg/sysinfoSebastiaan van Stijn2019-02-041-141/+157
* allow running `dockerd` in an unprivileged user namespace (rootless mode)Akihiro Suda2019-02-041-1/+3
* use empty string as cgroup path to grab first findAndrew Hsu2018-12-071-1/+1
* Add memory.kernelTCP support for linuxYong Tang2018-11-261-0/+5
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* sysinfo: use Prctl() from x/sys/unixTobias Klauser2017-07-171-7/+2
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-3/+3
* Only show global warnings onceDoug Davis2016-11-301-5/+5
* Implementing support for --cpu-rt-period and --cpu-rt-runtime so thatErik St. Martin2016-10-261-3/+16
* Update containerd and runcKenfe-Mickael Laventure2016-10-051-1/+1
* *: fix logrus.Warn[f]Antonio Murdaca2016-06-111-7/+7
* pids limit supportJessica Frazelle2016-03-081-0/+16
* Match case for variables in sysinfo pkgChristy Perez2016-03-011-2/+2
* Reuse subsystems mountpoints between checksAlexander Morozov2016-01-201-22/+42
* check seccomp is configured in the kernelJessica Frazelle2016-01-121-0/+14
* Add support for blkio read/write iops deviceMa Shimiao2015-12-211-4/+15
* Add support for blkio read/write bps deviceMa Shimiao2015-12-041-2/+14
* Add support for blkio.weight_deviceMa Shimiao2015-11-111-3/+11
* Validate --cpuset-cpus, --cpuset-memsAntonio Murdaca2015-09-271-2/+16
* Add support for memory reservationqhuang2015-09-231-5/+10
* Add support for kernel memory limitQiang Huang2015-08-191-0/+5
* Merge pull request #15380 from calavera/remove_sys_info_pointersAlexandre Beslic2015-08-171-32/+39
|\
| * Remove pointers from the SysInfo struct.David Calavera2015-08-061-32/+39
* | Move sysinfo out of daemon structAntonio Murdaca2015-08-061-1/+3
|/
* Check sysinfo for Cpuset cpu.shares and blkioQiang Huang2015-08-051-0/+38
* Fix golint warning on pkg/sysinfoHu Keping2015-08-011-8/+8
* Update libcontainerAlexander Morozov2015-07-161-1/+1
* Add the memory swappiness tuning option to docker.Raghavendra K T2015-07-121-0/+4