Added scsiport driver skeleton.
[reactos.git] / reactos / drivers / fs /
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-07-18 Eric KohlVarious fixes by Hartmut Birr.
2001-07-17 Eric KohlFixed crash while mounting a FAT32 partition.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-14 Eric KohlFixed a string overrun.
2001-07-13 Eric KohlAdded support for FAT16 partition with clustersize...
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-06-26 Eric KohlFixed typos and warnings.
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-16 Eric KohlAdded unstripped driver to .cvsignore.
2001-06-15 Eric KohlFixes for gcc-2.95.3-4
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-14 Eric KohlAdded some error checks.
2001-06-13 Eric KohlMostly STDCALL fixes.
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-11 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-05-10 Eric KohlSome named pipe improvements (not usable yet!).
2001-05-10 Rex Jolliffa few more changes to vfat driver
2001-05-10 Rex Jolliffextracted a few more FCB funcs
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-06 Emanuele AlibertiAdded dist rule.
2001-05-05 Eric KohlAdded mailslot fs driver
2001-05-04 Rex JolliffChanged Cc interface func names to CcRos.
2001-05-02 Rex JolliffExtracted vfat8dot3ToFilename from GetEntryName
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-05-01 Eric KohlMailslot and named pipe preparations
2001-04-29 Carl NettelbladProbably getting fcb.PathName handling right this time.
2001-04-26 Phillip SusiUndo last change
2001-04-26 Phillip SusiAdded a check for end of fat chain before end of record...
2001-04-26 Phillip SusiFAT12GetNextCluster still needs fixed to not assume...
2001-04-03 David WelchKeep DPC queue size correct
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-09 David WelchClose section handle after NtCreateProces in KERNEL32...
2001-03-08 David WelchProper cleanup after processes
2001-03-07 David WelchMore .cvsignore files
2001-03-07 Eric KohlAdded request routine for IRP_MJ_CLEANUP
2001-03-07 David WelchPrint out the contents of the non-paged pool on SysRq+'A'
2001-03-06 Carl NettelbladFILE_NAME_INFORMATION, returning correct casing thanks...
2001-03-06 Carl NettelbladRestoring NDEBUG flag again.
2001-03-06 Carl NettelbladStoring the real casing of names internally.
2001-03-06 David WelchHide dependency files
2001-03-06 Eric KohlFixed typos
2001-03-02 Carl NettelbladFragmented directories and crosslinking related fixes.
2001-03-01 David WelchChanged wildcare handling (Carl Nettelblad)
2001-03-01 David WelchFixed from Carl Nettelblad
2001-02-18 Phillip SusiIgnore vfatfs.coff
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchMore FAT32 fixes
2001-02-06 David WelchReads of the FAT on FAT32 filesystems go through the...
2001-01-16 David WelchFAT12 fixes
2001-01-16 David WelchRemoved debugging prints
2001-01-16 David WelchFix bug in MmAllocateContinuousPages spotted by Philip...
2001-01-14 Eric KohlAdded shutdown description
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-29 Eric KohlImplemented shutdown routine dummy
2000-12-28 David WelchImplemented /Device/PhysicalMemory
2000-12-23 David WelchAll task switching is done in software.
2000-12-10 David WelchSome work on file caching
2000-12-08 jeanSUPERSEDE implemented
2000-12-07 jean bug corrected in updating fat16
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-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-11 David WelchCorrected typos in the minix driver
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-12 jeanchanges in IRP for compatibility
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-19 David WelchRemoved broken dma code
2000-07-07 Eric KohlSeparated close request
2000-06-29 David WelchMade header file usage more consistent
2000-06-17 Phillip SusiFixed several erronious checks to detect things such...
2000-06-17 Phillip SusiAdded missing DPRINT
2000-06-17 Phillip SusiFixed bug that fails to update files entries in the...
2000-06-17 Phillip SusiFixed code that checks for a deleted directory entry...
2000-06-04 Eric KohlFixed clean target (didn't delete all .o files)
2000-05-14 David WelchUpdated clean targets in various places
2000-05-13 Eric KohlAdded FLOPPY and DIST targets
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-01 Emanuele AlibertiVersion info for Named Pipe fs driver.
2000-04-01 Emanuele AlibertiVersion info for Minix driver.
2000-04-01 Emanuele AlibertiVersion info for ext2fs driver.
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-22 David WelchUpdated the minix driver
2000-03-13 Eric KohlUnused characters in long file name buffers (directory...
2000-03-12 Eric KohlFixed file creation date and time
2000-03-01 Emanuele Aliberti*** empty log message ***
2000-02-22 Eric KohlFixed minor bugs. 'ddk/ntddk.h' MUST ALWAYS be included...
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-14 David WelchFixed compilation bug
next