]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/setattr.cc
fusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / setattr.cc
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
2019-05-16 asomersfusefs: forward UTIME_NOW to the server
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-13 asomersMFHead @347527
2019-05-08 asomersfusefs: updated cached attributes during VOP_LINK.
2019-04-23 asomersFix bug in vtruncbuf introduced by r346162
2019-04-11 asomersfusefs: add a test for setattr with UTIME_NOW
2019-04-10 asomersfusefs: various cleanups
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-04-03 asomersfusefs: during ftruncate, discard cached data past...
2019-03-29 asomersMFHead@r345677
2019-03-21 asomersfusefs: adapt the tests to the fuse => fusefs rename