Minor mods.
[reactos.git] / reactos / drivers / fs /
2002-12-27 Gé van GeldorpImproved file attribute and file time handling
2002-12-22 Gé van GeldorpVolume label doesn't always have the ARCHIVE bit set
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-03 Hartmut BirrAdded support for the lower case flags of 8.3 names.
2002-11-20 Eric KohlDisabled debug message.
2002-11-11 Hartmut Birr* Used look aside lists to allocate memory for VFATFCB...
2002-10-03 Steven EdwardsEnd of line fix for gcc 3.x
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrRemoved VfatIoIsOperationSynchronous and changed back...
2002-09-30 Hartmut BirrFree the DirectorySeachPattern.
2002-09-30 Hartmut BirrChanged the starting cluster for the call to OffsetToCl...
2002-09-23 guidoadded clean rule
2002-09-17 Hartmut BirrChanged the detection of the last session from IOCTL_CD...
2002-09-15 Hartmut BirrFixed a wrong length in CdfsReadFile.
2002-09-15 Hartmut BirrAdded support for multi session CD's.
2002-09-15 Hartmut BirrAdded CdfsSetPosition/CdfsSetInformation.
2002-09-15 Hartmut BirrCheck some attributes in CdfsCreateFile.
2002-09-14 guidoFix building using gcc-2.95
2002-09-13 Hartmut BirrFixed some problems which occurs if a directory goes...
2002-09-09 Hartmut BirrAdded CdfsCleanup.
2002-09-09 Hartmut BirrChanged initialization/deinitialization of caching.
2002-09-09 Hartmut BirrFree the DirectorySeachPattern.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 Hartmut BirrCall VfatSetAllocationSizeInformation only if the file...
2002-08-17 Hartmut BirrDisabled/removed debug messages.
2002-08-17 Hartmut Birr- Release streaming file object for directories in...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-20 Eric KohlImplemented FileAllInformation.
2002-07-20 Eric KohlImplemented FileNetworkOpenInformation.
2002-07-17 David WelchFixed null pointer exceptions.
2002-07-15 Eric KohlDump the first MFT cluster and some file attributes.
2002-06-26 Hartmut BirrChanged the sector size from BLOCKSIZE to the size...
2002-06-25 Eric KohlAdded NTFS driver stub.
2002-06-25 Eric KohlAdded 'Multi UNC Provider' driver stub.
2002-06-12 Eric KohlNow ZwLoadDriver() uses the registry path instead of...
2002-06-10 Hartmut BirrFixed a minor bug in updEntry.
2002-06-10 Hartmut BirrUpdating the directory entries in VfatWrite only, if...
2002-06-10 Hartmut BirrAdded updating of directory entries in VfatCleanupFile...
2002-06-07 Hartmut BirrFixed the allocation size for the fat in VfatMount.
2002-06-06 Eric KohlAdded full short name (8.3 name) support.
2002-06-06 Eric KohlAdded partial suppport for short names (8.3 names).
2002-05-29 Eric KohlReplaced linux partition type constants.
2002-05-28 Eric KohlMinor cleanup
2002-05-28 Eric KohlFix to support removable media (512 bytes per sector...
2002-05-23 Eric KohlUse NT-compatible (VPB-based) mounting mechanism.
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
2002-05-15 Eric KohlAdded experimental support for FAT and NTFS FSDs.
2002-05-15 Eric KohlAdded file system recognizer driver.
2002-05-14 Eric KohlFixed several cache-related bugs.
2002-05-09 Eric KohlAdded file and directory caching.
2002-05-07 Hartmut BirrFixed return value in CdfsGetFsSizeInformation.
2002-05-07 Hartmut BirrModified reading of pipes.
2002-05-07 Hartmut BirrModified closing of pipes.
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-05-05 Hartmut BirrImplemented VfatGetUserBuffer and VfatLockUserBuffer.
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-05-01 Eric KohlImplemented read support.
2002-05-01 Eric KohlFixed FCB management functions.
2002-04-27 Hartmut BirrFixed a bug in findDirSpace().
2002-04-26 Eric KohlAdded media change support (untested).
2002-04-15 Eric KohlSplit the driver into more files.
2002-04-12 Eric KohlAdded basic iso-9660 file system driver. Thanks to...
2002-04-10 Eric KohlMoved IoVerifyVolume().
2002-03-19 Hartmut BirrDisabled the cache access for the page file in VfatRead...
2002-03-18 Hartmut BirrAll:
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-02-05 Hartmut BirrFixed some bugs in vfatMakeAbsoluteFilename/VfatOpenFil...
2002-02-05 Hartmut BirrFixed a bug in DoQuery with empty serach pattern string...
2002-02-02 Hartmut BirrFixed a buffer overflow in DoQuery, if the unicode...
2002-01-27 David WelchFixes for problems with win32k
2002-01-27 David WelchMore user work
2002-01-15 Hartmut BirrAdded some fixes for accessing the page file.
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-08 David WelchMore swapping fixes
2001-11-20 Hartmut BirrFixed a bug in FAT12FindAvailableCluster.
2001-11-20 Eric KohlImplemented read/write.
2001-11-07 Phillip SusiRe enabled mounting more than one filesystem
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-11-02 Hartmut BirrFixed a minor bug in vfatMakeRootFCB().
2001-11-02 Hartmut BirrSpeed optimization in FATxxFindAvailableCluster().
2001-11-01 Hartmut BirrFixed some bugs in VfatGetStandardInformation().
2001-11-01 Hartmut BirrEnabled the check of the correct buffer size in some...
2001-10-21 Casper HornstrupNPFS read/write functionality.
2001-10-20 Eric KohlImplemented waiting for server pipe (WaitNamedPipe()).
2001-10-11 Hartmut BirrFixed a bug, when there is a write operation to the...
2001-10-10 Hartmut BirrAdded/Removed some definitions.
2001-10-10 Hartmut BirrRewritten the read and write functions.
2001-10-10 Hartmut BirrChanged the initialization for the fat cache in VfatMou...
2001-10-10 Hartmut BirrRemoved vfatRequestAndValidateRegion() and vfatReleaseR...
2001-10-10 Hartmut BirrChanged the cache access from CcRos...CacheSegment...
2001-10-10 Hartmut BirrChanged the directory access to Cc...Data().
2001-10-10 Hartmut BirrChanged the cache access from vfat...Region() to Cc...
2001-10-10 Hartmut BirrFixed the returned size in VfatGetFile...Information().
2001-10-10 Hartmut BirrAdded cache access for GetEntyName() and FindFile().
next