summaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/write.cc
AgeCommit message (Expand)Author
2025-09-19fusefs: fix a kernel panic regarding SCM_RIGHTSAlan Somers
2024-05-09fusefs: make the tests more robust to changes to maxphysAlan Somers
2024-05-06tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff
2024-01-17fusefs: prefer new/delete over malloc/freeAlan Somers
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-10fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0Enji Cooper
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-22fusefs: fix a buffer overflow in the testsAlan Somers
2022-09-25fusefs: truncate write if it would exceed RLIMIT_FSIZEAlan Somers
2022-04-18fusefs: correctly handle servers that report too much data writtenAlan Somers
2021-10-06fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers
2021-05-30fusefs: reenable the WriteCluster.cluster_write_err testAlan Somers
2021-01-01fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers
2021-01-01fusefs: fix an expectation in one of the testsAlan Somers
2020-12-28fusefs: fix the tests for a wider range of maxphysAlan Somers
2020-10-02fusefs tests: quell Coverity "Argument cannot be negative" warningsAlan Somers
2020-09-24fusefs: fix mmap'd writes in direct_io modeAlan Somers
2020-02-12fusefs: fix some memory leaks in the tests.Alan Somers
2019-09-06fusefs: coverity cleanup in the testsAlan Somers
2019-08-13fusefs: skip some tests when unsafe aio is disabledAlan Somers
2019-08-13fusefs: add SVN Keywords to the test filesAlan Somers
2019-08-12fusefs: skip some tests when unsafe aio is disabledAlan Somers
2019-07-28fusefs: fix panic when writing with O_DIRECT and using writeback cacheAlan Somers
2019-07-20fusefs: fix warnings in the tests reported by GCCAlan Somers
2019-06-26fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers
2019-06-26fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers
2019-06-26fusefs: implement the "time_gran" feature.Alan Somers
2019-06-26fusefs: set ctime during FUSE_SETATTR following a writeAlan Somers
2019-06-25fusefs: automatically update mtime and ctime on writeAlan Somers
2019-06-25fusefs: fix the tests for non-default values of MAXPHYSAlan Somers
2019-06-25fusefs: fix the tests for nondefault values of vfs.maxbcachebufAlan Somers
2019-06-25fusefs: writes should update the file size, even when data_cache_mode=0Alan Somers
2019-06-25fusefs: rewrite vop_getpages and vop_putpagesAlan Somers
2019-06-21fusefs: correctly handle short readsAlan Somers
2019-06-17fusefs: multiple fixes related to the write cacheAlan Somers
2019-06-17fusefs: skip the Write.mmap test when mmap is not availableAlan Somers
2019-06-14fusefs: fix the "write-through" of write-through cacheingAlan Somers
2019-06-14fusefs: enable write clusteringAlan Somers
2019-06-11fusefs: WIP fixing writeback cacheingAlan Somers
2019-06-03fusefs: respect RLIMIT_FSIZEAlan Somers
2019-05-28fusefs: set the flags fields of fuse_write_in and fuse_read_inAlan Somers
2019-05-27fusefs: set FUSE_WRITE_CACHE when writing from cacheAlan Somers
2019-05-27fusefs: make the tests more cplusplusyAlan Somers
2019-05-16fusefs: Upgrade FUSE protocol to version 7.9.Alan Somers
2019-05-13fusefs: commit missing file from r347547Alan Somers
2019-04-26fusefs: enable the Write.mmap testAlan Somers
2019-04-26fusefs: fix cache invalidation error from r346162Alan Somers
2019-04-12fusefs: evict invalidated cache contents during write-throughAlan Somers
2019-04-08fusefs: cache file attributesAlan Somers
2019-04-04fusefs: correctly handle short writesAlan Somers