reactos/drivers/filesystems
Thomas Faber 320abafdc3
[FASTFAT] Ensure that deferred write IRP contexts are not touched. CORE-17328
Cc may decide to process deferred writes any time, so the context might
already be freed by the time we return from CcDeferWrite.
Also mark the IRP as pending, since we're going to return STATUS_PENDING.
2020-10-16 16:18:56 +02:00
..
btrfs [TRANSLATION] Polish translation update (#3233) 2020-09-26 21:42:36 +03:00
cdfs [FILESYSTEMS] Fix pool memory disclosure in filesystem drivers supporting FS_INFORMATION_CLASS.FileFsVolumeInformation (#2975) 2020-09-11 15:51:35 +03:00
ext2
fastfat [FASTFAT] Ensure that deferred write IRP contexts are not touched. CORE-17328 2020-10-16 16:18:56 +02:00
fastfat_new [FASTFAT_NEW] Sync to upstream 16022c5 (#2938) 2020-06-26 20:03:01 +03:00
ffs
fs_rec
msfs
mup
nfs [FILESYSTEMS] Fix pool memory disclosure in filesystem drivers supporting FS_INFORMATION_CLASS.FileFsVolumeInformation (#2975) 2020-09-11 15:51:35 +03:00
npfs [FILESYSTEMS] Fix pool memory disclosure in filesystem drivers supporting FS_INFORMATION_CLASS.FileFsVolumeInformation (#2975) 2020-09-11 15:51:35 +03:00
ntfs [FILESYSTEMS] Fix pool memory disclosure in NtQueryAttributesFile handlers (#2926) 2020-09-11 15:47:43 +03:00
reiserfs [FILESYSTEMS] Fix pool memory disclosure in NtQueryAttributesFile handlers (#2926) 2020-09-11 15:47:43 +03:00
udfs [UDFS] Fix build with lower optimization level 2020-10-15 11:29:09 +02:00
CMakeLists.txt