reactos/drivers/filesystems/fastfat
Thomas Faber 4c27b4ae1e [0.4.14][FASTFAT] Implement the overflow queue. CORE-17344 CORE-17328
This avoids blocking all Ex worker threads in fastfat, thereby making Cc
unable to issue the lazy writes that would unblock those workers.
This is more or less directly taken from fastfat_new.

fix picked from commit 0.4.15-dev-1196-g
303f17f884
2020-10-27 15:36:47 +01:00
..
blockdev.c
cleanup.c [FASTFAT] Fix use after free when volume is unmounted 2019-06-30 13:57:14 +02:00
close.c [FASTFAT] Avoid a use after free in VfatCloseFile. 2019-01-12 16:27:37 +01:00
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
create.c [0.4.14][FASTFAT] Fix create for DOT and DOT-DOT leaving bad directory entry (#3241) CORE-11325 2020-10-13 21:54:46 +02:00
dir.c
direntry.c
dirwr.c [FASTFAT] Copy an entire field, instead of half-copying it with RtlCopyMemory 2019-07-20 13:56:18 +02:00
ea.c
fastio.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
fat.c [FASTFAT] Improvements for volume dismount + minor bugfixing. 2018-11-25 09:00:40 +01:00
fcb.c [FASTFAT] Improvements for volume dismount + minor bugfixing. 2018-11-25 09:00:40 +01:00
finfo.c [0.4.14][FASTFAT] Fix create for DOT and DOT-DOT leaving bad directory entry (#3241) CORE-11325 2020-10-13 21:54:46 +02:00
flush.c [FASTFAT] Improvements for volume dismount + minor bugfixing. 2018-11-25 09:00:40 +01:00
fsctl.c [0.4.14][FASTFAT] Implement the overflow queue. CORE-17344 CORE-17328 2020-10-27 15:36:47 +01:00
iface.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
kdbg.c
misc.c [0.4.14][FASTFAT] Implement the overflow queue. CORE-17344 CORE-17328 2020-10-27 15:36:47 +01:00
pnp.c
rw.c [0.4.14][FASTFAT] Ensure that deferred write IRP contexts are not touched. CORE-17328 2020-10-27 15:34:00 +01:00
shutdown.c [FASTFAT] Improvements for volume dismount + minor bugfixing. 2018-11-25 09:00:40 +01:00
string.c [0.4.14][FASTFAT] Fix create for DOT and DOT-DOT leaving bad directory entry (#3241) CORE-11325 2020-10-13 21:54:46 +02:00
vfat.h [0.4.14][FASTFAT] Implement the overflow queue. CORE-17344 CORE-17328 2020-10-27 15:36:47 +01:00
vfat005.1st
vfat_fr.txt
vfatfs.rc
volume.c