]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/allow_other.cc
fusefs: fix warnings in the tests reported by GCC
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / allow_other.cc
2019-07-20 asomersfusefs: fix warnings in the tests reported by GCC
2019-06-27 asomersMFHead @349476
2019-06-26 asomersfusefs: annotate deliberate file descriptor leaks in...
2019-06-20 asomersMFHead @349234
2019-06-06 asomersMFHead @348740
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-13 asomersMFHead @347527
2019-05-04 asomersfusefs: use effective gid, not real gid, for FUSE opera...
2019-04-18 asomersfusefs: improvements to interruptibility
2019-04-10 asomersfusefs: various cleanups
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 asomersfusefs: enforce -onoallow_other even beneath the mountpoint
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-01 asomersfusefs: send FUSE_OPEN for every open(2) with unique...
2019-03-30 asomersfusefs: add another regression test for bug 236844
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-28 asomersfusefs: fix a resource leak in the allow_other tests
2019-03-27 asomersfusefs: correct mmap()'s return value in the allow_othe...
2019-03-27 asomersfusefs: correctly set fuse_release_in.flags in an error...
2019-03-27 asomersfusefs: fix a race condition in the allow_other test
2019-03-21 asomersfusefs: add a test case for the allow_other mount option