- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMATION structures.
[reactos.git] / reactos / drivers / fs / vfat / vfat.h
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-08-28 Filip Navara- Implement file sharing checks.
2004-08-05 Filip Navara- Separate out cluster chain extending functionality...
2004-08-01 Filip Navara- Change all FAT*FindAvailableCluster functions to...
2004-07-05 Hartmut Birr- Removed the using of the media change count to recogn...
2004-06-23 Hartmut Birr- Improved removable media support.
2004-05-15 Hartmut Birr- Improved the reading and writing of fragmented files.
2004-05-02 Hartmut Birr- Fixed checking for a FAT file system on a removable...
2003-11-12 Eric KohlSupport verify override.
2003-10-11 Hartmut Birr- Changed the file names to unicode strings.
2003-07-24 Casper HornstrupMake vfatfs compile using VC6.
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-11 Hartmut Birr- Implemented FSCTL_GET_RETRIVAL_POINTERS.
2003-02-13 Hartmut Birr- Ntoskrnl uses for all access to internal structures...
2003-02-09 Hartmut BirrImplemented IRP_MJ_FLUSH_BUFFERS.
2003-01-31 Eric KohlRenamed misleading 'BootBackupSector' to 'FsInfoSector'.
2003-01-25 Hartmut Birr-Implemented vfat file locking. (Thanks to Gunnar Andr...
2003-01-24 Eric KohlFixed size of BootBackup in the FAT32 bootsector.
2003-01-11 Hartmut BirrRemoved FCB_UPDATE_ENTRY.
2003-01-04 Hartmut BirrFixed handling of large FAT32 partitions.
2002-12-03 Hartmut BirrAdded support for the lower case flags of 8.3 names.
2002-11-11 Hartmut Birr* Used look aside lists to allocate memory for VFATFCB...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-17 Hartmut Birr- Release streaming file object for directories in...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-06-26 Hartmut BirrChanged the sector size from BLOCKSIZE to the size...
2002-06-10 Hartmut BirrAdded updating of directory entries in VfatCleanupFile...
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-03-18 Hartmut BirrAll:
2002-02-05 Hartmut BirrFixed a bug in DoQuery with empty serach pattern string...
2002-01-08 David WelchMore swapping fixes
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-10-10 Hartmut BirrAdded/Removed some definitions.
2001-08-14 Hartmut BirrAdded support for directory/file removing/deleting.
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