Properly setup the I/O stack location in IopSecurityFile.
[reactos.git] / reactos / ntoskrnl / io / file.c
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...
2002-07-20 Eric KohlFixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullA...
2002-04-27 Hartmut BirrMoved dereferencing of file objects to IoSecondStageCom...
2002-04-07 Phillip SusiReworked quite a bit of IO manager code to fix several...
2001-11-02 Hartmut BirrAdded some modifications for asyncronous i/o requests...
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-03-06 Carl NettelbladNtQueryObject in early test version and reorganization...
2001-01-28 Eric KohlAdded mapping of access rights
2000-09-03 Eric KohlSome minor fixes
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-04-21 Eric Kohlfixed GetFileAttributes()
1999-04-18 David WelchSeveral bug fixes
next