Tom Caputi
Tom Caputi
Scratch that. Even with `defaultSSHApp = false` this still happens sometimes..... Updating issue title.
The code that STMCubeMx generates also doesn't include that. I think that it tries to use FreeRTOS for all of the internals. I believe all the code is there, its...
We're should be looking more at this (as well as newer kernel compatibility and the fix you submitted) within 2 weeks or so. Thank you so much for the help....
I think handling this correctly should just be a matter of removing the `!bio_is_discard()` check from `tracer_should_trace_bio()`. We will need to ensure this works before committing it though.
The requirement is a leftover of some of the older implementation details (before the project was put in github) and can probably be reverted now. We can look into this...
@c3mb0 Could you explain what you mean by this? We currently ensure filesystem level consistency by freezing the filesystem for a moment by taking the snapshot, and I'm not sure...
@oracleloyall We would definitely be interested in seeing what you have. It would probably be easiest if you just made a pull request against this repository. Or if you are...
This appears to be an incompatibility with our persistence through unmounting feature and FUSE filesystem drivers (such as ntfs-3g). We will need to see if the driver can be made...
Yeah, @nixomose is right. We could probably make this work with a bit of effort. I would think we would just need to call one of the `bdev_put()` functions on...
I am currently using this to look at performance issues with `zfs list`. Maybe something wasn't right with my tracing, but my off-cpu flamegraph didn't seem to show anything related...