]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/mockfs.cc
fusefs: Upgrade FUSE protocol to version 7.9.
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / mockfs.cc
2019-05-16 Alan Somersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-15 Alan Somersfusefs: fix more intermittency in the dev_fuse_poll...
2019-05-13 Alan SomersMFHead @347527
2019-05-12 Alan Somersfusefs: Report the number of available ops in kevent(2)
2019-05-11 Alan Somersfusefs: support kqueue for /dev/fuse
2019-05-10 Alan Somersfusefs: debugability improvements in the tests
2019-05-10 Alan Somersfusefs: fix intermittency in the Destroy.ok test
2019-05-10 Alan Somersfusefs: fix running multiple daemons concurrently
2019-05-09 Alan Somersfusefs: clear a dir's attr cache when its contents...
2019-04-17 Alan Somersfusefs: WIP making FUSE operations interruptible
2019-04-12 Alan Somersfusefs: implement VOP_ADVLOCK
2019-04-05 Alan Somersfusefs: implement VOP_ACCESS
2019-04-05 Alan Somersfusefs: correctly return EROFS from VOP_ACCESS
2019-04-05 Enji CooperFix the branch build
2019-04-04 Alan SomersMFHead@r345880
2019-04-04 Alan Somersfusefs: correctly handle short writes
2019-04-03 Alan Somersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-01 Alan Somersfusefs: allow opening files O_EXEC
2019-03-29 Alan SomersMFHead@r345677
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
2019-03-28 Alan Somersfusefs: add a regression test for bug 236844
2019-03-23 Alan Somersfusefs: fallback to MKNOD/OPEN if a filesystem doesn...
2019-03-22 Alan Somersfusefs: support VOP_MKNOD
2019-03-21 Alan Somersfusefs: add a test case for the allow_other mount option
2019-03-21 Alan Somersfusefs: adapt the tests to the fuse => fusefs rename