[LSASRV][IDL] The first parameter of the Credr* functions is a PLSAPR_SERVER_NAME.
[reactos.git] / ntoskrnl / io /
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).
2014-11-02 Amine Khaldi* Sync up to trunk head (r65183).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64921).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
2014-09-28 Amine Khaldi* Sync up to trunk head (r64377).
2014-09-22 David QuintanaSync with trunk r64222.
2014-09-12 Amine Khaldi[SHELL-EXPERIMENTS]
2014-09-10 Hermès Bélusca-Maïto[REACTOS]
2014-09-09 Hermès Bélusca-MaïtoSync with trunk revision 64099.
2014-08-24 David QuintanaSync with trunk r63935.
2014-08-23 Hermès Bélusca-MaïtoSync to trunk revision 63922.
2014-08-10 Hermès Bélusca-MaïtoSync to trunk revision 63857.
next