reactos/reactos/drivers/filesystems
Pierre Schweitzer f79fbfbb61 [EXT2]
Add the ReactOS famous... hack? fix? whatever? already present in FastFAT, NTFS...:
When accessing a floppy disk, our floppy storage stack can return that the disk type is unknown (some would say it's legit - see comments in FastFAT) and will also return a disk sector size of 0.
Then, when trying to read the floppy disk with said size, everything goes wrong (null length read is never a good thing). So, as in any other FSD in ReactOS, for disk sector size to 512 bytes in this really specific case.

This fixes BSOD when having a floppy drive in ReactOS (whatever its filesystem).

CORE-10464 #resolve #comment Fixed with r70725

svn path=/trunk/; revision=70725
2016-02-13 09:16:45 +00:00
..
cdfs [CDFS] 2015-11-16 11:01:36 +00:00
cdfs_new Remove redundant extra terminating ';' in all of our C code. 2016-02-04 20:42:07 +00:00
ext2 [EXT2] 2016-02-13 09:16:45 +00:00
fastfat [FASTFAT] 2015-12-08 12:57:45 +00:00
fastfat_new [CMAKE] 2014-10-17 23:28:29 +00:00
fs_rec [FS_REC] 2015-10-17 22:39:13 +00:00
msfs [MSFS] 2015-10-10 12:50:33 +00:00
mup Fix the FSDs to use the INIT_SECTION-style and add the alloc_text-s required for MSVC. Please make sure to add section declarations for both compilers for any new functions! 2015-09-10 12:00:28 +00:00
npfs [NPFS] 2015-10-15 08:03:40 +00:00
ntfs Fix the FSDs to use the INIT_SECTION-style and add the alloc_text-s required for MSVC. Please make sure to add section declarations for both compilers for any new functions! 2015-09-10 12:00:28 +00:00
udfs Remove legacy _KeNumberProcessors hack. While we are at it fix its type (CCHAR not UCHAR) and remove it from the NDK as it is a public global provided by the DDK (where we properly define it with the "__CREATE_NTOS_DATA_IMPORT_ALIAS" fix when needed. Also, the variable KeActiveProcessors is not even exported from NTOS so move it to an internal header. Fix missed fix in UDFS as well in uncompiled file. 2015-09-29 18:34:33 +00:00
CMakeLists.txt [FILESYSTEMS] 2015-10-17 22:40:14 +00:00