]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/utils.hh
fusefs: use cluster_read for more readahead
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / utils.hh
2019-06-17 Alan Somersfusefs: use cluster_read for more readahead
2019-06-17 Alan Somersfusefs: implement non-clustered readahead
2019-06-14 Alan Somersfusefs: enable write clustering
2019-06-06 Alan Somersfusefs: add some explicit tests for FUSE_FORGET
2019-06-06 Alan SomersMFHead @348740
2019-05-28 Alan Somersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-27 Alan Somersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 Alan Somersfusefs: remove obsolete comments in the tests
2019-05-23 Alan Somersfusefs: Make fuse file systems NFS-exportable
2019-05-16 Alan Somersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-13 Alan SomersMFHead @347527
2019-05-11 Alan Somersfusefs: support kqueue for /dev/fuse
2019-05-09 Alan Somersfusefs: shorten and consolidate sleeps
2019-05-04 Alan Somersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 Alan Somersfusefs: fix some permission checks with -o default_perm...
2019-04-18 Alan Somersfusefs: improvements to interruptibility
2019-04-10 Alan Somersfusefs: WIP supporting -o default_permissions
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-03 Alan Somersfusefs: fix a panic in VOP_READDIR
2019-04-03 Alan Somersfusefs: send FUSE_FLUSH during VOP_CLOSE
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-28 Alan Somersfusefs: deduplicate code in the allow_other test
2019-03-27 Alan Somersfusefs: correctly set fuse_release_in.flags in an error...
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