summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #746. (#782)Peri2023-05-113-0/+173
* Disable leak suppression (#773)Matthias Görgens2023-04-121-10/+0
* Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens2023-04-121-0/+31
* Migrate away from deprecated distutilsMatthias Goergens2023-04-113-3/+3
* Fix typoMatthias Goergens2023-04-111-1/+1
* Fix PytestReturnNotNoneWarningMatthias Goergens2023-04-071-2/+4
* Fix deprecated @pytest.mark.hookwrapperMatthias Goergens2023-04-071-1/+1
* Fix meson deprecation warningMatthias Goergens2023-04-071-2/+2
* Upgrade meson version in CIMatthias Goergens2023-04-071-2/+1
* Add unit tests for setxattr() et alNikolaus Rath2023-04-011-3/+11
* Migrate from Travis to Github actionsNikolaus Rath2023-02-202-1/+5
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-284-4/+4
* 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