-
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
Commits on Oct 8, 2024
-
romfs:extend romfs to enable write part1
change romfs_cachenode to find all headers Signed-off-by: guohao15 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89caaf9 - Browse repository at this point
Copy the full SHA 89caaf9View commit details -
romfs:extend romfs to enable write part2
add sparelist api Signed-off-by: guohao15 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89d2dfe - Browse repository at this point
Copy the full SHA 89d2dfeView commit details -
fix for df cmd infomation of romfs Signed-off-by: guohao15 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2830690 - Browse repository at this point
Copy the full SHA 2830690View commit details -
romfs:bugfix use origoffset instead of offset
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]>
Configuration menu - View commit details
-
Copy full SHA for 828287b - Browse repository at this point
Copy the full SHA 828287bView commit details -
romfs:extend romfs to enable write part3
add romfs_mkfs to support autoformat && forceformat Signed-off-by: guohao15 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afadde6 - Browse repository at this point
Copy the full SHA afadde6View commit details -
fs/romfs: Remove the reference to OK and ERROR
and fix the minor style issue Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4894b05 - Browse repository at this point
Copy the full SHA 4894b05View commit details -
fs/romfs: Change the type of num from uint8_t to uint16_t
to support the directory with more than 255 files Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb98e5d - Browse repository at this point
Copy the full SHA bb98e5dView commit details -
fs/romfs: romfs_read return the partail read size instead error code
Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8667bc - Browse repository at this point
Copy the full SHA c8667bcView commit details -
fs/romfs: Compute rf_endsector correctly when the file end on the sec…
…tor boundary Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 975c233 - Browse repository at this point
Copy the full SHA 975c233View commit details -
fs/romfs: Add romfs_devstrcpy and romfs_devmemcpy
Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7959a9 - Browse repository at this point
Copy the full SHA e7959a9View commit details -
fs/romfs: Replace strlcpy and strcmp with memcpy and memcmp
Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b53c5b - Browse repository at this point
Copy the full SHA 3b53c5bView commit details -
fs/romfs: Align up the file size to 16 bytes
and set volume size to 96 bytes in romfs_mkfs Signed-off-by: Xiang Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 137d495 - Browse repository at this point
Copy the full SHA 137d495View commit details -
romfs:extend romfs to enable write part4
add sem for write safe Signed-off-by: guohao15 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b95309c - Browse repository at this point
Copy the full SHA b95309cView commit details