reactos/ntoskrnl/cc
Pierre Schweitzer 0917c64812
[NTOSKRNL] When growing a file, invalid the last VACB so that it can be refreshed
This will avoid corruption when a file size is little grown and read afterwards.
Up to now, FSD where reading 0es instead of expected data, causing corruption.

This fixes MS FastFAT not being able to mount a FAT volume in ReactOS, corrupting
the FAT.
This also fixes the CcSetFileSizes kmtest tests.

This is based on a patch by Thomas Faber.

CORE-11819
2018-12-23 11:19:14 +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] Optimize a bit deferred writes. 2018-05-02 23:33:45 +02:00
mdl.c
pin.c [NTOSKRNL] Fix refcounting for BCBs 2018-10-28 20:48:01 +01:00
view.c [NTOSKRNL] Don't call AcquireForLazyWrite with the master lock held 2018-12-21 08:46:40 +01:00