mynewt-nffs icon indicating copy to clipboard operation
mynewt-nffs copied to clipboard

Apache NFFS filesystem

Results 5 mynewt-nffs issues
Sort by recently updated
recently updated
newest added

This is a classic "Do not reorder while traversing a list" bug from the `nffs_hash` in `nffs_gc()`. In the while-loop to traverse `nffs_hash` list in `nffs_gc()`, we call `nffs_gc_inode_blocks()`. But...

;; Even though README says we must report to Jira, I found that [Jira is deprecated](https://issues.apache.org/jira/browse/MYNEWT-894?focusedCommentId=16765822&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16765822). So here I go. `nffs_write_append()` gets a pointer to `struct nffs_cache_inode` as the first...

It is possible that during regular filesystem operation filesystem footprint is shaped such that during subsequent NFFS restore operation maximum number of block will be exceeded in peek. This is...

See https://github.com/zephyrproject-rtos/zephyr/issues/11213

#13 added Zephyr support to CI which currently runs tests under `tests/subsys/fs/nffs_fs_api/basic`. Need to also add `cache`, `large` and `performance`