[E1000] Create an initial driver skeleton
[reactos.git] / ntoskrnl / io /
2019-02-02 Thomas Faber[NTOSKRNL] Guard against negative InformationClass...
2018-12-30 Hermès Bélusca-Maïto[NTOS] Don't use TAG_IO_NAME when calling ExFreePoolWit...
2018-12-30 Hermès Bélusca-Maïto[NTOS] Code formatting only.
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-29 Eric Kohl[NTOS:IO] Fix indentation. No code changes.
2018-12-27 Mark Jansen[NTOS] When checking something for NULL, let's initiali...
2018-12-25 Eric Kohl[NTOS:IO] When a device has been started, create an...
2018-12-20 Pierre Schweitzer[NTOSKRNL] Check that caller has the priviliege to...
2018-12-19 Eric Kohl[NTOSKRNL] Fix indentation. No code changes.
2018-12-19 Eric Kohl[NTOSKRNL] Fix indentation. No code changes.
2018-12-16 Eric Kohl[NTOSKRNL] Fix indentation. No code changes.
2018-12-09 Eric Kohl[NTOSKRNL] IopGetDeviceProperty: Send an IRP_MN_QUERY_C...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Use proper enum type for IopCreateSecurityDe...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Use the appropriated security descriptor...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Implement IopCreateDefaultDeviceSecurityDesc...
2018-11-25 Andrew Boyarshin[NTOS:IO] Tiny improvement to debug message
2018-11-25 Hermès Bélusca-Maïto[NTOS:IO] Finally remove the dreadful IopParseDevice...
2018-11-16 Pierre Schweitzer[NTOSKRNL] Properly check for negative values in IoChec...
2018-11-11 Hermès Bélusca-Maïto[NTOS:IO] RAW-FS: Few improvements.
2018-11-11 Hermès Bélusca-Maïto[NTOS:IO] RAW-FS: Minor code formatting only.
2018-10-27 Pierre Schweitzer[NTOSKRNL] Rewrite IoCheckEaBufferValidity() so that...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Reduce noise
2018-10-24 Hermès Bélusca-Maïto[NTOS] Add some DPRINTs in IopLoadServiceModule() and...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Remove some hacks that are not needed anymore...
2018-10-05 Pierre Schweitzer[NTOSKRNL] On open, verify and validate the hint device...
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement IopCheckTopDeviceHint()
2018-10-05 Pierre Schweitzer[NTOSKRNL] In IoGetRelatedDeviceObject(), validate...
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement IopVerifyDeviceObjectOnStack()
2018-10-04 Pierre Schweitzer[NTOSKRNL] A bit of cleanup in Io*FilterContext()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Implement IoChangeFileObjectFilterContext()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Implement IoGetFileObjectFilterContext()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Quickly check for alignment in NtRead/WriteFile
2018-10-04 Pierre Schweitzer[NTOSKRNL] Use captured variable to check parameters...
2018-10-04 Pierre Schweitzer[NTOSKRNL] On read/write, also check buffer respects...
2018-10-04 Pierre Schweitzer[NTOSKRNL] When checking for byte offset alignment...
2018-10-03 Eric Kohl[NTOSKRNL] NtReadFile/NtWriteFile: If a file has been...
2018-10-03 Pierre Schweitzer[NTOSKRNL] In IopQueryNameInternal(), enclose output...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Call IoCreateFileSpecifyDeviceObjectHint...
2018-10-03 Pierre Schweitzer[NTOSKRNL] In IoQueryFileDosDeviceName(), in case of...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Implement DOS name query in IopQueryNameInte...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Allow FileNameInformation not to be implemen...
2018-10-03 Pierre Schweitzer[NTOSKRNL] In IopQueryNameInternal() don't copy name...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Implement IoQueryFileDosDeviceName()
2018-10-03 Pierre Schweitzer[NTOSKRNL] Stub support for querying DOS name when...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Use faster internal helper to query name
2018-10-03 Pierre Schweitzer[NTOSKRNL] Rename IopQueryNameFile to IopQueryNameInternal
2018-10-02 Thomas Faber[NTOS:IO] Implement IopAcquireFileObjectLock and use...
2018-09-30 Pierre Schweitzer[NTOSKRNL] Fix remaining access computation on open
2018-09-30 Pierre Schweitzer[NTOSKRNL] Implement access check for secure open
2018-09-29 Pierre Schweitzer[NTOSKRNL] Don't lock file object on close if we're...
2018-09-29 Pierre Schweitzer[NTOSKRNL] Reference the file object before issuing...
2018-09-28 Pierre Schweitzer[NTOSKRNL] Unlock file if required on last process...
2018-09-22 Eric Kohl[NTOSKRNL] IoGetDeviceProperty: Add support for the...
2018-09-21 Eric Kohl[NTOSKRNL] Create the 'Device Parameters' subkey and...
2018-09-21 Eric Kohl[NTOSKRNL] Fix the indentation of some pnp manager...
2018-09-18 Pierre Schweitzer[NTOSKRNL] Stub IoInitializeCrashDump()
2018-08-25 Eric Kohl[NTOSKRNL] IopGetDeviceProperty: Initialize power data...
2018-08-06 Mark Jansen[NTOSKRNL] Fix a nullptr dereference in IopStartDevice 732/head
2018-07-29 Pierre Schweitzer[NTOSKNRL] Only allocate a MDL if we have an output...
2018-07-15 Eric Kohl[NTOSKRNL][NDK][UMPNPMGR] Define and use PLUGPLAY_CONTR...
2018-07-01 Timo Kreuzer[DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead...
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Minor PnP enhancements.
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Whitespace fixes only.
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject...
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set flags the standard way.
2018-04-18 Thomas Faber[NTOS:PNP] Use pool tagging for DEVICE_ACTION_DATA...
2018-04-18 Thomas Faber[NTOS:PNP] Rename IopDeviceRelations* to IopDeviceActio...
2018-04-05 Mark Jansen[NTOSKRNL] Fix IopValidateID using uninitialized var...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-19 Vadim Galyant[NTOSKRNL] Adding IopValidateID() to test characters...
2018-02-24 Pierre Schweitzer[NTOSKRNL] Implement the support for reserve IRP in IO
2018-02-24 Pierre Schweitzer[NTOSKRNL] Add the CcDataFlushes and CcDataPages counters
2018-01-14 Timo Kreuzer[NTOS] Fix 64 bit warnings
2017-12-30 Thomas Faber[NTOS] Use KeClearEvent instead of KeResetEvent where...
2017-12-25 Pierre Schweitzer[NTOSKRNL] Revert 4ef0887: experiments show that our...
2017-12-20 Samuel Serapion[NTOS] Remove forgotten assert, see CORE-14128.
2017-12-20 Ivan Labutin[NTOS][NDK][RTL] A bunch of 'wrong size' fixes
2017-12-17 Pierre Schweitzer[NTOSKRNL] Make again an attempt at killing the IopPars...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-26 Pierre Schweitzer[NTOSKRNL] Use ExAllocatePoolWithQuotaTag() when alloca...
2017-11-26 Pierre Schweitzer[NTOSKRNL] Use cache aligned buffer for devioctrl
2017-11-12 Pierre Schweitzer[NTOSKNRL] In NtWriteFile, remove the check that is...
2017-11-12 Pierre Schweitzer[NTOSKRNL] In NtWriteFile, quit using ObReferenceObject...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Implement IoComputeDesiredAccessFileObject...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Add a FIXME in NtWriteFile() that explains...
2017-11-12 Pierre Schweitzer[NTOSKRNL] It is forbidden to call DbgPrint at DISPATCH...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-06 Amine Khaldi* Sync up to trunk head (r65298).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
next