]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/utils.hh
fusefs: remove obsolete comments in the tests
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / utils.hh
2019-05-27 asomersfusefs: remove obsolete comments in the tests
2019-05-23 asomersfusefs: Make fuse file systems NFS-exportable
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-13 asomersMFHead @347527
2019-05-11 asomersfusefs: support kqueue for /dev/fuse
2019-05-09 asomersfusefs: shorten and consolidate sleeps
2019-05-04 asomersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 asomersfusefs: fix some permission checks with -o default_perm...
2019-04-18 asomersfusefs: improvements to interruptibility
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
2019-04-05 asomersfusefs: correctly return EROFS from VOP_ACCESS
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-04-03 asomersfusefs: fix a panic in VOP_READDIR
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-03-29 asomersMFHead@r345677
2019-03-28 asomersfusefs: add a regression test for bug 236844
2019-03-28 asomersfusefs: deduplicate code in the allow_other test
2019-03-27 asomersfusefs: correctly set fuse_release_in.flags in an error...
2019-03-21 asomersfusefs: add a test case for the allow_other mount option
2019-03-21 asomersfusefs: adapt the tests to the fuse => fusefs rename