-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
part 1 of romfs extend to enable format function #13445
Conversation
[Experimental Bot, please feedback here] The PR summary and impact descriptions provide a good start, but lack some specifics to fully meet NuttX requirements. Here's a breakdown and suggestions for improvement: Summary - Needs Improvement:
Impact - Mostly Good:
Testing - Needs Significant Improvement:
Overall: The PR is on the right track but needs more detail and concrete evidence of testing. Addressing the points above will make it much stronger. |
change romfs_cachenode to find all headers Signed-off-by: guohao15 <[email protected]>
add sparelist api Signed-off-by: guohao15 <[email protected]>
fix for df cmd infomation of romfs Signed-off-by: guohao15 <[email protected]>
origoffset represent the offset of current node offset represent the offset of the file when the current node is a soft or hard link Signed-off-by: guohao15 <[email protected]>
add romfs_mkfs to support autoformat && forceformat Signed-off-by: guohao15 <[email protected]>
and fix the minor style issue Signed-off-by: Xiang Xiao <[email protected]>
to support the directory with more than 255 files Signed-off-by: Xiang Xiao <[email protected]>
Signed-off-by: Xiang Xiao <[email protected]>
…tor boundary Signed-off-by: Xiang Xiao <[email protected]>
Signed-off-by: Xiang Xiao <[email protected]>
Signed-off-by: Xiang Xiao <[email protected]>
and set volume size to 96 bytes in romfs_mkfs Signed-off-by: Xiang Xiao <[email protected]>
add sem for write safe Signed-off-by: guohao15 <[email protected]>
Summary
part 1 of romfs extend to enable format function
Impact
This is part 1 of a series of patchs.
To enhance the write capabilities of ROMFS, enabling it to perform simple file creation, writing, and deletion operations while maintaining compatibility with the original ROMFS format used in open-source ROMFS.
Feature is enabled by CONFIG_FS_ROMFS_WRITEABLE Kconfig
When CONFIG_FS_ROMFS_WRITEABLE is enabled
We can use -o rw to enable writable
Testing
cmoka_fs_test
cmoka_syscall_test