[NTFS] Typo fix: "Steam" -> "Stream"
[NTFS] NtfsCreateFCB(): Check allocation result (#4795)
[NTFS] PrintAllVCNs(): Fix a typo in an ASSERT() (#4682)It was introduced in 0.4.7-dev-590-g 5579428b4f1.
[NTFS][UDFS] Fix build with NDEBUG undefined (#4171)- Fix DumpBTreeNode() parameters in ntfs/btree.c- Comment out unused variable in env_spec.cpp- Fix missed brackets in else clause in wcache_lib
[NTFS][UDFS] Fix build with NDEBUG undefined (#4171)- Fix DumpBTreeNode() parameters in ntfs/btree.c- Comment out unused variable in env_spec.cpp- Fix missed brackets in else clause in wcache_lib.cpp
show more ...
[NTFS] Check file isn't encrypted
[NTFS] Add new defines for file attributes
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e3955f66 - Fix MSVC 2015 buildPut data into PAGEDATA or INITDATA sectionsKeep section declaration for prototypesCORE-17540
[REACTOS] Cleanup INIT and some PAGE section allocations- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively- Remove INIT_FUNCTION from function prototypes
[REACTOS] Cleanup INIT and some PAGE section allocations- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively- Remove INIT_FUNCTION from function prototypes- Remove alloc_text pragma calls as they are not needed anymore
[FILESYSTEMS] Fix pool memory disclosure in NtQueryAttributesFile handlers (#2926)Fix pool memory disclosure caused by alignment bytes at the end of the _FILE_BASIC_INFORMATION structure
[NTFS] Fix use after free in failure case of NtfsMountVolume.NtfsGetVolumeData frees FileRecLookasideList in case of failure, so don'tfree it again.Dereferencing NewDeviceObject invalidates Vcb.
[NTFS] Correctly find attributes stored in another file record in MFT (and referenced in data stream)
[NTFS] Do not print debug message for every function call by default
[CMAKE] Use modules instead of shared librariesThere is no need to compile our DLLs as shared libraries since we aremanaging symbols exports and imports through spec files.On my system, this red
[CMAKE] Use modules instead of shared librariesThere is no need to compile our DLLs as shared libraries since we aremanaging symbols exports and imports through spec files.On my system, this reduces the configure-time by a factor of two.
[OOPS] That was not meant to be pushed/commited
[CRYPTEX] Add French translation
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally * Use _declspec(allocate(x)) and _declspec(code_seg(x)) on M
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally * Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it * Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC) * Place INIT_FUNCTION before the return type (required by MSVC) * Make sure declarations and implementations share the same modifiers (required by MSVC) * Add a global linker option to suppress warnings about defined but unused INIT section * Merge INIT section into .text in freeldr
[NTFS] Don't perform overzealous checks on bitmap while reading a directoryThis avoids partial direactory reads where we believe they are corruptedwhile they are not.
[NTFS] Fix 2 Clang-Cl warnings about CurrentKey->IndexEntry->Flags"warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]"CORE-14306
[NTFS] When reading $I30 attribute fails, stop the rename operation.This makes the function return the error instead of continuing andperforming use-after-frees operations.This is likely to be a
[NTFS] When reading $I30 attribute fails, stop the rename operation.This makes the function return the error instead of continuing andperforming use-after-frees operations.This is likely to be a forgotten return!CID 1434254, 1434268
[NTFS] Apply fix from 52f0726: allow partial info copy on dir enumeration on first entry return.This is assorted with misc fixes to make this code closer to what we currently have in FastFAT.This a
[NTFS] Apply fix from 52f0726: allow partial info copy on dir enumeration on first entry return.This is assorted with misc fixes to make this code closer to what we currently have in FastFAT.This also allows fixing a memory leak in case of single entry return.CORE-13367
[NTFS] Start using different tags for allocations.They all be Ntf? as for the Windows NTFS driver
[NTFS] Fix a memory leak on errorCID 1427053
[NTFS] Use LookasideList allocations for FILE_RECORD_HEADER.TODO: use a specific tagThis, and previous commit, should speed up a bit the driver until caching gets implemented
[NTFS] Use LookasideList allocations for NTFS_ATTR_CONTEXT.TODO: use a specific tag
12345