Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-08-25 | Fix writeback capability check. | Nikolaus Rath | -1/+1 | |
2017-08-24 | Use printcap() to control test execution | Nikolaus Rath | -4/+9 | |
That way, we run only tests that are supported by the running kernel. | ||||
2017-08-24 | Renamed notify_inval_inode_fh to invalidate_path | Nikolaus Rath | -2/+2 | |
The previous name didn't make much sense. | ||||
2017-08-24 | Allow inode cache invalidation in high-level API | Sławek Rudnicki | -2/+26 | |
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. | ||||
2017-08-11 | Skip tests that aren't supported under FreeBSD. | Nikolaus Rath | -3/+7 | |
2017-05-25 | Factored out C-based tests | Nikolaus Rath | -0/+64 | |