storage/drivers/zfs
Nalin Dahyabhai d10c03bc3d Extend driver.ListLayers()
Implement ListLayers() for the aufs, btrfs, and devicemapper drivers,
along with a unit test for them.
Stop filtering out directories with names that aren't 64-hex chars in
vfs and overlay ListLayers() implementations, which is more a convention
than a hard rule.
Have layerStore.Wipe() try to remove remaining listed layers after it
removes the layers that the layerStore knew of.
Close() a dangling ReadCloser in NaiveCreateFromTemplate.
Switch from using plain defer to using t.Cleanup() to handle deleting
layers that tests create, have the addManyLayers() test function do so
as well.
Remove vfs.CopyDir, which near as I can tell isn't referenced anywhere.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2023-04-12 16:05:09 -04:00
..
MAINTAINERS Rename: cow/cowman -> storage/oci-storage 2016-07-18 17:35:50 -04:00
zfs.go Extend driver.ListLayers() 2023-04-12 16:05:09 -04:00
zfs_freebsd.go Wrap errors properly with fmt.Errorf 2022-07-12 13:26:10 -04:00
zfs_linux.go Switch to golang native error wrapping 2022-07-07 13:22:46 +02:00
zfs_test.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
zfs_unsupported.go Remove unused stubs 2022-10-14 17:17:53 +02:00