Lines Matching full:fixed

21   Fixed a problem on small (<32M) partition.
41 Fixed f_mkdir() creates incorrect directory on FAT32.
59 Fixed an endian sensitive code in f_mkfs().
67 Fixed DBCS name can result FR_INVALID_NAME.
68 Fixed short seek (<= csize) collapses the file object.
75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO.
76 Fixed f_mkdir() on FAT32 creates incorrect directory.
83 Fixed off by one error at FAT sub-type determination.
84 Fixed btr in f_read() can be mistruncated.
85 Fixed cached sector is not flushed when create and close without write.
118 Fixed f_unlink() can return FR_OK on error.
119 Fixed wrong cache control in f_lseek().
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
130 Fixed name matching error on the 13 character boundary.
152 Fixed f_mkfs() creates wrong FAT32 volume.
176 Fixed assertion failure due to OS/2 EA on FAT12/16 volume.
195 Fixed f_write() can be truncated when the file size is close to 4GB.
196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error.
205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
206 Fixed f_close() invalidates the file object without volume lock.
207 Fixed f_closedir() returns but the volume lock is left acquired. (appeared at R0.10)
208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
214 Fixed a hard error in the disk I/O layer can collapse the directory entry.
215Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN. (appeared at R…
223 Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel(). (appeared at R0.09b)
224 Fixed a potential problem of FAT access that can appear on disk error.
225 Fixed null pointer dereference on attempting to delete the root direcotry. (appeared at R0.08)
232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
233 Fixed _FS_NORTC option does not work properly. (appeared at R0.10c)
239 Fixed wrong media change can lead a deadlock at thread-safe configuration.
242 Fixed errors in the case conversion teble of code page 437 and 850 (ff.c).
243 Fixed errors in the case conversion teble of Unicode (cc*.c).
254 Fixed errors in the case conversion table of Unicode (cc*.c).
263 Fixed f_mkfs() creates wrong volume. (appeared at R0.12)
264 Fixed wrong memory read in create_name(). (appeared at R0.12)
265 Fixed compilation fails at some configurations, _USE_FASTSEEK and _USE_FORWARD.
272 Fixed an error in the case conversion teble of code page 866. (ff.c)
273 Fixed writing data is truncated at the file offset 4GiB on the exFAT volume. (appeared at R0.12)
274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)
275Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. …
276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)
277Fixed large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at…
278 Fixed some internal errors in f_expand() and f_lseek(). (appeared at R0.12)