aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fusefs: report that all tests require the fusefs kernel moduleAlan Somers13 days1-1/+2
* fusefs: Upgrade FUSE protocol to version 7.35.Claudiu I. Palincas2025-07-031-0/+30
* fusefs: fix a panic in vop_close with a CTL consumerAlan Somers2025-06-152-0/+74
* fusefs: add more checks for buggy FUSE serversAlan Somers2025-06-133-3/+115
* fusefs: Fix a panic when unmounting before initAlan Somers2025-06-126-8/+176
* fusefs: revert a workaround for a googletest bugAlan Somers2025-06-051-8/+1
* atf, kyua: Implement require.kmods.Dag-Erling Smørgrav2025-05-311-1/+17
* fusefs: correct a comment in the testsAlan Somers2025-05-301-1/+1
* fusefs: Upgrade FUSE protocol to version 7.33.Claudiu I. Palincas2025-04-291-0/+48
* Search for mntopts.h globally, not locallyBrooks Davis2025-04-223-5/+3
* Move mntopts(3) suppport into libutilBrooks Davis2025-04-221-4/+0
* fusefs tests: Use memcpy to work around a -Wstrlcpy-strlcast-size warningJohn Baldwin2025-04-111-1/+1
* src: Use gnu++17 as the default C++ standardJohn Baldwin2025-04-111-1/+0
* fusefs: fix the 32-bit build after 564c732b5c0Alan Somers2025-01-151-2/+2
* fusefs: slightly better debugging in the testsAlan Somers2025-01-151-0/+4
* fusefs: add a test for the max_read= mount optionAlan Somers2025-01-155-3/+72
* fusefs: Coverity cleanup in the lseek testsAlan Somers2025-01-061-0/+11
* fusefs: minor cleanup in the testsAlan Somers2025-01-064-6/+0
* fusefs: minor refactor in the testsAlan Somers2024-12-241-18/+12
* fusefs: fix a memory leakAlan Somers2024-12-231-0/+30
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2024-12-202-61/+4
* fusefs: delete a comment in the testsAlan Somers2024-12-181-1/+0
* fusefs: More accurately test the unique tokens in the test suiteAlan Somers2024-12-182-11/+10
* tests/sys/fs/fusefs: include iomanip headerEnji Cooper2024-10-201-0/+2
* fusefs: fix an uninitialized memory access in fuse_vnop_deallocateAlan Somers2024-09-081-0/+51
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-07-301-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-154-4/+0
* man filesystems: fix more xrefs after move to s4Alexander Ziaee2024-06-283-3/+3
* fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers2024-06-241-0/+129
* fusefs: make the tests more robust to changes to maxphysAlan Somers2024-05-092-5/+14
* tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff2024-05-065-17/+17
* tarfs: Ignore global extended headers.Dag-Erling Smørgrav2024-04-031-0/+24
* tarfs: Support paths that spill into exthdrs.Dag-Erling Smørgrav2024-04-031-0/+50
* tarfs: Factor out common test code.Dag-Erling Smørgrav2024-03-061-26/+26
* tarfs: Fix checksum calculation.Dag-Erling Smørgrav2024-03-061-0/+22
* tarfs: Fix two input validation issues.Dag-Erling Smørgrav2024-03-063-2/+196
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-042-12/+18
* fusefs: fix some memory leaks in the testsAlan Somers2024-01-192-0/+3
* fusefs: prefer new/delete over malloc/freeAlan Somers2024-01-177-109/+85
* fusefs: more consistent operand ordering in io.ccAlan Somers2024-01-151-27/+27
* fusefs: fix an interaction between copy_file_range and mmapAlan Somers2024-01-152-5/+153
* Add a regression test for PR 276191.Alan Somers2024-01-131-0/+10
* Silence VLA extension warnings in fusefs testsDimitry Andric2023-12-211-0/+4
* fusefs: sanitize FUSE_READLINK results for embedded NULsAlan Somers2023-10-071-0/+39
* Fix intermittency in the sys.fs.fusefs.symlink.main testAlan Somers2023-10-062-1/+8
* Fix intermittency in the sys.fs.fusefs.mknod.main testAlan Somers2023-10-061-0/+7
* fusefs: add more readdir tests for misbehaving serversAlan Somers2023-10-051-0/+87
* fusefs: fix unused variables from fb619c94c67Alan Somers2023-09-212-3/+0
* fusefs: fix some bugs updating atime during closeAlan Somers2023-09-213-2/+127
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0