reactos/reactos/drivers/filesystems
Aleksey Bragin 093e6f6d3c Alex Vlasov
- Implement FatRead as a wrapper around internal helper FatiRead.
- Stubplement FatiRead.

svn path=/trunk/; revision=39029
2009-01-23 09:41:30 +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 Alex Vlasov 2009-01-23 09:41:30 +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 - CDFS and NTFS: Don't include a unused, deprecated header 2008-09-03 16:52:08 +00:00
directory.rbuild Fix ext2 driver compilation. NOT TESTED YET! 2008-02-11 16:42:10 +00:00