aboutsummaryrefslogtreecommitdiffstats
path: root/example/timefs3.c
AgeCommit message (Collapse)AuthorLines
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath-351/+0
This should make it more obvious at first glance what the different examples do.
2016-10-09Include testfsN examples in Doxygen documentation.Nikolaus Rath-56/+67
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath-2/+22
The current behavior makes it difficult to add help for additional options. With the change, this becomes a lot easier.
2016-10-08Added timefs3 to test notify_inval_entry.Nikolaus Rath-0/+320
Fixes #32.