storage/drivers/overlay
Miloslav Trmač 1fa3161756 Use slices.Delete* instead of manual append
Conservatively use Index* + Delete to delete the
first element where it's not obvious that the code would really
want to delete all instances.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-09-05 19:44:49 +02:00
..
check.go Fix errcheck: error return value of `unix.Unmount` is not checked 2024-07-09 17:29:06 +02:00
check_116.go Don't fail on walking os of EOPNOTSUPP for Llistxatt 2022-09-06 17:32:12 -04:00
composefs.go overlay: split open mount and move mount 2024-08-21 08:19:48 +02:00
jsoniter.go Only build drivers/overlay/jsoniter.go on Linux 2022-09-12 16:31:47 +02:00
mount.go overlay, composefs: use data-only lower layers 2023-10-02 09:53:08 +02:00
overlay.go Use slices.Delete* instead of manual append 2024-09-05 19:44:49 +02:00
overlay_disk_quota.go Fix the issue where compiling containers-storage with exclude_disk_quota enabled on the Linux CGO platform results in an error indicating that d.quotaCtl.GetDiskUsage is not defined. 2024-06-23 23:28:14 +08:00
overlay_disk_quota_unsupported.go Fix the issue where compiling containers-storage with exclude_disk_quota enabled on the Linux CGO platform results in an error indicating that d.quotaCtl.GetDiskUsage is not defined. 2024-06-23 23:28:14 +08:00
overlay_nocgo.go overlay: split open mount and move mount 2024-08-21 08:19:48 +02:00
overlay_test.go overlay: simplify test 2024-06-18 09:27:50 +02:00
overlay_unsupported.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
randomid.go Wrap errors properly with fmt.Errorf 2022-07-12 13:26:10 -04:00