aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/default_permissions.cc
Commit message (Expand)AuthorAgeFilesLines
* fusefs: fix unused variables from fb619c94c67Alan Somers2023-09-211-1/+0
* fusefs: fix some bugs updating atime during closeAlan Somers2023-09-211-1/+41
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fusefs: implement VOP_DEALLOCATEAlan Somers2022-01-191-1/+100
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-011-1/+88
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-011-2/+108
* fusefs tests: quell Coverity "Argument cannot be negative" warningsAlan Somers2020-10-021-2/+2
* fusefs: fix two small bugs in the tests' expectationsAlan Somers2020-05-081-1/+1
* fusefs: fix some minor Coverity CIDs in the testsAlan Somers2019-09-161-1/+1
* fusefs: coverity cleanup in the testsAlan Somers2019-09-061-1/+1
* fusefs: fix intermittency in the default_permissions.Unlink.ok testAlan Somers2019-08-141-0/+8
* fusefs: add SVN Keywords to the test filesAlan Somers2019-08-131-0/+2
* fusefs: fix warnings in the tests reported by GCCAlan Somers2019-07-201-7/+9
* fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers2019-06-261-6/+6
* fusefs: prefer FUSE_ROOT_ID to literal 1 in the testsAlan Somers2019-05-311-59/+64
* fusefs: raise protocol level to 7.12Alan Somers2019-05-291-1/+1
* fusefs: set FUSE_WRITE_CACHE when writing from cacheAlan Somers2019-05-271-3/+3
* fusefs: make the tests more cplusplusyAlan Somers2019-05-271-95/+95
* fusefs: fix "recursing on non recursive lockmgr" panicAlan Somers2019-05-221-3/+35
* fusefs: fix a permission handling bug during VOP_RENAMEAlan Somers2019-05-081-0/+43
* fusefs: allow non-owners to set timestamps to UTIME_NOWAlan Somers2019-05-081-0/+55
* fusefs: drop suid after a successful chown by a non-root userAlan Somers2019-05-071-0/+70
* fusefs: allow the null chown and null chgrpAlan Somers2019-05-071-7/+30
* fusefs: allow ftruncate on files without write permissionAlan Somers2019-05-061-23/+56
* fusefs: Fix another obscure permission handling bugAlan Somers2019-05-061-15/+49
* fusefs: clear SUID & SGID after a successful write by a non-ownerAlan Somers2019-05-061-0/+71
* fusefs: only root may set the sticky bit on a non-directoryAlan Somers2019-05-041-0/+22
* fusefs: fix some permission checks with -o default_permissionsAlan Somers2019-05-011-3/+105
* fusefs: Finish supporting -o default_permissionsAlan Somers2019-04-111-15/+45
* fusefs: WIP supporting -o default_permissionsAlan Somers2019-04-101-20/+667
* fusefs: cache file attributesAlan Somers2019-04-081-2/+0
* fusefs: add a test case for the allow_other mount optionAlan Somers2019-03-211-3/+4
* fusefs: adapt the tests to the fuse => fusefs renameAlan Somers2019-03-211-0/+137