aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi
2019-07-09Do not run passthrough test when caching is active.Nikolaus Rath
2019-07-05test_cuse: fix runtime errorNikolaus Rath
2019-07-04Fix output checking in test casesNikolaus Rath
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers
2019-05-09Added new example filesystemNikolaus Rath
2019-03-11Define ALLPERMS for musl libc systems. (#379)maxice8
2019-03-09Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers
2019-02-27Travis CI: Use Xenial instead of Trusty.Nikolaus Rath
2018-11-24Added testcase for "big" readdir.Nikolaus Rath
2018-11-24Kill filesystem process on test cleanup.Nikolaus Rath
2018-11-19tests: add copy_file_range() to the syscall testsNiels de Vos
2018-11-06Update CI build scriptNikolaus Rath
2018-10-19Do not fail "ninja test" when running as subprojectAhmed Masud
2018-10-10Enable more tests for passthrough_llNikolaus Rath
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler
2018-09-27Fix unlink errno checkScott Worley
2018-07-23test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov
2018-07-23test_write_cache: Fix memory leaksRostislav Skudnov
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav
2018-07-11Don't assume sub-second resolution for st_atime/st_mtime.Nikolaus Rath
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos
2018-04-13Fix path to pytest cache directory.Nikolaus Rath
2018-03-31Travis: remove root-owned cache files.Nikolaus Rath
2018-03-31Fix Travis build environmentNikolaus Rath
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi
2017-09-20Travis CI: Don't use deprecated environmentNikolaus Rath
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath
2017-08-25Fix writeback capability check.Nikolaus Rath
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath
2017-08-24Skip testing null and ioctl examples under FreeBSD.Nikolaus Rath
2017-08-24Removed unused import.Nikolaus Rath
2017-08-24Don't use -o auto_unmount under FreeBSD.Nikolaus Rath
2017-08-24Dropped support for building with autotoolsNikolaus Rath
2017-08-24Use printcap() to control test executionNikolaus Rath
2017-08-24Added testcase for examples/printcapNikolaus Rath
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath
2017-08-24Allow inode cache invalidation in high-level APISÅ‚awek Rudnicki
2017-08-11Skip tests that aren't supported under FreeBSD.Nikolaus Rath
2017-08-11Don't attempt to run fusermount3 under BSD.Nikolaus Rath
2017-08-11Call cp with -p instead of --preserve=modeNikolaus Rath
2017-08-11Don't pass --update to cpNikolaus Rath
2017-08-11Don't build passthrough_ll under BSD.Nikolaus Rath
2017-08-06os_open(): don't attempt to close fd if open failed.Nikolaus Rath
2017-08-06Added writeback cache to passthrough_llNikolaus Rath
2017-08-04Added append and seek testsNikolaus Rath
2017-08-03Don't check st_nlink value for mkdirNikolaus Rath
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath
2017-06-20tst_readdir(): actually go through FUSENikolaus Rath