nuttx/fs/fat
GAEHWILER Reto fc55f25fff Fix calculation of free clusters at mounting a fat partition
Previously the value of the FSInfo section was taken as granted.
As described in the white paper of FAT [1] this value is unreliable
and has to be computed at mount time.

    [1] https://www.win.tue.nl/~aeb/linux/fs/fat/fatgen103.pdf
2021-05-21 09:54:30 -03:00
..
fs_fat32.c Fix some typos in comments 2020-11-08 18:58:20 +01:00
fs_fat32.h Fix calculation of free clusters at mounting a fat partition 2021-05-21 09:54:30 -03:00
fs_fat32attrib.c OS internal function should indicate the error by return negative value 2020-12-31 09:37:29 +01:00
fs_fat32dirent.c fs: fully parenthesize MIN and MAX macros 2020-12-08 12:58:40 -06:00
fs_fat32util.c Fix calculation of free clusters at mounting a fat partition 2021-05-21 09:54:30 -03:00
Kconfig docs and comments: Update stale references to COPYING 2021-04-01 21:10:56 -05:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00