Daniel Hill

Results 107 comments of Daniel Hill

Microsoft provides some examples for native drivers: https://github.com/microsoft/Windows-driver-samples/tree/master/filesys/fastfat FUSE wrappers: https://github.com/dokan-dev/dokany https://github.com/winfsp/winfsp

What's your output of `bcachefs fs usage`?

_replicas_required is a synonym for _replicas, so you've effectively just set redundancy levels to 2. @koverstreet should we nerf these flags they're just causing confusion?

EC is in a known bad state at the moment, Kent wants to get around too it "soon".

We have a testing framework if you want to add some: https://evilpiepirate.org/git/ktest.git/

Use master from: https://evilpiepirate.org/git/bcachefs.git/ my issues went away with using commit: 999b621250d158ddfada12485a08d8223996be6e Also note issue: #212

bcachefs just uses the kernel crypto libraries, and looking at the code, I think it's pretty easy to change (I'm no expert) Kent made some comments on the website about...

I've been doing some research and it doesn't look promising. llvm code that is generated seems to quite low level e.g. for drivers on linux (which means not portable, and...