Don't check the share access for directories.
[reactos.git] / reactos / drivers / fs / vfat / rw.c
2005-08-24 Hervé PoussineauRemove $Id$ tags
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-24 Hervé PoussineauFix various warnings
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraHerve Poussineau <poussine@freesurf.fr>
2005-01-01 Hartmut Birr- Used the parent fcb instead to determine it from...
2004-12-05 Gé van Geldorphpoussin <poussine@freesurf.fr>:
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-09-28 Eric KohlSupport special FILE_WRITE_TO_END_OF_FILE byte offset...
2004-08-31 Hartmut Birr- Store always offsets on cluster boundaries in FCB...
2004-08-05 Filip Navara- Separate out cluster chain extending functionality...
2004-08-01 Filip Navara- Change all FAT*FindAvailableCluster functions to...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-15 Hartmut Birr- Improved the reading and writing of fragmented files.
2004-03-31 James TaborAdded removable mediachange support.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-28 Eric KohlRemove ntos.h and roskrnl.h from kernel-mode code.
2003-11-12 Eric KohlSupport verify override.
2003-10-12 Thomas Bluemelfixed warnings
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-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 BirrCall VfatUpdateEntry on each write operation.
2003-01-04 Hartmut BirrFixed handling of large FAT32 partitions.
2003-01-03 Gé van GeldorpHandle FAT32 partitions larger than 4GB
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 BirrCall VfatSetAllocationSizeInformation only if the file...
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 BirrUpdating the directory entries in VfatWrite only, if...
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-03-19 Hartmut BirrDisabled the cache access for the page file in VfatRead...
2002-03-18 Hartmut BirrAll:
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-08 David WelchMore swapping fixes
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-10-11 Hartmut BirrFixed a bug, when there is a write operation to the...
2001-10-10 Hartmut BirrRewritten the read and write functions.
2001-08-14 Hartmut BirrAdded support for directory/file removing/deleting.
2001-08-08 Hartmut BirrVfatReadBigCluster()/VfatReadSmallCluster()/
2001-08-07 Hartmut BirrFixed a bug in VfatWriteFile().
2001-08-05 Hartmut BirrRemoved changes 1.26/1.27
2001-08-04 Hartmut BirrDisabled debug message in VfatReadFile()/VfatWriteFile().
2001-08-04 Hartmut BirrAdded updating of FileObject->CurrentByteOffset in...
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-05-04 Rex JolliffChanged Cc interface func names to CcRos.
2001-04-26 Phillip SusiAdded a check for end of fat chain before end of record...
2001-04-03 David WelchKeep DPC queue size correct
2001-03-02 Carl NettelbladFragmented directories and crosslinking related fixes.
2001-01-16 David WelchRemoved debugging prints
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-13 David WelchRemoved use of intermediate buffering when reading...
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-05 jeancorrected bugs in create operations
2000-12-01 jeancorrected bug in writing files : extend files before...
2000-11-23 jeancorrect bug in write operations
2000-09-12 jeanchanges in IRP for compatibility
2000-06-29 David WelchMade header file usage more consistent
2000-06-17 Phillip SusiFixed several erronious checks to detect things such...
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-03-12 Eric KohlFixed file creation date and time
2000-02-22 Eric KohlFixed minor bugs. 'ddk/ntddk.h' MUST ALWAYS be included...
2000-02-14 David WelchFixed compilation bug
1999-12-11 David WelchPut in updated version of bitops header