Adrien Destugues
Adrien Destugues
One part of this is that git normally relies on hardlinks, which are not possible on BFS. So, slower codepaths are used. There isn't much that can be done about...
I think rewriting git is a bad idea, we have enough work to do already.
Would it be possible to handle this at the file cache level by having a directory cache? Something that would preload inodes of files in a directory when the directory...
In a talk about UFS and UFS2 I learnt that they had a similar problem, and what they did is modify their block allocation strategy to group inodes together. So...
https://www.gnu.org/licenses/gpl-faq.en.html#GPLPlugins I'd say we are in the "complex communication" case here and not just calling a single function.
Maybe we can ask VLC to put a linking exception of some kind on it specifically for us? They say there is a commercial license available here: https://www.videolan.org/developers/x264.html so it...
I have a version of this on my machine where I have replaced libusb with a native backend talking directly with our USBKit. This seems to work much more reliably...
I have opened a pull request to upstream with my changes: https://github.com/whoozle/android-file-transfer-linux/pull/309/files
Possibly yes, I didn't check the 32bit build for this.
Timeouts are not implemented correctly. So it just waits forever instead of timing out after a second. You don't need to restart the whole machine in this case, just disconnect...