summaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/fsync.cc
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-03-09fusefs: fix fsync for files with multiple open handlesAlan Somers
2019-08-13fusefs: skip some tests when unsafe aio is disabledAlan Somers
2019-08-13fusefs: add SVN Keywords to the test filesAlan Somers
2019-08-12fusefs: skip some tests when unsafe aio is disabledAlan Somers
2019-06-26fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers
2019-05-27fusefs: set FUSE_WRITE_CACHE when writing from cacheAlan Somers
2019-05-27fusefs: make the tests more cplusplusyAlan Somers
2019-04-12fusefs: Handle ENOSYS for all remaining opcodesAlan Somers
2019-04-08fusefs: cache file attributesAlan Somers
2019-04-05fusefs: reenable some fsyncdir testsAlan Somers
2019-04-03fusefs: send FUSE_FLUSH during VOP_CLOSEAlan Somers
2019-03-28fusefs: add a regression test for bug 236844Alan Somers
2019-03-27fusefs: correctly set fuse_release_in.flags in an error pathAlan Somers
2019-03-21fusefs: Don't treat fsync the same as fdatasyncAlan Somers
2019-03-21fusefs: VOP_FSYNC should be synchronousAlan Somers
2019-03-21fusefs: adapt the tests to the fuse => fusefs renameAlan Somers