Fix splitting of cells (noticed by Hartmut).
[reactos.git] / reactos / ntoskrnl / io / file.c
2005-11-08 Alex Ionescu- Send a hacked access state to FS Drivers, they can...
2005-11-01 Thomas Bluemel- if a file object is a named pipe don't allow the...
2005-09-28 Thomas Bluemeldon't dereference the port in NtSetInformationFile...
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-24 Hartmut BirrMerged the main code from NtQueryAttributesFile and...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-09 Hartmut BirrSilence a debug message.
2005-08-09 Hartmut BirrIf the file object is for a device, we must gather...
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-07-29 Filip NavaraStop abusing the non-paged pool.
2005-07-26 Hartmut Birr- Remove the permanent flag from an object if ObInserOb...
2005-07-26 Filip NavaraProperly setup the I/O stack location in IopSecurityFile.
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-05-31 Hartmut BirrTry always to open a file as named object first.
2005-05-31 Hartmut BirrChanged the indentation to a more readable format ...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-21 Hartmut BirrSet the flag FO_DIRECT_DEVICE_OPEN after the call to...
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-19 Alex IonescuUnnamed objects do not have a base directory.
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-18 Alex IonescuFix usetup. This hack needs to remain even though it...
2005-05-17 Alex IonescuShare NtDevice/FsIoControlFile, fixes NtFsControlFile...
2005-05-17 Hartmut Birr- Reference the file object in IopSecurityFile.
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Alex IonescuCleanup ntlock/unlockfile with proper io semantics...
2005-05-13 Alex IonescuImplement Lookaside List allocation and release for...
2005-05-09 Alex IonescuReuse buffer in IopQueryNameFile, since it's temporary...
2005-05-09 Alex IonescuRevert most of IoCreateStreamFileObject... it's wrong...
2005-05-09 Hartmut BirrRemoved the deallocation of the irp on error after...
2005-05-09 Steven Edwardsstrip the whitespace one more time
2005-05-09 Alex IonescuMake the remaning code match the current formatting...
2005-05-09 Alex IonescuFix IopSecurityFile: Do not use BuildFsd, create IRP...
2005-05-09 Alex IonescuFix NtSetInformationFile: Cleanup FileCompletionInforma...
2005-05-09 Alex IonescuFix NtWriteFile: Get right Deviceobject, Use FileObject...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-09 Alex IonescuFix KDBG and enable IRP_NOCACHE for ReadFile. Also...
2005-05-09 Alex IonescuFix uninitailzied variable on dbg=0
2005-05-09 Alex IonescuGrrr..it's getting late or something. CORRECT fix.
2005-05-09 Alex IonescuFix a previous bug and fix NtReadFile: Read FileObject...
2005-05-08 Alex IonescuFix NtQueryDirectoryFile to wait on right status, to...
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Hartmut Birr- Free always the name string and the completion contex...
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-02 Alex IonescuSame kind of fixes for NtFlushBuffersFile
2005-05-02 Alex IonescuFix NtQueryInformationFile. Use right device object...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Alex IonescuFix IopCloseFile: Use IRP_SYNC_API flag, use local...
2005-05-01 Alex IonescuFix IopDeleteFile: Use IRP_SYNC_API flag, use local...
2005-04-30 Eric KohlNtQueryInformationFile/NtSetInformationFile:
2005-04-30 Alex IonescuRemove debug message
2005-04-29 Alex IonescuIRP Completion Fixes for 2nd-Stage:
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-16 Alex IonescuAdd file object flags, complete DEVOBJ_EXTENSION, and...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-12 Alex IonescuSet the thread to the Allocated IRPs created by Io...
2004-07-24 Filip Navara- Associate Irp with thread in NtSetInformationFile.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuAdded Io Stubs
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-13 Eric KohlInitialize IRP.RequestorMode in system functions that...
2003-11-08 Eric KohlWait for completion if FO_SYNCHRONOUS_IO is set.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-05-22 Gunnar Dalsnes-Fixed FileObject/Event dereferencing at IRP completion...
2003-03-23 Eric KohlImplemented NtQueryAttributesFile() and NtQueryFullAttr...
2003-03-19 Gunnar Dalsnesinitial work on I/O completion
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
next