]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests
fusefs: annotate deliberate file descriptor leaks in the tests
[FreeBSD/FreeBSD.git] / tests /
2019-06-26 asomersfusefs: annotate deliberate file descriptor leaks in...
2019-06-26 asomersfusefs: run the io tests with direct io, too
2019-06-26 asomersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-26 asomersfusefs: implement the "time_gran" feature.
2019-06-26 asomersfusefs: delete obsolete comments in the tests
2019-06-26 asomersfusefs: set ctime during FUSE_SETATTR following a write
2019-06-25 asomersfusefs: automatically update mtime and ctime on write
2019-06-25 asomersfusefs: fix the tests for non-default values of MAXPHYS
2019-06-25 asomersfusefs: fix the tests for nondefault values of vfs...
2019-06-25 asomersfusefs: writes should update the file size, even when...
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-25 asomersfusefs: fix multiple issues with the io tests
2019-06-24 asomersfusefs: improve the short read fix from r349279
2019-06-21 asomersfusefs: correctly handle short reads
2019-06-21 asomersfusefs: raise protocol level to 7.23
2019-06-21 asomersfusefs: update tests after r349260
2019-06-20 asomersfusefs: raise protocol level to 7.15
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-17 asomersfusefs: multiple fixes related to the write cache
2019-06-17 asomersfusefs: run the Io tests with various combinations...
2019-06-17 asomersfusefs: use cluster_read for more readahead
2019-06-17 cemrandom(4): Fortuna: allow increased concurrency
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 asomersfusefs: skip the Write.mmap test when mmap is not available
2019-06-17 asomersfusefs: implement non-clustered readahead
2019-06-17 cemrandom(4): Generalize algorithm-independent APIs
2019-06-17 cemrandom(4): Add regression tests for uint128 implementat...
2019-06-17 asomersfusefs: rename the ReadCacheable.default_readahead...
2019-06-17 mmMFV r349134:
2019-06-14 asomersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 asomersfusefs: enable write clustering
2019-06-13 asomersfusefs: fix a bug with WriteBack cacheing
2019-06-13 asomersAdd test cases for epair
2019-06-11 asomersfusefs: fix a page fault with writeback cacheing
2019-06-11 asomersfusefs: WIP fixing writeback cacheing
2019-06-11 asomersfusefs: fix an infinite loop in the tests
2019-06-10 asomersfusefs: fix a comment. No functional change.
2019-06-06 asomersfusefs: add some explicit tests for FUSE_FORGET
2019-06-06 asomersMFHead @348740
2019-06-04 asomersfusefs: remove debugging code that accidentally snuck...
2019-06-03 asomersfusefs: respect RLIMIT_FSIZE
2019-06-03 asomersfusefs: don't require FUSE_EXPORT_SUPPORT for async...
2019-06-03 asomersfusefs: support asynchronous cache invalidation
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 asomersfusefs: support name cache invalidation
2019-05-31 asomersfusefs: check the vnode cache when looking up files...
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-31 lwhsuRemove tests for the deprecated algorithms in r348206
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-28 asomersfusefs: flock(2) locks must be implemented in-kernel
2019-05-27 asomersfusefs: fix an alignment issue in the tests on arm
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 asomersfusefs: remove obsolete comments in the tests
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
2019-05-25 asomersfusefs: misc build fixes
2019-05-24 asomersfusefs: implement FUSE_ASYNC_READ
2019-05-23 asomersfusefs: Make fuse file systems NFS-exportable
2019-05-22 asomersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-21 bzAdd very basic afinet socket tests which I started...
2019-05-21 asomersfusefs: Allow update mounts
2019-05-21 ngieAdd my name to the copyright
2019-05-21 ngieFollow up to r348042: cast `aad` to a byte array
2019-05-21 ngieFix encoding issues with python 3
2019-05-21 ngieRemove spurious newline
2019-05-21 ngieFix `KAT(CCM)?Parser` file descriptor leaks
2019-05-21 ngieSquash deprecation warning related to array.array(...
2019-05-21 ngieFollowup to r347996
2019-05-20 ngieAllow the end-user to pass along arguments to cryptotes...
2019-05-20 traszImprove tree(3) tests by using ATF_REQUIRE where applic...
2019-05-20 ngieReplace uses of `foo.(de|en)code('hex')` with `binascii...
2019-05-20 mmMFV r347989:
2019-05-16 asomersfusefs: forward UTIME_NOW to the server
2019-05-16 asomersfusefs: allow the server to specify st_blksize
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-16 kpipsec tests: Skip if ipsec.ko is not loaded
2019-05-15 asomersfusefs: fix more intermittency in the dev_fuse_poll...
2019-05-15 asomersfusefs: fix some intermittency in the Kqueue.data test
2019-05-13 asomersfusefs: commit missing file from r347547
2019-05-13 asomersMFHead @347527
2019-05-12 asomersfusefs: Report the number of available ops in kevent(2)
2019-05-11 asomersfusefs: support kqueue for /dev/fuse
2019-05-10 asomersfusefs: fix intermittency in the interrupt tests
2019-05-10 asomersfusefs: debugability improvements in the tests
2019-05-10 asomersfusefs: fix intermittency in the Destroy.ok test
2019-05-10 asomersfusefs: return ENOTCONN instead of EIO if the daemon...
2019-05-10 asomersfusefs: fix intermittency in the Interrupt.already_comp...
2019-05-10 asomersfusefs: fix running multiple daemons concurrently
2019-05-10 traszTry to unbreak the build after r347425.
2019-05-10 traszAdd simple regression tests for tree(3). Those are...
2019-05-10 ngieRefactor tests/sys/opencrypto/runtests
2019-05-09 asomersfusefs: shorten and consolidate sleeps
2019-05-09 asomersfusefs: eliminate some sleeps in the Interrupt tests
2019-05-09 asomersfusefs: create sockets with FUSE_MKNOD, not FUSE_CREATE
2019-05-09 asomersfusefs: clear a dir's attr cache when its contents...
2019-05-08 asomersfusefs: fix a permission handling bug during VOP_RENAME
2019-05-08 asomersfusefs: allow non-owners to set timestamps to UTIME_NOW
2019-05-08 manudts: Import files from Linux 5.1
next