storage/drivers
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
..
aufs Use range iterations 2024-09-05 18:56:35 +02:00
btrfs Fix errcheck: error return value of `driver.Put` is not checked 2024-07-09 14:34:07 +02:00
copy Fix impossible comparison of interface value with untyped nil (SA4023) 2024-06-17 15:13:44 +02:00
graphtest Use range iterations 2024-09-05 18:56:35 +02:00
overlay Use slices.Delete* instead of manual append 2024-09-05 19:44:49 +02:00
overlayutils Switch to golang native error wrapping 2022-07-07 13:22:46 +02:00
quota Fix assignment of quota IDs for XFS quotas 2024-05-13 11:52:30 -04:00
register Remove devicemapper storage driver 2024-04-15 14:44:29 -07:00
vfs Fix errcheck: error return value of `label.SetFileLabel` is not checked 2024-07-09 16:58:07 +02:00
windows windows: use fileutils.{Le,E}xists() 2024-04-08 16:07:27 +02:00
zfs Fix errcheck: error return value of `snapshot.Destroy` is not checked 2024-07-09 17:29:06 +02:00
chown.go Fix deprecated use of pwalk.Walk (SA1019) 2024-06-19 16:04:40 +02:00
chown_darwin.go Rename identifiers to avoid conflicts with built-ins 2022-10-01 02:53:06 +02:00
chown_unix.go Wrap errors properly with fmt.Errorf 2022-07-12 13:26:10 -04:00
chown_windows.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
chroot_unix.go !windows instead of a long list of OSes that aren't windows 2024-06-01 08:47:34 -04:00
chroot_windows.go Wrap errors properly with fmt.Errorf 2022-07-12 13:26:10 -04:00
counter.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
driver.go Fix linter: printf: non-constant format string in call (govet) 2024-08-16 12:22:22 +02:00
driver_darwin.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
driver_freebsd.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
driver_linux.go Remove devicemapper storage driver 2024-04-15 14:44:29 -07:00
driver_solaris.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
driver_unsupported.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
driver_windows.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
fsdiff.go fsdiff: mount the image read-only 2023-06-17 00:31:39 +02:00
jsoniter.go Use json-iterator instead of encoding/json 2021-05-06 12:24:24 -04:00
template.go Extend driver.ListLayers() 2023-04-12 16:05:09 -04:00