aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fusefs: don't leak memory of unsent operations on unmountAlan Somers2019-06-281-0/+93
* MFHead @349476Alan Somers2019-06-271-0/+2
|\
| * Skip sys.netinet.socket_afinet.socket_afinet_bind_zero temporarily because itLi-Wen Hsu2019-06-231-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
|\|
| * random(4): Fortuna: allow increased concurrencyConrad Meyer2019-06-171-0/+57
| * Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-172-6/+2
| * random(4): Generalize algorithm-independent APIsConrad Meyer2019-06-171-2/+1
| * random(4): Add regression tests for uint128 implementation, Chacha CTRConrad Meyer2019-06-173-0/+252
| * Add test cases for epairAlan Somers2019-06-131-12/+61
* | 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
* | fusefs: implement non-clustered readaheadAlan Somers2019-06-172-23/+22
* | fusefs: rename the ReadCacheable.default_readahead testAlan Somers2019-06-171-6/+7
* | fusefs: fix the "write-through" of write-through cacheingAlan Somers2019-06-141-53/+3
* | fusefs: enable write clusteringAlan Somers2019-06-145-17/+131
* | fusefs: fix a bug with WriteBack cacheingAlan Somers2019-06-131-1/+54
* | fusefs: fix a page fault with writeback cacheingAlan Somers2019-06-111-5/+39
* | fusefs: WIP fixing writeback cacheingAlan Somers2019-06-113-1/+316
* | fusefs: fix an infinite loop in the testsAlan Somers2019-06-111-2/+4
* | fusefs: fix a comment. No functional change.Alan Somers2019-06-101-1/+2
* | fusefs: add some explicit tests for FUSE_FORGETAlan Somers2019-06-065-7/+165
* | MFHead @348740Alan Somers2019-06-0610-138/+312
|\|
| * Remove tests for the deprecated algorithms in r348206Li-Wen Hsu2019-05-312-18/+1
| * Add very basic afinet socket tests which I started to write in orderBjoern A. Zeeb2019-05-212-1/+99
| * Add my name to the copyrightEnji Cooper2019-05-213-0/+3
| * Follow up to r348042: cast `aad` to a byte arrayEnji Cooper2019-05-211-0/+1
| * Fix encoding issues with python 3Enji Cooper2019-05-211-6/+16