aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fusefs tests: quell Coverity "Argument cannot be negative" warningsAlan Somers2020-10-029-55/+55
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* fusefs: fix mmap'd writes in direct_io modeAlan Somers2020-09-241-0/+70
* fusefs: fix the FUSE_FORGET unit test after r364064Alan Somers2020-08-111-1/+2
* Fix issues with FUSE_ACCESS when default_permissions is disabledAlan Somers2020-05-227-90/+230
* fusefs: fix intermittency in some ENOENT testsAlan Somers2020-05-183-0/+35
* fusefs: fix two small bugs in the tests' expectationsAlan Somers2020-05-082-2/+2
* Resolve conflict between the fusefs(5) and mac_bsdextended(4) testsAlan Somers2020-05-021-1/+15
* fusefs: avoid cache corruption with buggy fuse serversAlan Somers2020-03-116-22/+244
* fusefs: fix fsync for files with multiple open handlesAlan Somers2020-03-091-4/+31
* [skip ci] fix typo in comment in the fusefs testsAlan Somers2020-03-091-1/+1
* [skip ci] delete obsolete comment in fusefs testsAlan Somers2020-02-191-3/+0
* fusefs: fix some memory leaks in the tests.Alan Somers2020-02-122-0/+8
* tests: fusefs: silence remaining unsigned/signed comparison warningsKyle Evans2020-01-101-3/+3
* Refine fusefs test workaround for mips+llvmKyle Evans2020-01-061-0/+5
* fusefs: initialize C++ classes the Coverity wayAlan Somers2019-09-162-3/+6
* fusefs: fix some minor Coverity CIDs in the testsAlan Somers2019-09-163-4/+4
* fusefs: Fix iosize for FUSE_WRITE in 7.8 compat modeAlan Somers2019-09-112-51/+92
* fusefs: suppress some Coverity resource leak CIDs in the testsAlan Somers2019-09-071-0/+1
* fusefs: coverity cleanup in the testsAlan Somers2019-09-0618-33/+78
* fusefs: Fix some bugs regarding the size of the LISTXATTR listAlan Somers2019-08-282-40/+259
* Fix the build with WITHOUT_GOOGLETESTKyle Evans2019-08-221-1/+3
* fusefs: don't send the namespace during listextattrAlan Somers2019-08-161-6/+3
* fusefs: fix conditional from r351061Alan Somers2019-08-151-2/+1
* fusefs: fix the 32-bit build after 351042Alan Somers2019-08-151-1/+2
* fusefs: Fix the size of fuse_getattr_inAlan Somers2019-08-143-0/+160
* fusefs: fix intermittency in the default_permissions.Unlink.ok testAlan Somers2019-08-141-0/+8
* fusefs: skip some tests when unsafe aio is disabledAlan Somers2019-08-136-21/+38
|\
| * fusefs: skip some tests when unsafe aio is disabledAlan Somers2019-08-126-21/+38
* | fusefs: add SVN Keywords to the test filesAlan Somers2019-08-1343-0/+86
* | Don't add -Wno-class-memaccess with older gcc.Brooks Davis2019-08-091-1/+6
|/
* fusefs: fix building tests with GCC 8Alan Somers2019-07-301-1/+1
* fusefs: nul-terminate some strings in the readdir testAlan Somers2019-07-301-8/+8
* fusefs: fix panic when writing with O_DIRECT and using writeback cacheAlan Somers2019-07-281-0/+126
* fusefs: fix warnings in the tests reported by GCCAlan Somers2019-07-2019-79/+88
* sendfile: don't panic when VOP_GETPAGES_ASYNC returns an errorAlan Somers2019-07-191-1/+1
* fusefs: add a intr/nointr mount optionAlan Somers2019-07-185-12/+79
* fusefs: multiple interruptility improvementsAlan Somers2019-07-171-59/+0
* projects/fuse2: build fixesAlan Somers2019-07-131-2/+2
* fusefs: don't leak memory of unsent operations on unmountAlan Somers2019-06-281-0/+93
* fusefs: recycle vnodes after their last unlinkAlan Somers2019-06-272-13/+159
* fusefs: fix a memory leak in the forget testAlan Somers2019-06-271-0/+1
* fusefs: tighten expectations in mmap testsAlan Somers2019-06-261-7/+4
* fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers2019-06-2618-101/+128
* fusefs: run the io tests with direct io, tooAlan Somers2019-06-261-11/+56
* fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers2019-06-265-123/+39
* fusefs: implement the "time_gran" feature.Alan Somers2019-06-265-4/+56
* fusefs: delete obsolete comments in the testsAlan Somers2019-06-261-9/+0
* fusefs: set ctime during FUSE_SETATTR following a writeAlan Somers2019-06-261-2/+1
* fusefs: automatically update mtime and ctime on writeAlan Somers2019-06-252-2/+124