aboutsummaryrefslogtreecommitdiff
path: root/example/meson.build
Commit message (Collapse)AuthorAge
* Renamed notify_inval_inode_fh to invalidate_pathGravatar Nikolaus Rath2017-08-24
| | | | The previous name didn't make much sense.
* Allow inode cache invalidation in high-level APIGravatar SÅ‚awek Rudnicki2017-08-24
| | | | | | | | | | | We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine.
* Added examples/printcapGravatar Nikolaus Rath2017-08-23
|
* Don't build passthrough_ll under BSD.Gravatar Nikolaus Rath2017-08-11
|
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12