]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests
fusefs: fix a memory leak in the forget test
[FreeBSD/FreeBSD.git] / tests /
2019-05-08 asomersfusefs: allow non-owners to set timestamps to UTIME_NOW
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 asomersfusefs: updated cached attributes during VOP_LINK.
2019-05-07 asomersfusefs: drop suid after a successful chown by a non...
2019-05-07 asomersfusefs: allow the null chown and null chgrp
2019-05-06 asomersfusefs: allow ftruncate on files without write permission
2019-05-06 asomersfusefs: Fix another obscure permission handling bug
2019-05-06 asomersfusefs: clear SUID & SGID after a successful write...
2019-05-04 asomersfusefs: only root may set the sticky bit on a non-directory
2019-05-04 asomersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 markjAdd a few regression tests for mlock(2).
2019-05-01 asomersfusefs: fix some permission checks with -o default_perm...
2019-04-29 asomersfusefs: support unix-domain sockets
2019-04-29 asomersfusefs: remove an obsolete fifo test
2019-04-29 asomersfusefs: FIFO support
2019-04-26 asomersfusefs: enable the Write.mmap test
2019-04-26 asomersfusefs: fix cache invalidation error from r346162
2019-04-24 asomersfusefs: handle ENOSYS for FUSE_INTERRUPT
2019-04-24 asomersfusefs: fix the FUSE_INTERRUPT tests when data_cache_mo...
2019-04-24 ngieUse `range` instead of `xrange`
2019-04-24 ngieFix typo: `Plen` should be `plen`
2019-04-24 ngieDon't leak `fd` when manipulating the device via `_getd...
2019-04-24 ngieChase PEP-3110
2019-04-24 ngieReapply whitespace style changes from r346443 after...
2019-04-24 jhbTest the AES-CCM test vectors from the NIST Known Answe...
2019-04-24 jhbRun the plain SHA digest tests from NIST.
2019-04-24 jhbUse more descriptive algorithm names in skip messages.
2019-04-24 jhbSkip tests with missing test vectors instead of failing.
2019-04-23 asomersFix bug in vtruncbuf introduced by r346162
2019-04-23 olivierSkip test component_selection:run_latest_genid if gmirr...
2019-04-23 cyMFV r346563:
2019-04-22 ngieFix sys.kern.coredump_phnum_test.coredump_phnum on...
2019-04-20 ngieRevert r346443
2019-04-20 ngietests/sys/opencrypto: fix whitespace per PEP8
2019-04-20 lwhsuSpecify using Python2, these .py files have not been...
2019-04-19 jhbTest SHA2-224-HMAC now that OCF supports it.
2019-04-19 jhbSync cryptographic algorithm constants with current...
2019-04-19 asomersfusefs: give priority to FUSE_INTERRUPT operations
2019-04-19 asomersfusefs: fix interrupting FUSE_SETXATTR
2019-04-19 asomersfusefs: don't send FUSE_INTERRUPT for ops that are...
2019-04-19 cemUpdate to Zstandard 1.4.0
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...
next