libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 8f3ec5dcaa fusefrontend: unbreak isConsecutiveWrite streaming write optimization
Commit 6196a5b5 got the logic inverted, hence we never
set the last position markers.

Fixes https://github.com/rfjakob/gocryptfs/issues/712
2023-02-21 22:08:41 +01:00
..
args.go cli: drop -forcedecode flag 2021-09-10 12:14:19 +02:00
ctlsock_interface.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
dircache.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
file.go fusefrontend: unbreak isConsecutiveWrite streaming write optimization 2023-02-21 22:08:41 +01:00
file_allocate_truncate.go make format 2022-12-29 15:00:37 +01:00
file_api_check.go v2api: clean up api TODOs 2020-08-16 13:52:27 +02:00
file_holes.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
file_setattr.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node.go fusefrontend: support RENAME_WHITEOUT, RENAME_EXCHANGE 2022-01-22 12:28:27 +01:00
node_api_check.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
node_dir_ops.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node_helpers.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node_open_create.go fusefrontend: honor ForceOwner for LOOKUP and CREATE operations 2021-10-15 17:35:12 +02:00
node_prepare_syscall.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node_xattr.go fusefrontend: allow slashes in xattr names 2021-12-19 14:43:56 +01:00
node_xattr_darwin.go darwin: use O_NOFOLLOW for xattr opens 2021-12-09 17:55:05 +01:00
node_xattr_linux.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
prepare_syscall_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
root_node.go fusefrontend: allow slashes in xattr names 2021-12-19 14:43:56 +01:00
xattr_unit_test.go nametransform: add longNameMax parameter 2021-10-21 14:55:30 +02:00