Saurav Pal
daa3168cfb
fs/mnemofs: Fix journal log rw issue, read size issue
...
Fixes the journal log read and write size and overlap issues, along with read return value issue.
Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-08-17 09:10:04 -03:00
Saurav Pal
0be6dfb552
fs/mnemofs: Refactor path logic, direntry size bug fix, open free bug fix
...
Refactoring path logic to prevent logic flaws, direntry size bug fix to allow proper direntry traversal, open free bug fix to prevent memory leak after close.
Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-08-09 09:00:17 +02:00
Saurav Pal
6f0daf08eb
fs/mnemofs: Adds Block Allocator
...
Adds Block Allocator logic to mnemofs.
Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-07-10 18:40:47 -03:00
Saurav Pal
23b7dc0651
fs/mnemofs: Setup and VFS methods
...
The Setup and VFS methods for mnemofs, a NAND Flash File System.
Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-07-10 09:25:23 -03:00