reactos/reactos/drivers/filesystems
Pierre Schweitzer 4dfae6e299 Woops! I mixed my patches. It fixes leaks anyway ;).
svn path=/trunk/; revision=39023
2009-01-22 16:50:23 +00:00
..
cdfs - STDCALL -> NTAPI 2008-11-29 20:14:45 +00:00
ext2 fix some more typos 2008-12-25 12:27:47 +00:00
fastfat VfatSetAllocationSizeInformation: The fast code for extending the size of a non-empty file did have a bug in that it didn't always set Fcb->LastCluster/Fcb->LastOffset but the OffsetToCluster call was made assuming that it did. However, the code that replaced it had a bug as well, in that it did not set Cluster to the original final cluster like the error handling code expected, so it would crash when out of disk space. Bringing back the fast code, but with its bug fixed. 2008-12-18 20:47:20 +00:00
fastfat_new Woops! I mixed my patches. It fixes leaks anyway ;). 2009-01-22 16:50:23 +00:00
fs_rec Silence compiler warnings (4/11). 2008-12-03 17:29:38 +00:00
msfs - Use the specified timeout when reading from a mailslot 2008-12-21 20:52:31 +00:00
mup - STDCALL -> NTAPI 2008-11-29 20:14:45 +00:00
npfs - npfs.h: The member named WriteMode is meaningless for pipes, as the write mode is the PipeType for both client and server. Change names to something more descriptive,ServerReadMode and ClientReadMode, for the members new use. 2009-01-21 07:52:45 +00:00
ntfs
directory.rbuild