]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests
MFHead @348740
[FreeBSD/FreeBSD.git] / tests /
2019-04-19 cemimport zstd 1.4.0
2019-04-18 asomersfusefs: improvements to interruptibility
2019-04-18 kppf tests: Fail the test if we can't set the rules
2019-04-17 asomersfusefs: WIP making FUSE operations interruptible
2019-04-17 kppf tests: Try to provoke the panic with invalid DIOCRSE...
2019-04-13 vmaffionenetmap: add test cases for multiple host rings
2019-04-12 asomersfusefs: implement VOP_ADVLOCK
2019-04-12 asomersfusefs: evict invalidated cache contents during write...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-12 asomersfusefs: Handle ENOSYS for all remaining opcodes
2019-04-11 asomersfusefs: add a test for setattr with UTIME_NOW
2019-04-11 asomersfusefs: test that we reparent a vnode during rename
2019-04-11 asomersfusefs: fix a panic in a stale vnode situation
2019-04-11 asomersfusefs: Finish supporting -o default_permissions
2019-04-11 asomersfusefs: eliminate a superfluous FUSE_GETATTR from VOP_L...
2019-04-10 asomersfusefs: various cleanups
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
2019-04-09 asomersfusefs: skip the Read.keep_cache test when cache is...
2019-04-09 asomersfusefs: cache negative lookups
2019-04-09 ngiePolish netmap(4) testcases a bit
2019-04-09 asomersfusefs: implement entry cache timeouts
2019-04-09 ngieFix geli device cleanup
2019-04-09 asomersfusefs: implement attribute cache timeouts
2019-04-08 asomersfusefs: cache file attributes
2019-04-07 markjSet the p_oppid field of orphans when exiting.
2019-04-05 asomersfusefs: implement VOP_ACCESS
2019-04-05 asomersfusefs: enforce -onoallow_other even beneath the mountpoint
2019-04-05 asomersfusefs: correctly return EROFS from VOP_ACCESS
2019-04-05 asomersfusefs: reenable some fsyncdir tests
2019-04-05 ngieFix the branch build
2019-04-04 asomersfusefs: properly handle FOPEN_KEEP_CACHE
2019-04-04 asomersMFHead@r345880
2019-04-04 asomersfusefs: correctly handle short writes
2019-04-04 pjdImplement tests for online expansion:
2019-04-03 pjdUpdate configure tests after addition of the online...
2019-04-03 philImport libxo-1.0.2
2019-04-03 asomersfusefs: fix a panic in VOP_READDIR
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-03 asomersfusefs: during ftruncate, discard cached data past...
2019-04-02 asomersfusefs: check return value of wait(2) in fork tests
2019-04-01 asomersRespond to ngie's comments in D19752
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 asomersfusefs: send FUSE_OPEN for every open(2) with unique...
2019-04-01 asomersfusefs: allow opening files O_EXEC
2019-04-01 olivierFix and simplify code by using ATF_REQUIRE_FEATURE...
2019-03-30 asomersfusefs: add another regression test for bug 236844
2019-03-30 asomersfusefs: don't force direct io for files opened O_WRONLY
2019-03-30 asomersfusefs: fix more tests when data caching is disabled
2019-03-30 asomersfusefs: fix tests when data caching is disabled
2019-03-29 asomersfusefs: test that open(2) can return a writable fd...
2019-03-29 asomersfusefs: fix test build after r345645
2019-03-29 olivierSkip test if feature security_capabilities is not available
2019-03-29 asomersMFHead@r345677
2019-03-28 olivierSkip this test if if_tap module is not available
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: during FUSE_READDIR, set the read size correctly.
2019-03-27 asomersfusefs: fix a race condition in the allow_other test
2019-03-25 mmMFV r345495:
2019-03-23 kppf tests: Fix accidental duplication of content
2019-03-23 asomersfusefs: fallback to MKNOD/OPEN if a filesystem doesn...
2019-03-22 asomersfusefs: support VOP_MKNOD
2019-03-22 kppf tests: Test CVE-2019-5598
2019-03-21 asomersfusefs: correctly handle cacheable negative LOOKUP...
2019-03-21 asomersfusefs: Don't treat fsync the same as fdatasync
2019-03-21 asomersfusefs: VOP_FSYNC should be synchronous
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 kppf tests: Move Sniffer to its own file
2019-03-21 asomersfusefs: adapt the tests to the fuse => fusefs rename
2019-03-20 asomersMFHead @345353
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 asomersfuse(4): use GTEST_SKIP in the tests
2019-03-20 asomersfuse(4): fix a race condition in the tests
2019-03-20 vmaffionenetmap: update unit tests
2019-03-19 asomersfuse(4): build the tests with the new googletest in...
2019-03-18 asomersMFHead@r345275
2019-03-18 asomersfuse(4): add tests for some mount options.
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 ngieRemove duplicate `${PACKAGE}FILES+= cleanup.ksh` line
2019-03-15 asomersfuse(4): add tests for the FOPEN_KEEP_CACHE option
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-15 asomersfuse(4): add tests for the FUSE_ASYNC_READ option
2019-03-15 asomersfuse(4): add tests for ENOSYS special cases
2019-03-15 asomersfuse(4): combine common code in the tests
2019-03-15 asomersfuse(4): add some miscellaneous test cases that I had...
2019-03-15 asomersfuse(4): add tests for FUSE_DESTROY, FUSE_FORGET, and...
2019-03-14 asomersfuse(4): add tests for extended attributes
2019-03-14 asomersfuse(4): add tests for FUSE_INTERRUPT
2019-03-14 asomersfuse(4) tests: minor tweaks
2019-03-14 asomersfuse(4): skip the Write.append test unless vfs.fuse...
2019-03-14 asomersfuse(4): combine common code in the tests
2019-03-13 asomersfuse(4): add tests for POSIX file locking operations
2019-03-13 asomersfues(4): add tests for FUSE_RELEASEDIR
2019-03-12 asomersfuse(4): add tests for opendir and readdir
2019-03-11 asomersfuse(4): add tests for FUSE_OPENDIR, FUSE_FSYNC, and...
next