Skip to content
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

Fs rework #137

Merged
merged 5 commits into from
Nov 11, 2017
Merged

Fs rework #137

merged 5 commits into from
Nov 11, 2017

Conversation

brabo
Copy link
Member

@brabo brabo commented Nov 4, 2017

Various updates to fatfs:

  • truncate
  • unlink
  • O_APPEND and O_TRUNC
    Furthermore, dropped all references to FAT16 in our Kconfig and Makefile.
    Reorganised all our filesystems to kernel/fs/
    Call fs open op after fno_create_file in sys_open_hdlr.

Copy link
Contributor

@danielinux danielinux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a fstest app in userland.

Without this PR: Test passed: 28 failed: 10
With this PR: Test passed: 32 failed: 6

No regressions spotted.

@danielinux danielinux merged commit b67afbf into master Nov 11, 2017
@danielinux danielinux deleted the fs-rework branch November 11, 2017 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants