..
vfsflags
vfs,mount,cmount,mountlib: allow flags to be overriden by environment variables
2017-11-20 12:46:21 +00:00
cache_test.go
vfs: add read write files and caching #711
2017-11-20 12:36:50 +00:00
cache.go
vfs: add read write files and caching #711
2017-11-20 12:36:50 +00:00
dir_handle_test.go
vfs: add tests and subsequent fixes
2017-11-04 10:24:10 +00:00
dir_handle.go
vfs: factor duplicated Open code into vfs from mount/cmount
2017-11-03 13:00:00 +00:00
dir_test.go
vfs: add read write files and caching #711
2017-11-20 12:36:50 +00:00
dir.go
vfs: add read write files and caching #711
2017-11-20 12:36:50 +00:00
errors_new.go
vfs: add ECLOSED and tidy errors
2017-11-04 10:24:10 +00:00
errors_old.go
vfs: add ECLOSED and tidy errors
2017-11-04 10:24:10 +00:00
errors_test.go
vfs: add tests and subsequent fixes
2017-11-04 10:24:10 +00:00
errors.go
vfs: add ECLOSED and tidy errors
2017-11-04 10:24:10 +00:00
file_test.go
vfs: Don't error a r/w file open without cache; delay error until Read called
2017-11-20 12:46:22 +00:00
file.go
vfs: Don't error a r/w file open without cache; delay error until Read called
2017-11-20 12:46:22 +00:00
help.go
vfs,mount,cmount,serve: Add documentation for vfs caching modes
2017-11-20 12:46:21 +00:00
read_test.go
vfs: add ECLOSED and tidy errors
2017-11-04 10:24:10 +00:00
read_write_test.go
vfs: add read write files and caching #711
2017-11-20 12:36:50 +00:00
read_write.go
vfs, cmount: make truncate work properly in the presence or otherwise of open files
2017-11-20 12:46:22 +00:00
read.go
vfs: Make sure all public methods are locked in Read and Write Handle
2017-11-04 10:24:10 +00:00
vfs_test.go
vfs: add tests and subsequent fixes
2017-11-04 10:24:10 +00:00
vfs.go
vfs: decode flags in Open/OpenFile for debug
2017-11-20 12:46:22 +00:00
write_test.go
vfs: Don't error a r/w file open without cache; delay error until Read called
2017-11-20 12:46:22 +00:00
write.go
vfs: Don't error a r/w file open without cache; delay error until Read called
2017-11-20 12:46:22 +00:00