aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1649-98/+0
* fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0Enji Cooper2023-08-109-16/+16
* tests/fusefs: Suppress false warning from GCC.John Baldwin2023-06-201-1/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1248-48/+48
* makefs: add missing break for 'g' case in tarfs testEd Maste2023-03-231-0/+1
* tarfs: Fix backtracking during node creation.Dag-Erling Smørgrav2023-03-162-13/+9
* tarfs: Support tar files which include file modes with permissions.Dag-Erling Smørgrav2023-03-161-0/+1
* tarfs: Correctly track link count.Dag-Erling Smørgrav2023-03-161-0/+2
* tarfs: Repeat tests using GNU tar if available.Dag-Erling Smørgrav2023-03-162-13/+104
* tarfs: Set mountedfrom correctly.Dag-Erling Smørgrav2023-03-071-2/+4
* testing: skip tarfs tests if module is not loadable.Olivier Cochard2023-03-011-1/+6
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-02-225-9/+112
* fusefs: fix a buffer overflow in the testsAlan Somers2023-02-227-1/+18
* tarfs: Really prevent descending into a non-directory.Dag-Erling Smørgrav2023-02-201-12/+75
* tarfs: Don't panic if the parent of a new node is not a directory.Dag-Erling Smørgrav2023-02-151-4/+26
* tarfs: Fix issues revealed by static analysis and testing.Dag-Erling Smørgrav2023-02-091-3/+40
* Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav2023-02-024-0/+303
* fusefs: fix VOP_ADVLOCK with SEEK_ENDAlan Somers2022-10-192-1/+135
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-171-2/+67
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-071-2/+14
* copy_file_range: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-09-261-25/+88
* fusefs: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-09-251-10/+68
* fusefs: respect RLIMIT_FSIZE during truncateAlan Somers2022-09-251-1/+43
* tests/sys/fs: remove mips workaroundMitchell Horne2022-09-151-5/+0
* fusefs tests: Remove an unused variable.Dmitry Chagin2022-05-131-2/+1
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-05-126-0/+226
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-05-121-25/+60
* fusefs: annotate more file descriptor leaks in the testsAlan Somers2022-05-056-0/+36
* fusefs: use the fsname mount option if setAlan Somers2022-04-295-4/+28
* fusefs: add a test for the subtype= optionAlan Somers2022-04-295-5/+42