go-ceph/cephfs
John Mulligan 938506e1d3 cephfs: have Read/ReadAt return io.EOF error when nothing is read
Have Read and ReadAt functions return io.EOF when nothing is read
from the file so that it matches the current behavior of file types
in Go standard library.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-04-28 17:49:49 +02:00
..
cephfs_test.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
cephfs.go update various parts of the code to use the retry lib. 2020-04-20 15:08:36 -04:00
command_test.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
command.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
conn_nautilus_test.go cephfs: release fs resources in remaining test cases 2020-04-06 16:29:26 -04:00
conn_nautilus.go cephfs: add GetFsCid to implement ceph_get_fs_cid 2020-02-24 10:18:48 +01:00
directory_test.go cephfs: add a RewindDir and List function for simpler dir listings 2020-04-09 11:18:08 -04:00
directory.go cephfs: add a RewindDir and List function for simpler dir listings 2020-04-09 11:18:08 -04:00
doc.go cephfs: add a doc.go file documenting the package 2020-01-28 16:10:39 +01:00
errors_test.go cephfs: consolidate error types & values in an errors.go file 2020-04-06 17:10:09 -04:00
errors.go cephfs: add additional error handling and state checks to file funcs 2020-04-28 17:49:49 +02:00
file_test.go cephfs: have Read/ReadAt return io.EOF error when nothing is read 2020-04-28 17:49:49 +02:00
file.go cephfs: have Read/ReadAt return io.EOF error when nothing is read 2020-04-28 17:49:49 +02:00
mount_perms_mimic_test.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
mount_perms_mimic.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
path_test.go cephfs: split basic path management funcs into new files 2020-04-17 13:40:01 -04:00
path.go cephfs: add an Unlink func implmenting ceph_unlink 2020-04-28 17:49:49 +02:00
permissions_test.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
permissions.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
userperm_test.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00
userperm.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00