go-ceph/cephfs
Sven Anderson b8a803ccbb cutil: use SyncBuffer for iovec type
The main motivation for PtrGuard was read and write buffers as they
are used in iovec.  This change uses SyncBuffer for the iovec
implementation, so that the no-copy PtrGuard implementation can be
enabled with the with_ptrguard build tag.

Signed-off-by: Sven Anderson <sven@redhat.com>
2021-02-08 11:09:25 -05:00
..
admin cephfs: add state field to SubVolumeInfo structure. 2021-02-02 15:29:53 +00:00
cephfs.go cephfs: add function ParseDefaultConfigEnv to set ceph config from env 2020-07-24 09:54:04 -04:00
cephfs_test.go cephfs: add function ParseDefaultConfigEnv to set ceph config from env 2020-07-24 09:54:04 -04:00
command.go cutil: allow passing free functions to command output type 2020-05-12 17:18:08 -04:00
command_test.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
conn_nautilus.go cephfs: add GetFsCid to implement ceph_get_fs_cid 2020-02-24 10:18:48 +01:00
conn_nautilus_test.go cephfs: release fs resources in remaining test cases 2020-04-06 16:29:26 -04:00
directory.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
directory_test.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
doc.go
errors.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
errors_test.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
file.go cutil: use SyncBuffer for iovec type 2021-02-08 11:09:25 -05:00
file_test.go cephfs: add File method Truncate implementing ceph_ftruncate 2020-11-30 15:39:09 +00:00
file_xattr.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
file_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
mount_perms_mimic.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
mount_perms_mimic_test.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
path.go cephfs: add Truncate implementing ceph_truncate 2020-11-30 15:39:09 +00:00
path_test.go cephfs: add a test case for calling Statx on an invalid mount 2020-11-30 15:39:09 +00:00
path_xattr.go cephfs: add path-based xattr functions 2020-08-04 13:35:35 -04:00
path_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
permissions.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
permissions_test.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
statfs.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
statfs_test.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
statx.go timespec: move to internal pkg 2020-06-22 09:22:18 -04:00
statx_test.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
userperm.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00
userperm_test.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00