#
2d6bf515 |
| 06-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: add some explicit tests for FUSE_FORGET
Sponsored by: The FreeBSD Foundation
|
#
c2d70d6e |
| 01-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: support name cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an entry from its name cache. This commit implements that mechanism.
fusefs: support name cache invalidation
Protocol 7.12 adds a way for the server to notify the client that it should invalidate an entry from its name cache. This commit implements that mechanism.
Sponsored by: The FreeBSD Foundation
show more ...
|
#
e5b50fe7 |
| 23-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: Make fuse file systems NFS-exportable
This commit adds the VOPs needed by userspace NFS servers (tested with net/unfs3). More work is needed to make the in-kernel nfsd work, because of its
fusefs: Make fuse file systems NFS-exportable
This commit adds the VOPs needed by userspace NFS servers (tested with net/unfs3). More work is needed to make the in-kernel nfsd work, because of its stateless nature. It doesn't open files prior to doing I/O. Also, the NFS-related VOPs currently ignore the entry cache.
Sponsored by: The FreeBSD Foundation
show more ...
|
#
a6fac00c |
| 21-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: Allow update mounts
Allow "mount -u" to change some mount options for fusefs.
Sponsored by: The FreeBSD Foundation
|
#
3429092c |
| 12-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: support kqueue for /dev/fuse
/dev/fuse was already pollable with poll and select. Add support for kqueue, too. And add tests for polling with poll, select, and kqueue.
Sponsored by: The F
fusefs: support kqueue for /dev/fuse
/dev/fuse was already pollable with poll and select. Add support for kqueue, too. And add tests for polling with poll, select, and kqueue.
Sponsored by: The FreeBSD Foundation
show more ...
|
#
e5ff3a7e |
| 04-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: only root may set the sticky bit on a non-directory
PR: 216391 Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
#
f9b0e30b |
| 29-Apr-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: FIFO support
Sponsored by: The FreeBSD Foundation
|
#
99878c75 |
| 02-Apr-2019 |
Alan Somers <asomers@FreeBSD.org> |
Respond to ngie's comments in D19752
Better Makefile syntax.
Note that this commit is to the project branch, but the review concerns the merge to head.
Sponsored by: The FreeBSD Foundation
|
#
61c225f9 |
| 29-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: fix test build after r345645
It's no longer necessary to add GTESTS_CXXFLAGS to CXXFLAGS
Sponsored by: The FreeBSD Foundation
|
#
91ff3a0d |
| 21-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: add a test case for the allow_other mount option
Also, fix one of the default_permissions test cases. I forgot the expectation for FUSE_ACCESS, because that doesn't work right now.
Sponsor
fusefs: add a test case for the allow_other mount option
Also, fix one of the default_permissions test cases. I forgot the expectation for FUSE_ACCESS, because that doesn't work right now.
Sponsored by: The FreeBSD Foundation
show more ...
|
#
9821f1d3 |
| 21-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
fusefs: adapt the tests to the fuse => fusefs rename
Sponsored by: The FreeBSD Foundation
|