Added experimental support for FAT and NTFS FSDs.
[reactos.git] / reactos / drivers / fs / vfat / iface.c
2002-05-15 Eric KohlAdded experimental support for FAT and NTFS FSDs.
2002-03-18 Hartmut BirrAll:
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
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-10-10 Hartmut BirrChanged the initialization for the fat cache in VfatMou...
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-07-17 Eric KohlFixed crash while mounting a FAT32 partition.
2001-07-13 Eric KohlAdded support for FAT16 partition with clustersize...
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-06-11 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-05-04 Rex JolliffChanged Cc interface func names to CcRos.
2001-03-07 Eric KohlAdded request routine for IRP_MJ_CLEANUP
2001-03-06 Eric KohlFixed typos
2001-01-16 David WelchFix bug in MmAllocateContinuousPages spotted by Philip...
2001-01-12 David WelchRemoved debugging code from NTDLL loader
2001-01-08 David WelchSome memory manager cleanups
2001-01-01 David WelchThe VFAT filesystem driver now goes through the cache...
2000-12-29 David WelchImplemented MmAllocateContinuousMemory
2000-12-29 Eric KohlImplemented shutdown routine dummy
2000-09-12 jeanchanges in IRP for compatibility
2000-06-29 David WelchMade header file usage more consistent
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-11 David WelchPut in updated version of bitops header
1999-12-04 Emanuele AlibertiAdded version resource to dd and fs.
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
1999-08-15 Eric KohlFixed STDCALL bug.
1999-06-27 Eric KohlAdded file and directory delete functionality (dummy).
1999-05-29 David WelchLots of changes to the kernel
1999-05-15 Eric KohlImproved time functions.
1999-05-13 Eric KohlFixed volume label reading.
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-05-06 Eric KohlFixed GetDiskFreeSpace().
1999-05-05 Eric KohlAdded volume serial number handling.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-23 Eric Kohlfixed GetVolumeInformation()
1999-04-21 Eric Kohlfixed GetFileAttributes()
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-15 jeanadd a read buffer of one cluster for each file
1999-02-10 jeancorrect bug in FindFile : support fragmented directories
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-29 David WelchRemoved some memory leaks
1999-01-20 David WelchFixed some bugs
1999-01-20 jeancorrected bugs in long names, and write operations
1999-01-16 David WelchFixed several bugs
1999-01-13 jeansome bugfixes
1999-01-05 jeanredo changes in 1.9 from Rex.
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-04 jeanmany changes to :
1999-01-03 David WelchAdded directory listing support for the shell
1999-01-01 Rex JolliffChanges to support the COFF driver loader
1998-12-30 Rex JolliffChanges to support new VFAT functions and the loader
1998-12-30 Rex Jolliffmore loader changes and new fixes to the VFAT driver...
1998-12-23 Rex Jolliffmore changes to support the loader
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-19 David Welch*** empty log message ***
1998-11-07 Rex JolliffNew release from Jason
1998-10-31 Rex Jolliff(Jason) various changes
1998-10-05 Rex JolliffInitial revision