Commit Graph

6 Commits

Author SHA1 Message Date
d0d6097d57
[NTOSKRNL:CC] Disable ExtraWriteBehind Threadpool ,
Threadpool facility will be developed first in  LazyWriter-Threadpool branch before merging, to ensure stability. 

Removed : CcComputeNextScanTime
2024-08-18 08:22:58 +02:00
1f041b4444 Update NTOSKRNL/CC/cclazywriter.cpp 2024-05-25 10:15:26 +02:00
88449693d4 Update NTOSKRNL/CC/cclazywriter.cpp 2024-05-21 14:46:57 +02:00
a8a6e6be35 Fixed CcComputeNextScanTime 2024-05-21 14:40:02 +02:00
49302f5b41 [NTOSKRNL:CC] Implementation of Lazy Writer
Lazy Writer is complete
2024-05-21 14:30:43 +02:00
3ff9824c8b [NTOSKRNL:CC] Implementation of Lazy Writer
Implemented following function
*CcPostWorkQueue
*CcScheduleLazyWriteScanEx
*CcScheduleLazyWriteScan
*CcExceptionFilter
*CcPerformReadAhead
*CcPostDeferredWrites
*CcSetValidData
*CcWriteBehind
*CcLazyWriteScan
2024-05-21 11:38:04 +02:00