reactos/reactos/drivers/filesystems
2009-06-17 12:44:05 +00:00
..
cdfs fix a memory leak 2009-02-13 14:02:18 +00:00
ext2
fastfat - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
fastfat_new Alex Vlasov 2009-02-25 12:25:06 +00:00
fs_rec
msfs
mup
npfs - rw.c: After the write wait has been satisfied, check that the pipe is not closed before trying to acquire the mutex. Fix bug #4351. 2009-04-09 21:10:04 +00:00
ntfs
directory.rbuild