cxl-micron-reskit / famfs

This is the user space repo for famfs, the fabric-attached memory file system
Apache License 2.0
31 stars 9 forks source link

record the latest free bits to optimize bitmap traversal performance #69

Closed leeq2016 closed 3 months ago

leeq2016 commented 3 months ago

https://github.com/cxl-micron-reskit/famfs/issues/68

jagalactic commented 3 months ago

This looks good, thanks! I plan to merge it after I've run all the tests, just to be sure.

This will help with famfs cp both wildcards and recursive, but it won't help with famfs creat. To help with creat, we would need a batched interface (and I'm not sure what that interface should look like).