reactos/drivers/filesystems/fastfat
Pierre Schweitzer 453e42beb5
[FASTFAT] Revert bd1e7bf: our VPB swapout implementation in FastFAT is buggy and
leaves volumes in half-(dis)mounted state and thus they get remounted while not
completely dismounted.
This can lead to major breakage and data corruption.
This requires deeper fixes (let's just drop that driver!).

CORE-14124
CORE-14126
CORE-14133
2017-12-25 11:24:13 +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 [FASTFAT] Revert bd1e7bf: our VPB swapout implementation in FastFAT is buggy and 2017-12-25 11:24:13 +01:00
vfat005.1st
vfat_fr.txt
vfatfs.rc
volume.c