reactos/ntoskrnl/cc
Pierre Schweitzer 7e97071c8b
[NTOSKRNL] Implement write behind in Cc
For now, this is just a split between scan and flush that
were both done during lazy scan previously.
Lazy scan shouldn't perform any write operation, but only
queue a write behind operation.

Our implementation is far from the original, as it seems
our lazy scan should queue a write behind operation per
shared cache map. Right now, we only perform global
operation.
2018-12-23 14:45:38 +01:00
..
cacheman.c [NTOS:CC] Use UNIMPLEMENTED_ONCE instead of custom code 2018-04-07 12:00:10 +02:00
copy.c [NTOS:CC] CcCanIWrite(): Use BYTES_TO_PAGES(Length) 2018-12-21 19:20:59 +01:00
fs.c [NTOSKRNL] When growing a file, invalid the last VACB so that it can be refreshed 2018-12-23 11:19:14 +01:00
lazywrite.c [NTOSKRNL] Implement write behind in Cc 2018-12-23 14:45:38 +01:00
mdl.c
pin.c [NTOSKRNL] Fix refcounting for BCBs 2018-10-28 20:48:01 +01:00
view.c [NTOSKRNL] Honor files that shouldn't be lazy written 2018-12-23 12:10:58 +01:00