Fixed the 'REACTOS' volume label bug.
[reactos.git] / reactos / drivers / fs / vfat / vfat.h
2001-07-28 Hartmut BirrFixed the 'REACTOS' volume label bug.
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-06-14 Eric KohlAdded some error checks.
2001-06-11 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-05-10 Rex Jolliffextracted a few more FCB funcs
2001-05-02 Rex JolliffExtracted vfat8dot3ToFilename from GetEntryName
2001-03-07 Eric KohlAdded request routine for IRP_MJ_CLEANUP
2001-03-02 Carl NettelbladFragmented directories and crosslinking related fixes.
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-16 David WelchFix bug in MmAllocateContinuousPages spotted by Philip...
2001-01-14 David WelchMore small cluster size fixes
2001-01-13 David WelchFix for vfatfs on volumes with smaller cluster sizes
2001-01-12 David WelchRemoved debugging code from NTDLL loader
2001-01-08 David WelchSome memory manager cleanups
2000-12-29 David WelchImplemented MmAllocateContinuousMemory
2000-12-29 Eric KohlImplemented shutdown routine dummy
2000-09-12 jeanchanges in IRP for compatibility
1999-12-16 Eric KohlAdded a time conversion function and fixed a little bug
1999-12-11 David WelchPut in updated version of bitops header
1999-12-04 Emanuele AlibertiAdded version resource to dd and fs.
1999-11-26 Jason Filby*** empty log message ***
1999-05-15 Eric KohlImproved time functions.
1999-05-05 Eric KohlAdded volume serial number handling.
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-15 jeanadd a buffer for each file opened
1999-02-10 jeanchange declaration of functions
1999-01-20 jeanprepare to reserve resource
1999-01-13 jeanadd more function's declarations
1999-01-04 jeanchanges to support FCB and CCB better
1998-12-30 Rex Jolliffmore loader changes and new fixes to the VFAT driver...
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-10-31 Rex Jolliff(Jason) various changes
1998-10-05 Rex JolliffInitial revision