zephyr/subsys/fs
Franciszek Pindel e13d1b47c6 fs: ext2: Fix calculating fs_memory in ext2_format
First sector starts at CONFIG_EXT2_DISK_STARTING_SECTOR.
This commit fixes calculating free space, based on that value.

Signed-off-by: Franciszek Pindel <fpindel@antmicro.com>
2024-04-11 09:07:43 +02:00
..
ext2 fs: ext2: Fix calculating fs_memory in ext2_format 2024-04-11 09:07:43 +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 flash host fuse access: Fix for native_sim 2023-11-17 09:23:48 +01:00
fat_fs.c fs: allow fs_mkfs() for FATFS without auto-format on mounting 2024-04-01 11:04:56 +01:00
fs_impl.c
fs_impl.h
fs.c fs: Clarify description of fs_open when no access bits given 2024-02-07 06:57:19 -06:00
fuse_fs_access.c fs: fuse: Avoid possible buffer overflow 2024-01-08 13:29:19 -05:00
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs fs: allow fs_mkfs() for FATFS without auto-format on mounting 2024-04-01 11:04:56 +01:00
Kconfig.littlefs
littlefs_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
shell.c