zephyr/subsys/fs
RAJAGOPALAN GANGADHARAN 65c4ca1f05 fs: open: Add Truncate flag to zfs open
This commit has added new flag FS_O_TRUNC to support truncation
during file open. Modified fs_open to handle truncation based on
provided flags. Included unit tests for flag behavior with common
filesystems.

Signed-off-by: RAJAGOPALAN GANGADHARAN <g.raju2000@gmail.com>
2024-05-31 08:06:05 +02:00
..
ext2 spelling: Replace occurrences of "iff" with "if and only if" 2024-05-06 14:58:08 +01: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 fs: fuse: fix fuse include path 2024-05-06 22:53:27 +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: open: Add Truncate flag to zfs open 2024-05-31 08:06:05 +02: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 fs: shell: littlefs: add support of block devices 2023-09-01 17:44:15 +02:00