aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Use .pieo extension for WITH_PIE bsd.prog.mk outputDimitry Andric2025-05-051-1/+7
* tests/sys/fs/fusefs: include iomanip headerEnji Cooper2025-03-261-0/+2
* fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0Enji Cooper2025-03-268-15/+15
* fusefs: fix a memory leakAlan Somers2025-01-201-0/+30
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2025-01-202-61/+4
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-09-071-1/+0
* fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers2024-07-081-0/+129
* fusefs: make the tests more robust to changes to maxphysAlan Somers2024-06-282-5/+14
* tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff2024-06-285-17/+17
* fusefs: fix some memory leaks in the testsAlan Somers2024-06-132-0/+2
* fusefs: prefer new/delete over malloc/freeAlan Somers2024-06-136-105/+81
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-122-12/+18
* fusefs: more consistent operand ordering in io.ccAlan Somers2024-02-121-27/+27
* fusefs: fix an interaction between copy_file_range and mmapAlan Somers2024-02-022-5/+153
* Add a regression test for PR 276191.Alan Somers2024-01-191-0/+10
* Silence VLA extension warnings in fusefs testsDimitry Andric2023-12-241-0/+4
* Fix intermittency in the sys.fs.fusefs.mknod.main testAlan Somers2023-11-303-1/+15
* fusefs: add more readdir tests for misbehaving serversAlan Somers2023-11-301-0/+87
* fusefs: sanitize FUSE_READLINK results for embedded NULsAlan Somers2023-10-151-0/+39
* fusefs: fix some bugs updating atime during closeAlan Somers2023-10-053-2/+124
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-236-6/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2349-98/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2548-48/+48
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-03-155-9/+112
* fusefs: fix a buffer overflow in the testsAlan Somers2023-03-156-1/+15
* fusefs: fix VOP_ADVLOCK with SEEK_ENDAlan Somers2022-11-232-1/+135
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-311-2/+67
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-311-2/+14
* copy_file_range: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-10-121-25/+88
* fusefs: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-10-121-10/+68
* fusefs: respect RLIMIT_FSIZE during truncateAlan Somers2022-10-121-1/+43
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-06-186-0/+226
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-06-181-25/+60
* fusefs tests: Remove an unused variable.Dmitry Chagin2022-06-171-2/+1
* fusefs: annotate more file descriptor leaks in the testsAlan Somers2022-05-236-0/+36
* fusefs: use the fsname mount option if setAlan Somers2022-05-235-4/+28
* fusefs: add a test for the subtype= optionAlan Somers2022-05-235-5/+42
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-05-121-5/+8
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-05-121-0/+61
* fusefs: validate servers' error valuesAlan Somers2022-05-124-2/+33
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-04-294-4/+33
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-03-091-2/+36
* [skip ci] fusefs: delete a stray comment from 91972cfcddfAlan Somers2022-03-021-1/+0
* Explicitly include semaphore.h for struct _sem in fusefs setattr testDimitry Andric2022-02-091-0/+1
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-188-26/+493
* fusefs: in the tests, always assume debug.try_reclaim_vnode is availableAlan Somers2022-01-184-12/+218
* fusefs: copy_file_range must update file timestampsAlan Somers2022-01-181-0/+142
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-182-0/+470
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2022-01-033-3/+82
* fusefs: correctly handle an inode that changes file typesAlan Somers2022-01-033-7/+122