]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs
fusefs: Allow update mounts
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs /
2019-05-21 Alan Somersfusefs: Allow update mounts
2019-05-16 Alan Somersfusefs: forward UTIME_NOW to the server
2019-05-16 Alan Somersfusefs: allow the server to specify st_blksize
2019-05-16 Alan Somersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-15 Alan Somersfusefs: fix more intermittency in the dev_fuse_poll...
2019-05-15 Alan Somersfusefs: fix some intermittency in the Kqueue.data test
2019-05-13 Alan Somersfusefs: commit missing file from r347547
2019-05-13 Alan SomersMFHead @347527
2019-05-12 Alan Somersfusefs: Report the number of available ops in kevent(2)
2019-05-11 Alan Somersfusefs: support kqueue for /dev/fuse
2019-05-10 Alan Somersfusefs: fix intermittency in the interrupt tests
2019-05-10 Alan Somersfusefs: debugability improvements in the tests
2019-05-10 Alan Somersfusefs: fix intermittency in the Destroy.ok test
2019-05-10 Alan Somersfusefs: return ENOTCONN instead of EIO if the daemon...
2019-05-10 Alan Somersfusefs: fix intermittency in the Interrupt.already_comp...
2019-05-10 Alan Somersfusefs: fix running multiple daemons concurrently
2019-05-09 Alan Somersfusefs: shorten and consolidate sleeps
2019-05-09 Alan Somersfusefs: eliminate some sleeps in the Interrupt tests
2019-05-09 Alan Somersfusefs: create sockets with FUSE_MKNOD, not FUSE_CREATE
2019-05-09 Alan Somersfusefs: clear a dir's attr cache when its contents...
2019-05-08 Alan Somersfusefs: fix a permission handling bug during VOP_RENAME
2019-05-08 Alan Somersfusefs: allow non-owners to set timestamps to UTIME_NOW
2019-05-08 Alan Somersfusefs: updated cached attributes during VOP_LINK.
2019-05-07 Alan Somersfusefs: drop suid after a successful chown by a non...
2019-05-07 Alan Somersfusefs: allow the null chown and null chgrp
2019-05-06 Alan Somersfusefs: allow ftruncate on files without write permission
2019-05-06 Alan Somersfusefs: Fix another obscure permission handling bug
2019-05-06 Alan Somersfusefs: clear SUID & SGID after a successful write...
2019-05-04 Alan Somersfusefs: only root may set the sticky bit on a non-directory
2019-05-04 Alan Somersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 Alan Somersfusefs: fix some permission checks with -o default_perm...
2019-04-29 Alan Somersfusefs: support unix-domain sockets
2019-04-29 Alan Somersfusefs: remove an obsolete fifo test
2019-04-29 Alan Somersfusefs: FIFO support
2019-04-26 Alan Somersfusefs: enable the Write.mmap test
2019-04-26 Alan Somersfusefs: fix cache invalidation error from r346162
2019-04-24 Alan Somersfusefs: handle ENOSYS for FUSE_INTERRUPT
2019-04-24 Alan Somersfusefs: fix the FUSE_INTERRUPT tests when data_cache_mo...
2019-04-23 Alan SomersFix bug in vtruncbuf introduced by r346162
2019-04-19 Alan Somersfusefs: give priority to FUSE_INTERRUPT operations
2019-04-19 Alan Somersfusefs: fix interrupting FUSE_SETXATTR
2019-04-19 Alan Somersfusefs: don't send FUSE_INTERRUPT for ops that are...
2019-04-18 Alan Somersfusefs: improvements to interruptibility
2019-04-17 Alan Somersfusefs: WIP making FUSE operations interruptible
2019-04-12 Alan Somersfusefs: implement VOP_ADVLOCK
2019-04-12 Alan Somersfusefs: evict invalidated cache contents during write...
2019-04-12 Alan Somersfusefs: Handle ENOSYS for all remaining opcodes
2019-04-11 Alan Somersfusefs: add a test for setattr with UTIME_NOW
2019-04-11 Alan Somersfusefs: test that we reparent a vnode during rename
2019-04-11 Alan Somersfusefs: fix a panic in a stale vnode situation
2019-04-11 Alan Somersfusefs: Finish supporting -o default_permissions
2019-04-11 Alan Somersfusefs: eliminate a superfluous FUSE_GETATTR from VOP_L...
2019-04-10 Alan Somersfusefs: various cleanups
2019-04-10 Alan Somersfusefs: WIP supporting -o default_permissions
2019-04-09 Alan Somersfusefs: skip the Read.keep_cache test when cache is...
2019-04-09 Alan Somersfusefs: cache negative lookups
2019-04-09 Alan Somersfusefs: implement entry cache timeouts
2019-04-09 Alan Somersfusefs: implement attribute cache timeouts
2019-04-08 Alan Somersfusefs: cache file attributes
2019-04-05 Alan Somersfusefs: implement VOP_ACCESS
2019-04-05 Alan Somersfusefs: enforce -onoallow_other even beneath the mountpoint
2019-04-05 Alan Somersfusefs: correctly return EROFS from VOP_ACCESS
2019-04-05 Alan Somersfusefs: reenable some fsyncdir tests
2019-04-05 Enji CooperFix the branch build
2019-04-04 Alan Somersfusefs: properly handle FOPEN_KEEP_CACHE
2019-04-04 Alan SomersMFHead@r345880
2019-04-04 Alan Somersfusefs: correctly handle short writes
2019-04-03 Alan Somersfusefs: fix a panic in VOP_READDIR
2019-04-03 Alan Somersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-03 Alan Somersfusefs: during ftruncate, discard cached data past...
2019-04-02 Alan Somersfusefs: check return value of wait(2) in fork tests
2019-04-01 Alan SomersRespond to ngie's comments in D19752
2019-04-01 Alan Somersfusefs: send FUSE_OPEN for every open(2) with unique...
2019-04-01 Alan Somersfusefs: allow opening files O_EXEC
2019-03-30 Alan Somersfusefs: add another regression test for bug 236844
2019-03-30 Alan Somersfusefs: don't force direct io for files opened O_WRONLY
2019-03-30 Alan Somersfusefs: fix more tests when data caching is disabled
2019-03-30 Alan Somersfusefs: fix tests when data caching is disabled
2019-03-29 Alan Somersfusefs: test that open(2) can return a writable fd...
2019-03-29 Alan Somersfusefs: fix test build after r345645
2019-03-29 Alan SomersMFHead@r345677
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
2019-03-28 Alan Somersfusefs: add a regression test for bug 236844
2019-03-28 Alan Somersfusefs: deduplicate code in the allow_other test
2019-03-28 Alan Somersfusefs: fix a resource leak in the allow_other tests
2019-03-27 Alan Somersfusefs: correct mmap()'s return value in the allow_othe...
2019-03-27 Alan Somersfusefs: correctly set fuse_release_in.flags in an error...
2019-03-27 Alan SomersFUSEFS: during FUSE_READDIR, set the read size correctly.
2019-03-27 Alan Somersfusefs: fix a race condition in the allow_other test
2019-03-23 Alan Somersfusefs: fallback to MKNOD/OPEN if a filesystem doesn...
2019-03-22 Alan Somersfusefs: support VOP_MKNOD
2019-03-21 Alan Somersfusefs: correctly handle cacheable negative LOOKUP...
2019-03-21 Alan Somersfusefs: Don't treat fsync the same as fdatasync
2019-03-21 Alan Somersfusefs: VOP_FSYNC should be synchronous
2019-03-21 Alan Somersfusefs: don't check for the fusefs module during the...
2019-03-21 Alan Somersfusefs: add a test case for the allow_other mount option
2019-03-21 Alan Somersfusefs: adapt the tests to the fuse => fusefs rename