aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_write_cache.c
AgeCommit message (Expand)AuthorLines
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
2025-03-24fuse: Fix want flag conversionBernd Schubert-1/+1
2025-03-24test/test_write_cache.c: Reformat with clang-formatBernd Schubert-204/+212
2025-01-03Fix libfuse build with FUSE_USE_VERSION 30Amir Goldstein-0/+3
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-1/+1
2024-06-25Use off_t instead of loff_tCismonX-3/+1
2024-03-06Fix undefined loff_t in test_write_cache.c on alpineBernd Schubert-0/+2
2024-02-26Fix tests/test_write_cache in write back mode (#892)Bernd Schubert-8/+33
2023-07-01Reduce default write size by halfNikolaus Rath-1/+1
2023-07-01Add missing include.Nikolaus Rath-0/+1
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2022-01-05Add test for FOPEN_NOFLUSH flagAmir Goldstein-1/+60
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
2018-07-23test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov-2/+3
2018-07-23test_write_cache: Fix memory leaksRostislav Skudnov-0/+3
2017-08-24Don't use -o auto_unmount under FreeBSD.Nikolaus Rath-0/+2
2017-05-24Make tests build on bsdBrian Naylor-0/+5
2016-11-06Don't hardcode test file name.Nikolaus Rath-1/+1
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-1/+11
2016-10-10Added write cache tests.Nikolaus Rath-0/+206