reactos/ntoskrnl/cc
Jérôme Gardou d8cdb89fb0 [NTOSKRNL] Overhaul Cc and Mm relationship
Previously, when creating a file section, Mm requested Cc to cache the file, then Cc would request pages from Mm, then Mm would request them back to serve its file-mapping role
Now, Mm does it all by itself. If file cahcing is requested by the FS driver, then Cc creates a file mapping and uses that to serve its purpose.

This is a rewrite of Cc
2021-02-03 09:41:22 +01:00
..
cacheman.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
copy.c [NTOSKRNL] Overhaul Cc and Mm relationship 2021-02-03 09:41:22 +01:00
fs.c [NTOSKRNL] Overhaul Cc and Mm relationship 2021-02-03 09:41:22 +01:00
lazywrite.c [NTOSKRNL] Set the MemoryMaker flag when executing write behind 2018-12-23 14:59:42 +01:00
mdl.c [NTOS:CC] CcMdl*Complete(): Return if FastIO succeeded (#3303) 2020-10-31 15:18:02 +01:00
pin.c [NTOSKRNL] Overhaul Cc and Mm relationship 2021-02-03 09:41:22 +01:00
view.c [NTOSKRNL] Overhaul Cc and Mm relationship 2021-02-03 09:41:22 +01:00