zephyr/subsys/fs
Kiara Navarro 9207a1bcd7 fs: update module logging registration
All modules registered in fs subsystem uses:

LOG_MODULE_REGISTER(<module>, <log level>)

Lets update fs to follow same logic.

Signed-off-by: Kiara Navarro <knavarro@paltatech.com>
2025-03-27 03:50:22 +01:00
..
ext2 fs: ext2: Fix potential integer overflow in disk access size calculation 2025-01-30 16:20:58 +01:00
fcb
nvs fs: nvs: move FLASH_PAGE_LAYOUT to depends on 2025-02-27 09:07:56 +00:00
zms zms: fix the zms_mount() sector_size check 2025-03-12 02:29:31 +01:00
CMakeLists.txt native FUSE FS access: Support any libC and fix random crashes 2025-03-08 15:26:29 +01:00
fat_fs.c fs: enable fstab devicetree integration for fatfs 2025-03-15 13:07:40 +01:00
fs_impl.c
fs_impl.h
fs.c fs: update module logging registration 2025-03-27 03:50:22 +01:00
fuse_fs_access_bottom.c native FUSE FS access: Support any libC and fix random crashes 2025-03-08 15:26:29 +01:00
fuse_fs_access_bottom.h native FUSE FS access: Support any libC and fix random crashes 2025-03-08 15:26:29 +01:00
fuse_fs_access.c native FUSE FS access: Support any libC and fix random crashes 2025-03-08 15:26:29 +01:00
Kconfig native FUSE FS access: Support any libC and fix random crashes 2025-03-08 15:26:29 +01:00
Kconfig.fatfs fs: enable fstab devicetree integration for fatfs 2025-03-15 13:07:40 +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: Refactoring 2025-03-17 02:20:40 +01:00