reactos/drivers/filesystems/fastfat
Victor Perevertkin 5c7ce4475e
[REACTOS] Cleanup INIT and some PAGE section allocations
- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively
- Remove INIT_FUNCTION from function prototypes
- Remove alloc_text pragma calls as they are not needed anymore
2020-11-02 21:45:31 +03:00
..
blockdev.c
cleanup.c [FASTFAT] Fix use after free when volume is unmounted 2019-06-30 13:57:14 +02:00
close.c
CMakeLists.txt
create.c [FASTFAT] Fix create for DOT and DOT-DOT leaving bad directory entry (#3241) 2020-10-12 18:54:06 +03: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 [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
fat.c
fcb.c
finfo.c [FASTFAT] Fix create for DOT and DOT-DOT leaving bad directory entry (#3241) 2020-10-12 18:54:06 +03:00
flush.c
fsctl.c [FASTFAT] Implement the overflow queue. CORE-17344 CORE-17328 2020-10-24 19:53:36 +02:00
iface.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
kdbg.c
misc.c [FASTFAT] Implement the overflow queue. CORE-17344 CORE-17328 2020-10-24 19:53:36 +02:00
pnp.c
rw.c [FASTFAT] Ensure that deferred write IRP contexts are not touched. CORE-17328 2020-10-16 16:18:56 +02:00
shutdown.c
string.c [FASTFAT] Fix create for DOT and DOT-DOT leaving bad directory entry (#3241) 2020-10-12 18:54:06 +03:00
vfat.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
vfat005.1st
vfat_fr.txt
vfatfs.rc
volume.c [FILESYSTEMS] Fix pool memory disclosure in filesystem drivers supporting FS_INFORMATION_CLASS.FileFsVolumeInformation (#2975) 2020-09-11 15:51:35 +03:00