summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update travis to ubuntu jammy (22.04)Bernd Schubert2023-01-281-1/+1
* passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert2023-01-131-0/+2
* Support application-defined I/O functions for FUSE fdTofik Sonono2023-01-102-1/+82
* Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons2023-01-061-1/+4
* Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert2023-01-041-8/+29
* Fix a test strncpy compilation warning with recent gccBernd Schubert2022-05-061-2/+4
* Add test for FOPEN_NOFLUSH flagAmir Goldstein2022-01-052-1/+65
* test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)Luis Henriques2021-11-201-1/+2
* Travis-CI: Make sure lsan supppressions file can be read by root.Nikolaus Rath2021-06-241-5/+8
* Do not run unlinked files test on passthrough_hp with old kernelsAmir Goldstein2021-06-232-3/+19
* test/test_syscalls.c: check unlinked testfiles at the end of the testAmir Goldstein2021-06-141-16/+129
* test/test_syscalls.c: refactor fcheck_* helpersAmir Goldstein2021-06-141-68/+45
* test/test_syscalls.c: use unique filename per testAmir Goldstein2021-06-141-13/+37
* Cuse example: Fix memory leak (#607)Christian Menges2021-06-091-3/+1
* test/test_syscalls.c: fix test failure on xfs src dir (#611)Amir Goldstein2021-06-021-1/+1
* Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André2021-03-182-7/+25
* Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel2021-02-033-1/+66
* test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu2020-11-061-2/+7
* Update Travis to Ubuntu BionicTom Callaway2020-09-122-1/+3
* Implement GCC 10 style symbol versioning (#545)Tom Callaway2020-09-111-1/+6
* Typo fixed. (#520)Seunghoon Yeon2020-06-221-1/+1
* fix format in test (#515)Rosen Penev2020-05-151-1/+1
* State GPL version in comment (#485)Dr. David Alan Gilbert2020-03-132-2/+2
* Travis-CI: Fix ImportError: No module named 'zipp' (#502)philmd2020-02-241-0/+1
* Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)Anthony Rebello2020-01-251-8/+20
* Invoke cleanup() with right arguments.Nikolaus Rath2019-11-201-1/+1
* Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi2019-08-291-1/+2
* Do not run passthrough test when caching is active.Nikolaus Rath2019-07-091-1/+2
* test_cuse: fix runtime errorNikolaus Rath2019-07-051-4/+4
* Fix output checking in test casesNikolaus Rath2019-07-043-95/+114
* passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers2019-05-152-8/+76
* Added new example filesystemNikolaus Rath2019-05-093-6/+68
* Define ALLPERMS for musl libc systems. (#379)maxice82019-03-111-0/+4
* Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi2019-03-091-5/+5
* Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers2019-03-081-6/+8
* Travis CI: Use Xenial instead of Trusty.Nikolaus Rath2019-02-271-5/+0
* Added testcase for "big" readdir.Nikolaus Rath2018-11-241-0/+26
* Kill filesystem process on test cleanup.Nikolaus Rath2018-11-243-8/+13
* tests: add copy_file_range() to the syscall testsNiels de Vos2018-11-191-0/+99
* Update CI build scriptNikolaus Rath2018-11-061-2/+2
* Do not fail "ninja test" when running as subprojectAhmed Masud2018-10-192-3/+16
* Enable more tests for passthrough_llNikolaus Rath2018-10-101-48/+18
* Add unprivileged option in `mount.fuse3`Mattias Nissler2018-10-093-16/+56
* Fix unlink errno checkScott Worley2018-09-271-1/+1
* test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov2018-07-231-2/+3
* test_write_cache: Fix memory leaksRostislav Skudnov2018-07-231-0/+3
* Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav2018-07-211-0/+61
* Don't assume sub-second resolution for st_atime/st_mtime.Nikolaus Rath2018-07-111-2/+2
* rename: perform user mode dir loop check when not done in kernelBill Zissimooulos2018-05-181-0/+216
* Fix path to pytest cache directory.Nikolaus Rath2018-04-131-1/+1