Joseph Kogut

Results 48 issues of Joseph Kogut

These links are required for HUP, ensure they're created by udev Change-type: patch Signed-off-by: Joseph Kogut --- ### Contributor checklist - [ ] Changes have been tested - [ ]...

Fixes by-state links not being created for MD devices, which breaks HUP. Change-type: patch Signed-off-by: Joseph Kogut --- ### Contributor checklist - [ ] Changes have been tested - [...

Rebased for Honister+ --- ### Contributor checklist - [ ] Changes have been tested - [ ] Covered in automated test suite - [ ] Manual test case recorded -...

This runtime is smaller, and allows for faster container startup and lower resource usage compared to runc. The runtime can either be specified on the command line: $ balena run...

This PR implements compressed BTRFS support on top of the rootfs-agnostic branch. It serves as a demonstration of adding support for other filesystems, as well as a test case for...

This PR implements SquashFS on top of the rootfs-agnostic branch, in a similar vein to #2055. Currently, u-boot triggers a synchronous abort upon attempting to load the kernel from squash,...

Convert issue tests to use promises, and run operations in parallel where possible. Testing shows this change to be approximately 25-30% faster when running this single test. - ok 1...

Bump docker-disk base image from 19.03.10-dind to 20.10.8-dind, adding support for cgroup v2. This also requires any outer containers to be running a Docker version supporting cgroup v2 (20.10+) to...

MBR formatted disks are only capable of 32-bit addressing of sectors, limiting disk usage to 2 TB. In cases where the full disk cannot be utilized, expand the data partition...

Bump docker-disk base image from docker:19.03.10-dind to docker:20.10.06-dind. This fixes building on distros that default to cgroups v2, as support was added to Docker 20.10. Change-type: patch Changelog-entry: docker-disk: fix...