aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/create.cc
Commit message (Expand)AuthorAgeFilesLines
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-05-121-0/+41
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-04-281-5/+8
* fusefs tests: quell Coverity "Argument cannot be negative" warningsAlan Somers2020-10-021-7/+7
* fusefs: fix some minor Coverity CIDs in the testsAlan Somers2019-09-161-2/+2
* fusefs: add SVN Keywords to the test filesAlan Somers2019-08-131-0/+2
* fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers2019-06-261-9/+9
* fusefs: prefer FUSE_ROOT_ID to literal 1 in the testsAlan Somers2019-05-311-14/+24
* fusefs: raise protocol level to 7.12Alan Somers2019-05-291-2/+66
* fusefs: make the tests more cplusplusyAlan Somers2019-05-271-58/+58
* fusefs: Upgrade FUSE protocol to version 7.9.Alan Somers2019-05-161-0/+35
* fusefs: create sockets with FUSE_MKNOD, not FUSE_CREATEAlan Somers2019-05-091-30/+0
* fusefs: clear a dir's attr cache when its contents changeAlan Somers2019-05-091-1/+43
* fusefs: support unix-domain socketsAlan Somers2019-04-291-23/+59
* fusefs: cache file attributesAlan Somers2019-04-081-67/+1
* fusefs: test that open(2) can return a writable fd for a readonly fileAlan Somers2019-03-291-70/+68
* fusefs: fallback to MKNOD/OPEN if a filesystem doesn't support CREATEAlan Somers2019-03-231-8/+6
* fusefs: correctly handle cacheable negative LOOKUP responsesAlan Somers2019-03-211-4/+2
* fusefs: adapt the tests to the fuse => fusefs renameAlan Somers2019-03-211-0/+364