aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
Commit message (Expand)AuthorAgeFilesLines
* fusefs: don't send the namespace during listextattrAlan Somers2019-08-161-6/+3
* pf tests: Fix accidental duplication of contentMateusz Piotrowski2019-08-151-65/+0
* 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
* | tests/sys/opencrypto: enable armv8crypto on aarch64Enji Cooper2019-08-102-3/+16
* | Don't add -Wno-class-memaccess with older gcc.Brooks Davis2019-08-091-1/+6
* | Get configuration variable with default value for not breaking default settingLi-Wen Hsu2019-08-071-5/+5
* | fusefs: merge from projects/fuse2Alan Somers2019-08-0745-0/+16128
|\|
| * 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
| * MFHead @r350386Alan Somers2019-07-286-3/+190
| |\
| * | 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
| * | MFHead @349476Alan Somers2019-06-271-0/+2
| |\ \
| * | | 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
| * | | fusefs: fix the tests for non-default values of MAXPHYSAlan Somers2019-06-255-23/+34
| * | | fusefs: fix the tests for nondefault values of vfs.maxbcachebufAlan Somers2019-06-252-9/+13
| * | | fusefs: writes should update the file size, even when data_cache_mode=0Alan Somers2019-06-251-2/+2
| * | | fusefs: rewrite vop_getpages and vop_putpagesAlan Somers2019-06-252-3/+92
| * | | fusefs: fix multiple issues with the io testsAlan Somers2019-06-251-2/+38
| * | | fusefs: improve the short read fix from r349279Alan Somers2019-06-241-16/+108
| * | | fusefs: correctly handle short readsAlan Somers2019-06-212-0/+111
| * | | fusefs: raise protocol level to 7.23Alan Somers2019-06-212-3/+19
| * | | fusefs: update tests after r349260Alan Somers2019-06-211-23/+23
| * | | fusefs: raise protocol level to 7.15Alan Somers2019-06-203-0/+117
| * | | fusefs: implement VOP_BMAPAlan Somers2019-06-206-47/+191
| * | | MFHead @349234Alan Somers2019-06-206-18/+371
| |\ \ \
| * | | | fusefs: multiple fixes related to the write cacheAlan Somers2019-06-172-11/+91
| * | | | fusefs: run the Io tests with various combinations of mount optionsAlan Somers2019-06-171-7/+18
| * | | | fusefs: use cluster_read for more readaheadAlan Somers2019-06-175-9/+68
| * | | | fusefs: skip the Write.mmap test when mmap is not availableAlan Somers2019-06-171-2/+18