aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_syscalls.c
AgeCommit message (Expand)AuthorLines
2025-07-16Add statx supportJoanne Koong-0/+49
2025-02-18tests: Re-enable mknod and mkfifo tests on FreeBSDVassili Tchersky-6/+0
2025-02-18tests: Disable tests with TMP_FILE on FreeBSDVassili Tchersky-0/+4
2025-02-10Build fixes for -OgBernd Schubert-1/+1
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-0/+100
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2022-05-06Fix a test strncpy compilation warning with recent gccBernd Schubert-2/+4
2021-11-20test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)Luis Henriques-1/+2
2021-06-23Do not run unlinked files test on passthrough_hp with old kernelsAmir Goldstein-3/+12
2021-06-14test/test_syscalls.c: check unlinked testfiles at the end of the testAmir Goldstein-16/+129
2021-06-14test/test_syscalls.c: refactor fcheck_* helpersAmir Goldstein-68/+45
2021-06-14test/test_syscalls.c: use unique filename per testAmir Goldstein-13/+37
2021-06-02test/test_syscalls.c: fix test failure on xfs src dir (#611)Amir Goldstein-1/+1
2020-11-06test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu-2/+7
2020-05-15fix format in test (#515)Rosen Penev-1/+1
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi-1/+2
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-0/+53
2019-05-09Added new example filesystemNikolaus Rath-4/+7
2019-03-11Define ALLPERMS for musl libc systems. (#379)maxice8-0/+4
2019-03-09Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi-5/+5
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers-6/+8
2018-11-19tests: add copy_file_range() to the syscall testsNiels de Vos-0/+99
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav-0/+61
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos-0/+216
2017-08-11Skip tests that aren't supported under FreeBSD.Nikolaus Rath-1/+7
2017-08-03Don't check st_nlink value for mkdirNikolaus Rath-1/+3
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+1522