zephyr/subsys/fs
Franciszek Pindel 8cc2d90123 fs: ext2: Fix removing indirect blocks
This commit fixes removing indirect blocks (marking them as 0)
in the inode structure. Previous version of the code was removing
the top-level blocks only when the first removed block was
one of the first 12 direct blocks. However, when the first removed
block is the first block in the referenced block list, its parent
(indirect block) should also be removed.

Signed-off-by: Franciszek Pindel <fpindel@antmicro.com>
2024-04-19 10:13:09 +02:00
..
ext2 fs: ext2: Fix removing indirect blocks 2024-04-19 10:13:09 +02:00
fcb flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
nvs flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
CMakeLists.txt
Kconfig
Kconfig.fatfs
Kconfig.littlefs
fat_fs.c
fs.c
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c
shell.c