[SDK] Fix NT6 building issues and improve SDK NT6 headers.
[reactos.git] / ntoskrnl / cc /
2018-02-09 Pierre Schweitzer[NTOSKRNL] Avoid private cache map allocation for the...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Modified CcCanIWrite to handle Mm throttling...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Rewrite CcCanIWrite() to make it more accura...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Don't defer write through write operations
2018-02-09 Pierre Schweitzer[NTOSKRNL] Quickly implement the !defwrites in KDBG
2018-02-09 Pierre Schweitzer[NTOSKRNL] Drop the iSharedCacheMapLock in favor of...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Silence lazy writer now we know it works
2018-02-09 Pierre Schweitzer[NTOSKRNL] Use better locking for private cache map...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Bring an initial (and not perfect ;-)) imple...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Fix a ****ing bug where private cache map...
2018-02-08 Pierre Schweitzer[NDK] Update the PRIVATE_CACHE_MAP structure to match...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Revert 2362e0f and 07e6e9c (partly) they...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Implement CcSetAdditionalCacheAttributes()
2018-02-08 Pierre Schweitzer[NTOSKRNL] Misc cosmetic changes
2018-02-08 Pierre Schweitzer[NTOSKRNL] Implement CcSetReadAheadGranularity()
2018-02-08 Pierre Schweitzer[NTOSKRNL] Magic value--
2018-02-07 Pierre Schweitzer[NTOSKRNL] When initializing file cache, also allocate...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Use the LockQueueMasterLock where appropriate
2018-02-07 Pierre Schweitzer[NTOSKRNL] Handle FSRTL_FLAG_LIMIT_MODIFIED_PAGES flag...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Add wait support in CcCanIWrite()
2018-02-07 Pierre Schweitzer[NTOSKRNL] Implement CcPostDeferredWrites() that execut...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Properly implement lazy writer activity...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the always running thread for lazy...
2018-02-07 Pierre Schweitzer[NTOSKRNL] On Cc init, also define CcNumberWorkerThread...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Save system size on init in CcCapturedSystemSize
2018-02-04 Pierre Schweitzer[NTOSKRNL] Yet another ASSERT...
2018-02-04 Pierre Schweitzer[NTOSKRNL] Add an assert against VACB reference count...
2018-02-01 Pierre Schweitzer[NTOSKRNL] Add an helper for marking a VACB clean ...
2018-01-31 Pierre Schweitzer[NTOSKRNL] Don't let CcWriteVirtualAddress() deal with...
2018-01-31 David Quintana[NTOSKRNL] Fix CcIdleDelay initializer for old msvc...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Drop ROS_DEFERRED_WRITE_CONTEXT in favor...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Misc fixes to Cc:
2018-01-27 Pierre Schweitzer[NTOSKRNL] Fix MSVC build?
2018-01-27 Pierre Schweitzer[NTOSKRNL] Hello CcIdleDelay :-)
2018-01-27 Pierre Schweitzer[NTOSKRNL] On file cache deletion, only manipulate...
2018-01-27 Pierre Schweitzer[NTOSKRNL] When marking a VACB dirty on unmap/unpin...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Simplify (and speedup!) CcCanIWrite() using...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Store the total dirty pages per shared cache...
2018-01-25 Pierre Schweitzer[NTOSKRNL] Allow pinned dirty VACB to be lazy written.
2018-01-25 Pierre Schweitzer[NTOSKRNL] Contrary to WinDBG !filecache, we don't...
2018-01-24 Pierre Schweitzer[NTOSKRNL] Fix MSVC build?
2018-01-24 Pierre Schweitzer[NTOSKRNL] Implement (it's a bit raw for now!) the...
2018-01-24 Pierre Schweitzer[NTOSKRNL] Link all the shared cache map together.
2018-01-24 Pierre Schweitzer[NTOSKRNL] Make lazy writer thread run with higher...
2018-01-23 Pierre Schweitzer[NTOSKRNL] Implement per-file dirty page threshold.
2018-01-23 Pierre Schweitzer[NTOSKRNL] Unexpected cleanup
2018-01-23 Pierre Schweitzer[NTOSKRNL] Implement support for deferred writes in Cc.
2018-01-23 Pierre Schweitzer[NTOSKRNL] When marking a BCB dirty, also mark the...
2018-01-23 Pierre Schweitzer[NTOSKRNL] Bug fix: lazy write more often.
2018-01-23 Pierre Schweitzer[NTOSKRNL] Reimplement the lazy writer in Cc and remove...
2018-01-20 Thomas Faber[NTOS] Remove unnecessary NULL checks and add a missing...
2018-01-15 Pierre Schweitzer[NTOSKRNL] Implement CcIsThereDirtyData()
2018-01-13 Pierre Schweitzer[NTOSKRNL] When mapping data in CcMapData(), don't...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-18 Pierre Schweitzer[NTOSKRNL]
2017-11-18 Pierre Schweitzer[NTOSKRNL] In CcPurgeCacheSection(), don't assume the...
2017-11-18 Pierre Schweitzer[NTOSKRNL]
2017-11-06 Pierre Schweitzer[NTOSKRNL] Make the CcWaitForCurrentLazyWriterActivity...
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-05 Amine Khaldi* Sync up to trunk head (r65270).
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-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.
2014-08-09 David Quintana* Sync to trunk r63845.
2014-08-07 Hermès Bélusca-MaïtoSync with trunk r63831.
2014-08-04 Hermès Bélusca-MaïtoPartial merge of the condrv_restructure branch, including:
2014-08-01 Hermès Bélusca-MaïtoSync with trunk r63793.
2014-07-31 David QuintanaSync with trunk r63786.
2014-07-27 Hermès Bélusca-MaïtoSync with trunk r63743.
2014-06-27 Hermès Bélusca-MaïtoSync with trunk r63647.
2014-06-23 David QuintanaSync with trunk r63637.
next