incubator-nuttx/fs/mnemofs
Saurav Pal 4e53ee4486 fs/mnemofs: Fix open and rmdir return value and seek out of bounds.
- Update open return value to ENOTDIR when ancestor is a file.
- Update rmdir return value to ENOTDIR when path is not a directory.
- Better logs for file and dir operations.

Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-11-03 16:01:58 +08:00
..
CMakeLists.txt fs/mnemofs: Add journal methods. 2024-07-13 14:58:49 -03:00
Kconfig fs/mnemofs: Add logs to bind and unbind. 2024-10-22 16:37:25 +08:00
Make.defs fs/mnemofs: Add journal methods. 2024-07-13 14:58:49 -03:00
mnemofs.c fs/mnemofs: Fix open and rmdir return value and seek out of bounds. 2024-11-03 16:01:58 +08:00
mnemofs.h fs/mnemofs: Fix open and rmdir return value and seek out of bounds. 2024-11-03 16:01:58 +08:00
mnemofs_blkalloc.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
mnemofs_ctz.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
mnemofs_fsobj.c fs/mnemofs: Fix open and rmdir return value and seek out of bounds. 2024-11-03 16:01:58 +08:00
mnemofs_journal.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
mnemofs_lru.c fs/mnemofs: Fix open and rmdir return value and seek out of bounds. 2024-11-03 16:01:58 +08:00
mnemofs_master.c fs/mnemofs: Add logs to bind and unbind. 2024-10-22 16:37:25 +08:00
mnemofs_rw.c fs/mnemofs: Fix journal log rw issue, read size issue 2024-08-17 09:10:04 -03:00
mnemofs_util.c boards/sim: Defconfigs for nand and mnemofs 2024-09-05 11:02:05 +08:00