zephyr/subsys/fs
Markus Fuchs b852bdd816 fs: fat_fs: Fix fs_statvfs when using variable sector sizes
The fs_statvfs function assumes FatFs is configured for a fixed sector
size and therefore may return wrong sector sizes when it is configured
for variable sector sizes instead. Fix that by returning the ssize
variable given in the file system object structure.

Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
2021-08-26 06:53:57 -04:00
..
fcb
nvs fs/nvs: prevent use after clear without init 2021-07-20 13:34:45 +02:00
CMakeLists.txt
Kconfig
Kconfig.fatfs fs/fatfs: Apply changes required for version 0.14b 2021-08-17 17:52:55 -04:00
Kconfig.littlefs
fat_fs.c fs: fat_fs: Fix fs_statvfs when using variable sector sizes 2021-08-26 06:53:57 -04:00
fs.c logging: fs: treat absent file on stat as no error 2021-07-26 10:44:42 -04:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs: littlefs: drop newline character in log messages 2021-07-19 12:03:15 +02:00
shell.c fs: shell: fix incorrect message format when mount fails 2021-07-19 12:02:58 +02:00