]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs
fusefs: remove an obsolete fifo test
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs /
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