Merge branch 'master' into y/nodefs-cancel
Some notable patches, nothing major: - 36b35911 "fuse: fix deadlock with parallel mounts" - f91e3081 "fuse: debug log: print PID" - 334a5a5f "fuse: update for kernel API version 40" - afb9051a "fuse: provide InitIn/InitOut.Flags64()" There are other changes which add e.g. passthrough support and other features, but they apply mostly to fs package, not nodefs, and I reviewed them to be safe and orthogonal to what WCFS uses and needs. * master: (53 commits) fs: skip passthrough test for older kernels fuse: provide InitIn/InitOut.Flags64() fs: reorganize code fs: support passthrough mode fuse: expose BackingFdMap fuse: fix printing of new constant fuse: remove deprecated CAP_DIRECT_IO_RELAX fuse: print tweaks for passthrough support fs: return fileEntry from registerFile and addNewChild benchmark: add a test reading from libfuse passthrough_hp benchmark: modernize setupFS benchmark: introduce benchmark for loopback reads benchmark: simplify ReadLines fs: fix stray comment fuse: wire up passthrough support fuse: point comment to fs API rather than nodefs/pathfs fuse: move Flags2 handling to platform specific code fuse: update for kernel API version 40 fuse: fix CreateOut print fuse: document singleReader background ...
Showing
This diff is collapsed.
fs/constants_unix.go
0 → 100644
fs/dirstream_freebsd.go
0 → 100644
fs/dirstream_unix.go
0 → 100644
fs/files_freebsd.go
0 → 100644
fs/loopback_freebsd.go
0 → 100644
fs/loopback_unix.go
0 → 100644
fs/passthrough_test.go
0 → 100644
fuse/misc_darwin.go
0 → 100644
fuse/misc_unix.go
0 → 100644
fuse/mount_freebsd.go
0 → 100644
fuse/passthrough_linux.go
0 → 100644
fuse/print_freebsd.go
0 → 100644
fuse/print_unix.go
0 → 100644
fuse/request_freebsd.go
0 → 100644
fuse/splice_freebsd.go
0 → 100644
fuse/syscall_unix.go
0 → 100644
fuse/types_freebsd.go
0 → 100644
fuse/types_unix.go
0 → 100644
posixtest/test_darwin.go
0 → 100644
posixtest/test_freebsd.go
0 → 100644
posixtest/test_linux.go
0 → 100644
posixtest/xfstests_darwin.go
0 → 100644
posixtest/xfstests_linux.go
0 → 100644
-
mentioned in commit levin.zimmermann/wendelin.core@53f39c6c
-
mentioned in commit nexedi/wendelin.core@764d4da8
Please register or sign in to comment