]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs
Merge ^/head r352105 through r352307.
[FreeBSD/FreeBSD.git] / tests / sys / fs /
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
2019-04-05 asomersfusefs: reenable some fsyncdir tests
2019-04-05 ngieFix the branch build
2019-04-04 asomersfusefs: properly handle FOPEN_KEEP_CACHE
2019-04-04 asomersMFHead@r345880
2019-04-04 asomersfusefs: correctly handle short writes
2019-04-03 philImport libxo-1.0.2
2019-04-03 asomersfusefs: fix a panic in VOP_READDIR
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-03 asomersfusefs: during ftruncate, discard cached data past...
2019-04-02 asomersfusefs: check return value of wait(2) in fork tests
2019-04-01 asomersRespond to ngie's comments in D19752
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 asomersfusefs: send FUSE_OPEN for every open(2) with unique...
2019-04-01 asomersfusefs: allow opening files O_EXEC
2019-03-30 asomersfusefs: add another regression test for bug 236844
2019-03-30 asomersfusefs: don't force direct io for files opened O_WRONLY
2019-03-30 asomersfusefs: fix more tests when data caching is disabled
2019-03-30 asomersfusefs: fix tests when data caching is disabled
2019-03-29 asomersfusefs: test that open(2) can return a writable fd...
2019-03-29 asomersfusefs: fix test build after r345645
2019-03-29 asomersMFHead@r345677
2019-03-28 asomersfusefs: add a regression test for bug 236844
2019-03-28 asomersfusefs: deduplicate code in the allow_other test
2019-03-28 asomersfusefs: fix a resource leak in the allow_other tests
2019-03-27 asomersfusefs: correct mmap()'s return value in the allow_othe...
2019-03-27 asomersfusefs: correctly set fuse_release_in.flags in an error...
2019-03-27 asomersFUSEFS: during FUSE_READDIR, set the read size correctly.
2019-03-27 asomersfusefs: fix a race condition in the allow_other test
2019-03-25 mmMFV r345495:
2019-03-23 asomersfusefs: fallback to MKNOD/OPEN if a filesystem doesn...
next