]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/default_permissions.cc
fusefs: WIP fixing writeback cacheing
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / default_permissions.cc
2019-06-06 Alan SomersMFHead @348740
2019-05-31 Alan Somersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-29 Alan Somersfusefs: raise protocol level to 7.12
2019-05-27 Alan Somersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 Alan Somersfusefs: make the tests more cplusplusy
2019-05-22 Alan Somersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-13 Alan SomersMFHead @347527
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-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-01 Alan Somersfusefs: fix some permission checks with -o default_perm...
2019-04-11 Alan Somersfusefs: Finish supporting -o default_permissions
2019-04-10 Alan Somersfusefs: WIP supporting -o default_permissions
2019-04-08 Alan Somersfusefs: cache file attributes
2019-04-05 Enji CooperFix the branch build
2019-04-04 Alan SomersMFHead@r345880
2019-03-29 Alan SomersMFHead@r345677
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
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