libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 230d92c4f4 v2api: fix Rename trying to overwrite itself
We used to do this

  [pid 99182] renameat2(14, "Y_4DAxKvj1QnXmJx2AkrKA", 15, ".", RENAME_NOREPLACE <unfinished ...>

which was not the intention.
2020-07-12 13:55:24 +02:00
..
args.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
ctlsock_interface.go ctlsock: create exported ctlsock client library 2020-05-09 17:36:41 +02:00
dircache.go dircache: increase cache size & lifetime 2020-05-17 21:37:36 +02:00
file.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
file2.go v2api: File2: implement Release, Read, Write, Fsync, Flush, Allocate 2020-07-12 12:59:01 +02:00
file2_allocate_truncate.go v2api: fix double-lock in truncate 2020-07-12 13:13:24 +02:00
file2_api_check.go v2api: File2: implement Release, Read, Write, Fsync, Flush, Allocate 2020-07-12 12:59:01 +02:00
file2_holes.go v2api: File2: implement Release, Read, Write, Fsync, Flush, Allocate 2020-07-12 12:59:01 +02:00
file2_setattr.go v2api: fix double-lock in truncate 2020-07-12 13:13:24 +02:00
file_allocate_truncate.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
file_holes.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
fs.go Revert "fusefrontend: don't always clear the dircache in Rename" 2020-05-24 23:36:11 +02:00
fs_dir.go v2api: implement Mkdir 2020-06-21 13:46:08 +02:00
node.go v2api: fix Rename trying to overwrite itself 2020-07-12 13:55:24 +02:00
node_api_check.go v2api: implement Rename 2020-07-11 19:56:45 +02:00
node_dir_ops.go v2api: fix Mkdir crash when using plaintextnames 2020-07-12 13:35:37 +02:00
node_helpers.go v2api: fix RootNode cast 2020-07-11 20:27:47 +02:00
openbackingdir.go nametransform: reject names longer than 255 chars 2019-02-17 17:05:05 +01:00
openbackingdir_test.go v2api: fix TestOpenBackingDir 2020-07-11 20:15:47 +02:00
root_node.go v2api: implement Symlink 2020-07-11 19:43:07 +02:00
xattr.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
xattr_darwin.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
xattr_linux.go Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
xattr_unit_test.go v2api: fix TestOpenBackingDir 2020-07-11 20:15:47 +02:00