]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs
fusefs: skip the Write.mmap test when mmap is not available
[FreeBSD/FreeBSD.git] / tests / sys / fs /
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 asomersfusefs: rename the ReadCacheable.default_readahead...
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-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-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 asomersfusefs: Allow update mounts
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-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-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
2019-05-08 asomersfusefs: updated cached attributes during VOP_LINK.
2019-05-07 asomersfusefs: drop suid after a successful chown by a non...
2019-05-07 asomersfusefs: allow the null chown and null chgrp
2019-05-06 asomersfusefs: allow ftruncate on files without write permission
2019-05-06 asomersfusefs: Fix another obscure permission handling bug
2019-05-06 asomersfusefs: clear SUID & SGID after a successful write...
2019-05-04 asomersfusefs: only root may set the sticky bit on a non-directory
2019-05-04 asomersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 asomersfusefs: fix some permission checks with -o default_perm...
2019-04-29 asomersfusefs: support unix-domain sockets
2019-04-29 asomersfusefs: remove an obsolete fifo test
2019-04-29 asomersfusefs: FIFO support
2019-04-26 asomersfusefs: enable the Write.mmap test
2019-04-26 asomersfusefs: fix cache invalidation error from r346162
2019-04-24 asomersfusefs: handle ENOSYS for FUSE_INTERRUPT
2019-04-24 asomersfusefs: fix the FUSE_INTERRUPT tests when data_cache_mo...
2019-04-23 asomersFix bug in vtruncbuf introduced by r346162
2019-04-23 cyMFV r346563:
2019-04-19 asomersfusefs: give priority to FUSE_INTERRUPT operations
2019-04-19 asomersfusefs: fix interrupting FUSE_SETXATTR
2019-04-19 asomersfusefs: don't send FUSE_INTERRUPT for ops that are...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 asomersfusefs: improvements to interruptibility
2019-04-17 asomersfusefs: WIP making FUSE operations interruptible
2019-04-12 asomersfusefs: implement VOP_ADVLOCK
2019-04-12 asomersfusefs: evict invalidated cache contents during write...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-12 asomersfusefs: Handle ENOSYS for all remaining opcodes
2019-04-11 asomersfusefs: add a test for setattr with UTIME_NOW
2019-04-11 asomersfusefs: test that we reparent a vnode during rename
2019-04-11 asomersfusefs: fix a panic in a stale vnode situation
2019-04-11 asomersfusefs: Finish supporting -o default_permissions
2019-04-11 asomersfusefs: eliminate a superfluous FUSE_GETATTR from VOP_L...
2019-04-10 asomersfusefs: various cleanups
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
2019-04-09 asomersfusefs: skip the Read.keep_cache test when cache is...
2019-04-09 asomersfusefs: cache negative lookups
2019-04-09 asomersfusefs: implement entry cache timeouts
2019-04-09 asomersfusefs: implement attribute cache timeouts
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 asomersfusefs: implement VOP_ACCESS
2019-04-05 asomersfusefs: enforce -onoallow_other even beneath the mountpoint
2019-04-05 asomersfusefs: correctly return EROFS from VOP_ACCESS
next