reactos/reactos/drivers/filesystems
Michael Martin afcde1e39c - rw.c: Better implementation of read/write for pipes.
The ReadPtr is there so use it. Duuhh.
    Only move memory to make room for more data when the buffer is full vice moving memory on every read.
    Call KeSetEvent at the correct time, when reading is done.
- fsctrl.c: Correct data returned from NpfsPeekPipe when read mode is byte stream.

svn path=/trunk/; revision=38818
2009-01-17 15:21:15 +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 - Add stubs for VolumeControlBlock structure, VolumeDeviceObject, 2009-01-14 10:42:56 +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 - rw.c: Better implementation of read/write for pipes. 2009-01-17 15:21:15 +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