mar-file-system / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.
Other
96 stars 27 forks source link

Rebuild Stability and Directory Position Tracking #229

Closed gransom closed 1 year ago

gransom commented 1 year ago

A suite of changes intended to improve the performance / safety of resource manager object rebuilds as well as changes to incorporate telldir() / seekdir() / rewinddir() support.