]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/utils.cc
fusefs: skip some tests when unsafe aio is disabled
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / utils.cc
2019-08-13 asomersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 asomersfusefs: add SVN Keywords to the test files
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-07-30 asomersMFHead @350453
2019-07-30 asomersMFHead @350426
2019-07-28 asomersMFHead @r350386
2019-07-18 asomersfusefs: add a intr/nointr mount option
2019-06-27 asomersMFHead @349476
2019-06-26 asomersfusefs: implement the "time_gran" feature.
2019-06-25 asomersfusefs: fix the tests for non-default values of MAXPHYS
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-17 asomersfusefs: use cluster_read for more readahead
2019-06-14 asomersfusefs: enable write clustering
2019-06-06 asomersfusefs: add some explicit tests for FUSE_FORGET
2019-06-06 asomersMFHead @348740
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-27 asomersfusefs: fix an alignment issue in the tests on arm
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
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-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-08 asomersfusefs: cache file attributes
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-03 asomersfusefs: fix a panic in VOP_READDIR
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-02 asomersfusefs: check return value of wait(2) in fork tests
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-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: don't check for the fusefs module during the...
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