zephyr/subsys/fs
Jordan Yates 946f6b5c2e fs: allow enabling filesystems with FILE_SYSTEM_LIB_LINK
Update the Kconfig configuration to allow enabling the underlying
filesystems (e.g. exFAT), with only `FILE_SYSTEM_LIB_LINK` enabled.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-01-21 15:13:05 +01:00
..
ext2 fs: allow enabling filesystems with FILE_SYSTEM_LIB_LINK 2025-01-21 15:13:05 +01:00
fcb fs: fcb: rename variables differently than struct tag 2024-07-11 16:14:55 +02:00
nvs fs: nvs: Add recovery path for corrupted NVS 2024-12-23 09:15:48 +01:00
zms zms: optimize write function by skipping unnecessary reads 2024-12-19 19:55:30 +01:00
CMakeLists.txt fs: introduce ZMS a new Memory storage system 2024-10-24 16:57:12 +01:00
fat_fs.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
fs.c fs: allow mounting filesystems at / 2025-01-10 04:13:01 +01:00
fs_impl.c
fs_impl.h
fuse_fs_access.c fs: fuse: ensure S_IFxxx macros are available 2024-08-11 10:32:20 +02:00
Kconfig fs: allow enabling filesystems with FILE_SYSTEM_LIB_LINK 2025-01-21 15:13:05 +01:00
Kconfig.fatfs fs: allow enabling filesystems with FILE_SYSTEM_LIB_LINK 2025-01-21 15:13:05 +01:00
Kconfig.littlefs fs: allow enabling filesystems with FILE_SYSTEM_LIB_LINK 2025-01-21 15:13:05 +01:00
littlefs_fs.c fs/littlefs: Log error code on failed flash_area_open 2025-01-18 12:39:53 +01:00
shell.c fs: shell: Add configuration option for mount subcommand 2024-12-29 05:49:58 +01:00