minor corrections by M.Taguchi
[reactos.git] / reactos / drivers / fs / vfat / fcb.c
2004-01-28 Eric KohlRemove ntos.h and roskrnl.h from kernel-mode code.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-28 Hartmut Birr- Fixed the length calculation of a unicode string...
2003-10-11 Hartmut Birr- Changed the file names to unicode strings.
2003-08-07 Andrew GreenwoodW32API conversion update
2003-07-24 Casper Hornstrup2003-07-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-24 Casper HornstrupMake vfatfs compile using VC6.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
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-01-25 Hartmut Birr-Implemented vfat file locking. (Thanks to Gunnar Andr...
2003-01-11 Hartmut BirrStore a pointer to the parent in the fcb structure and
2003-01-02 Hartmut BirrAdded a terminating 0 in vfatGetFCBForFile. Vfat has...
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-11 Hartmut Birr* Used look aside lists to allocate memory for VFATFCB...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
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-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-06-26 Hartmut BirrChanged the sector size from BLOCKSIZE to the size...
2002-03-18 Hartmut BirrAll:
2002-01-15 Hartmut BirrAdded some fixes for accessing the page file.
2002-01-08 David WelchMore swapping fixes
2001-11-02 Hartmut BirrFixed a minor bug in vfatMakeRootFCB().
2001-10-10 Hartmut BirrRemoved vfatRequestAndValidateRegion() and vfatReleaseR...
2001-08-14 Hartmut BirrAdded support for directory/file removing/deleting.
2001-07-28 Hartmut BirrFixed the 'REACTOS' volume label bug.
2001-07-25 Hartmut BirrFixed bug in vfatMakeRootFCB().
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-07-14 Eric KohlFixed a string overrun.
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-05-10 Rex Jolliffa few more changes to vfat driver
2001-05-10 Rex Jolliffextracted a few more FCB funcs
2001-05-02 Rex JolliffExtracted vfat8dot3ToFilename from GetEntryName