zephyr/fs
Ramesh Thomas 97d8fd1748 fs: Add file system API to flush cache of an open file
This API flushes the cached data of an open file to the
storage media. This can be called after writes to avoid data
loss if power is removed unexpectedly.

Jira: ZEP-767
Change-Id: I0f99f2f34126aa8e6a43f69c7a1b6d903937de11
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-09-23 00:06:32 +00:00
..
Kconfig fs: Fixes a bug that limits volume size to 1MB 2016-09-16 02:21:00 +00:00
Makefile fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
fat_flash_diskio.c fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
fat_fs.c fs: Add file system API to flush cache of an open file 2016-09-23 00:06:32 +00:00
fat_ram_diskio.c fs: Adds diskio interface 2016-08-01 16:46:38 -07:00