]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/mockfs.cc
fusefs: support name cache invalidation
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / mockfs.cc
2019-06-01 asomersfusefs: support name cache invalidation
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-15 asomersfusefs: fix more intermittency in the dev_fuse_poll...
2019-05-13 asomersMFHead @347527
2019-05-12 asomersfusefs: Report the number of available ops in kevent(2)
2019-05-11 asomersfusefs: support kqueue for /dev/fuse
2019-05-10 asomersfusefs: debugability improvements in the tests
2019-05-10 asomersfusefs: fix intermittency in the Destroy.ok test
2019-05-10 asomersfusefs: fix running multiple daemons concurrently
2019-05-09 asomersfusefs: clear a dir's attr cache when its contents...
2019-04-17 asomersfusefs: WIP making FUSE operations interruptible
2019-04-12 asomersfusefs: implement VOP_ADVLOCK
2019-04-05 asomersfusefs: implement VOP_ACCESS
2019-04-05 asomersfusefs: correctly return EROFS from VOP_ACCESS
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-04-04 asomersfusefs: correctly handle short writes
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-01 asomersfusefs: allow opening files O_EXEC
2019-03-29 asomersMFHead@r345677
2019-03-28 asomersfusefs: add a regression test for bug 236844
2019-03-23 asomersfusefs: fallback to MKNOD/OPEN if a filesystem doesn...
2019-03-22 asomersfusefs: support VOP_MKNOD
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