- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
[reactos.git] / reactos / ntoskrnl / io / iomgr / iofunc.c
2009-08-26 Stefan Ginsberg- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-09 Aleksey Bragin- Make use of the implemented transfer counter.
2009-05-24 Aleksey Bragin- Add missing pool allocation failure branch in NtSetIn...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-04 Aleksey Bragin- Revert changes to NtSetVolumeInformationFile made...
2009-01-04 Aleksey Bragin- Merge IoGetRelatedTargetDevice implementation by...
2009-01-03 Aleksey Bragin- Don't leak a FileObject reference in case of failure.
2009-01-03 Aleksey Bragin- Check if CompletionFilter has a valid value too.
2009-01-03 Dmitry Chapyshev- Add checking of CompletionFilter parameter. This...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-21 Stefan Ginsberg- Uhm...don't pool free user handles, and don't hand...
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-24 KJK::HyperionEverything
2008-11-18 Timo Kreuzerfix InterlockedExchangePointer usage
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Stefan Ginsberg- NtWrite/ReadFile: Don't hardcode Irp->RequestorMode...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-08 Stefan Ginsberg- NtQueryInformationFile and NtSetInformationFile:...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-23 Stefan Ginsberg- In IoAcquire/ReleaseCancelSpinLock, use the queued...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-30 Johannes Anderwald- dont double free an irp
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-30 Aleksey Bragin- Wrap MmProbeAndLockPages invocations into SEH.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-05 Hervé PoussineauBe compatible with MS Windows 2003 SP1 syscall list
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-05-08 Aleksey Bragin- Fix unshielded "return"s inside PSEH blocks, in the...
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-10 Peter WardFix compilation \ -> /.
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-12-03 Alex Ionescu- Fix IopSecurityFile to send the IRP to the right...
2006-11-30 Alex Ionescu- Fix critical I/O bugs in IopParseFile which were...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-30 Thomas BluemelUse the new ProbeForWriteIoStatusBlock macro
2006-08-21 Brandon TurnerLabel NtReadFileScatter as unimplemented.
2006-08-01 The Wine SynchronizerRevert 23354 (causes a bugcheck). It will be committed...
2006-07-29 Alex Ionescu- Added profiling for possible Nt I/O function optimiza...
2006-07-29 Alex Ionescu- Add another paramter to IopCleanupFailedIrp to free...
2006-07-29 Alex Ionescu- Add SEH to all iofunc.c functions that required it...
2006-07-27 Alex Ionescu- Mega whammy jammy fix commit:
2006-07-18 Alex Ionescu- Kernel Fun
2006-07-08 Alex Ionescu- Write some TODOs. I'm now done with I/O IRP APIs...
2006-07-04 Alex Ionescu- Add locking in IopDeleteFile, and only check for...
2006-07-04 Alex Ionescu- Misc formatting fixes.
2006-07-04 Alex Ionescu- Fix NtSetInformationFile to use correct sync/async...
2006-07-04 Alex Ionescu- Fix NtQueryInformationFile to use correct sync/async...
2006-07-03 Alex Ionescu- NtQueryDirectoryFile:
2006-07-03 Alex Ionescu- NtWriteFile:
2006-07-02 Alex Ionescu- NtReadFile:
2006-07-02 Alex Ionescu- Same sort of changes for NtSetVolumeInformationFile.
2006-07-02 Alex Ionescu- Fix sync usage in NtQueryVolumeInformationFile, set...
2006-07-02 Alex Ionescu- Add proper sync handling to NtUnlockFile.
2006-07-02 Alex Ionescu- More of the same for NtNotifyChangeDirectoryFile.
2006-07-02 Alex Ionescu- NtLockFile:
2006-07-02 Alex Ionescu- Temporarily disable queueing IRPs to their threads...
2006-07-02 Alex Ionescu- Move NtCancelIoFile and NtDeleteFile to file.c, they...
2006-07-02 Alex Ionescu- Same changes for IoSertInformation: Lock the FO,...
2006-07-02 Alex Ionescu- Combine IoQueryVolumeInformation and IoQueryFileInfor...
2006-07-02 Alex Ionescu- Start of heavy work on iofunc.c:
2006-07-02 Alex Ionescu- Fix formatting of some newly added functions before...
2006-07-01 Alex Ionescu- Add some more functions that just build IRPs to send...
2006-07-01 Alex Ionescu- Move efi.c to \ex, because the functions are related...