reactos/drivers/filesystems/fastfat
2018-08-19 09:56:12 +02:00
..
blockdev.c [FASTFAT] Completely rewrite support for dirty volumes. 2018-05-18 23:05:05 +02:00
cleanup.c [FASTFAT] Implement delayed close 2018-08-18 19:03:30 +02:00
close.c [FASTFAT] Don't delay any other close once shutdown has started 2018-08-19 09:56:12 +02:00
CMakeLists.txt [FASTFAT] Introduce a KDBG extension. 2018-04-29 12:15:11 +02:00
create.c [FASTFAT] Implement delayed close 2018-08-18 19:03:30 +02:00
dir.c [FASTFAT] Properly check for buffer size on dir enumeration. 2018-06-07 19:34:47 +02:00
direntry.c [FASTFAT] Only initialize directory cache on use. 2018-05-18 14:09:30 +02:00
dirwr.c [FASTFAT] Magic values-- 2018-08-19 09:56:12 +02:00
ea.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
fastio.c [FASTFAT] Drop read ahead locking routines in favor of lazy writer routines. 2018-02-17 13:49:15 +01:00
fat.c [FASTFAT] Reduce the usage of the generic allocation tag 2018-08-18 19:03:30 +02:00
fcb.c [FASTFAT] Reduce the usage of the generic allocation tag 2018-08-18 19:03:30 +02:00
finfo.c [FASTFAT] Don't add an extra \, when renaming a file at root. 2018-06-09 22:17:17 +02:00
flush.c [FASTFAT] Lock DirResource on flush in case we're updating entry 2018-05-28 19:37:56 +02:00
fsctl.c [FASTFAT] Don't leak statistics on dismount 2018-08-18 19:03:30 +02:00
iface.c [FASTFAT] Don't delay any other close once shutdown has started 2018-08-19 09:56:12 +02:00
kdbg.c [FASTFAT] Implement delayed close 2018-08-18 19:03:30 +02:00
misc.c [FASTFAT] Properly handle IRPs that can wait and these that cannot. 2018-05-22 21:30:08 +02:00
pnp.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
rw.c [FASTFAT] Use the FastFAT mechanism for counting clusters already implemented 2018-06-09 18:23:07 +02:00
shutdown.c [FASTFAT] Don't delay any other close once shutdown has started 2018-08-19 09:56:12 +02:00
string.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
vfat.h [FASTFAT] Don't delay any other close once shutdown has started 2018-08-19 09:56:12 +02:00
vfat005.1st Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
vfat_fr.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
vfatfs.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
volume.c [FASTFAT] Initialize cache if neded for changing volume label. 2018-05-26 10:12:55 +02:00