reactos/reactos/drivers/filesystems
Thomas Faber 13312423b0 [NPFS]
- Don't leave the critical region before releasing ERESOURCE

svn path=/trunk/; revision=69535
2015-10-15 08:03:40 +00:00
..
cdfs 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
cdfs_new [CDFS_NEW] 2015-09-11 04:02:21 +00:00
ext2 [EXT2FS] 2015-03-05 16:13:44 +00:00
ext2_new [EXT2_NEW] Addendum to r69509. CORE-10272 CR-82 2015-10-12 11:16:25 +00:00
fastfat [FASTFAT] 2015-09-10 21:35:15 +00:00
fastfat_new [CMAKE] 2014-10-17 23:28:29 +00:00
fs_rec [FS_REC]: Guard against ROUND_UP/DOWN already being defined. 2015-10-04 17:14:24 +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 [EXT2_NEW] Add Matt Wu's ext2 filesystem driver. Not enabled by default just yet. Brought to you by Peter Hater with reviews and improvements by Thomas Faber and Pierre Schweitzer. CORE-10272 CR-82 2015-10-12 10:19:10 +00:00