lotus/storage/paths
Eng Zer Jun abef90423d
refactor: use os.ReadDir for lightweight directory reading
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir`.

Reference: https://pkg.go.dev/io/ioutil#ReadDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-09 19:53:40 +08:00
..
mocks wip storage redeclare/detach 2022-08-01 15:58:06 +02:00
http_handler_test.go storage: Don't depend on specs-storage, move to storiface 2022-06-17 13:36:33 +02:00
http_handler.go storage: Don't depend on specs-storage, move to storiface 2022-06-17 13:36:33 +02:00
index_locks_test.go storage: Move storage/sealer/stores to storage/paths 2022-06-14 20:25:52 +02:00
index_locks_util.go storage: Move storage/sealer/stores to storage/paths 2022-06-14 20:25:52 +02:00
index_locks.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
index_test.go path index: Raise alerts on bad filter config 2022-07-12 21:45:12 +02:00
index.go storage: Fix detaching shared paths 2022-08-02 15:46:35 +02:00
interface.go storage: Don't depend on specs-storage, move to storiface 2022-06-17 13:36:33 +02:00
local_test.go path index: Raise alerts on bad filter config 2022-07-12 21:45:12 +02:00
local.go refactor: use os.ReadDir for lightweight directory reading 2022-09-09 19:53:40 +08:00
localstorage_cached.go storage: Move storage/sealer/stores to storage/paths 2022-06-14 20:25:52 +02:00
remote_test.go fix make gen 2022-08-29 16:25:30 +02:00
remote.go storage: Path type filters 2022-07-12 21:45:12 +02:00
util_unix.go storage: Move storage/sealer/stores to storage/paths 2022-06-14 20:25:52 +02:00