diff options
author | Alan Somers <asomers@FreeBSD.org> | 2019-08-07 16:42:34 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2019-08-07 16:42:34 +0000 |
commit | b0927a31ddf75dab0f7410ffb930b65daf3f17c6 (patch) | |
tree | 6b506ae4d38e2e6fd59b86b589181d790f68df33 /RELNOTES | |
parent | 596a186627699af115049b46ba83748d1cbb34ac (diff) | |
download | src-b0927a31ddf75dab0f7410ffb930b65daf3f17c6.tar.gz src-b0927a31ddf75dab0f7410ffb930b65daf3f17c6.zip |
Notes
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -10,6 +10,26 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +r350665: + The fuse driver has been renamed to fusefs(5) and been substantially + rewritten. The new driver includes many bug fixes and performance + enhancements, as well as the following user-visible features: + * Optional kernel-side permissions checks (-o default_permissions) + * mknod(2), socket(2), and pipe(2) support + * server side locking with fcntl(2) + * FUSE operations are now interruptible when mounted with -o intr + * server side handling of UTIME_NOW during utimensat(2) + * mount options may be updated with "mount -u" + * fusefs file system may now be exported over NFS + * RLIMIT_FSIZE support + * support for fuse file systems using protocols as old as 7.4 + + FUSE file system developers should also take note of the following new + features: + * The protocol level has been raised from 7.8 to 7.23 + * kqueue support on /dev/fuse + * server-initiated cache invalidation via FUSE_NOTIFY_REPLY + r350471: gnop(8) can now configure a delay to be applied to read and write request delays. See the -d, -q and -x parameters. |