zephyr/subsys/fs
Chen Shu 5a5f05ba4e fs: ext2: Fix nbytes_to_read calculation in ext2_inode_read()
Fix incorrect nbytes_to_read calculation in ext2_inode_read() function.
Previously nbytes_to_read was decremented by read value which caused
incorrect calculation of bytes to read in subsequent iterations.
Now nbytes_to_read is decremented by to_read value which represents
the actual number of bytes read in current iteration.

This fixes potential data corruption issues when reading files from
ext2 filesystem.

Signed-off-by: Chen Shu <751541594@qq.com>
2025-01-15 11:51:10 +01:00
..
ext2 fs: ext2: Fix nbytes_to_read calculation in ext2_inode_read() 2025-01-15 11:51:10 +01:00
fcb
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_impl.c
fs_impl.h
fs.c fs: allow mounting filesystems at / 2025-01-10 04:13:01 +01:00
fuse_fs_access.c
Kconfig fs: shell: Add configuration option for mount subcommand 2024-12-29 05:49:58 +01:00
Kconfig.fatfs fs: fatfs: additional ELM FAT options 2024-10-11 13:20:08 -04:00
Kconfig.littlefs fs: littlefs: Fix lookahead buffer sizing 2025-01-09 04:04:16 +01:00
littlefs_fs.c fs: littlefs: Fix lookahead buffer sizing 2025-01-09 04:04:16 +01:00
shell.c fs: shell: Add configuration option for mount subcommand 2024-12-29 05:49:58 +01:00