reactos/drivers/filesystems/fastfat
2017-12-17 23:29:33 +01:00
..
blockdev.c
cleanup.c [FASTFAT] Fix a handle count leak on volume close. This can prevent locking a volume! 2017-12-17 18:24:01 +01:00
close.c
CMakeLists.txt
create.c [FASTFAT] Add a comment (and an ASSERT) in VfatCreateFile() that shows that my stats code is broken... 2017-12-17 18:25:43 +01:00
dir.c [FASTFAT] Fix FastFAT not returning short name for FAT volumes in FileBothDirectoryInformation case 2017-12-09 21:22:55 +01:00
direntry.c
dirwr.c
ea.c
fastio.c
fat.c
fcb.c
finfo.c [FASTFAT] Calculate more accurately buffer length in VfatGetAllInformation(). 2017-12-09 10:59:37 +01:00
flush.c
fsctl.c [FASTFAT] While closing FCBs on dismount, release from tail to head and not the contrary. 2017-12-17 18:24:01 +01:00
iface.c
misc.c
pnp.c
rw.c
shutdown.c
string.c
vfat.h [FASFAT] Enable FAT volume dismount using VPB swapout 2017-12-17 23:29:33 +01:00
vfat005.1st
vfat_fr.txt
vfatfs.rc
volume.c