History log of /reactos/drivers/storage/mountmgr/database.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5f263560 11-Jun-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[MOUNTMGR] Rectify "NoAutoMount" usage (#7030)

This "NoAutoMount" member was not consistently used. Sometimes it was
used correctly, some other times it was used as "not NoAutoMount" i.e.
"AutoMount

[MOUNTMGR] Rectify "NoAutoMount" usage (#7030)

This "NoAutoMount" member was not consistently used. Sometimes it was
used correctly, some other times it was used as "not NoAutoMount" i.e.
"AutoMount" enabled.
Fix this consistently throughout the source, and fix also some comments.

show more ...


Revision tags: 0.4.14-release
# b8525ce7 08-Nov-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[MOUNTMGR] Fix ReparseFile concatenation in OnlineMountedVolumes

- ReparseFile was concatenated with itself, instead of ReparseIndex
- Meanwhile, use RtlAppendUnicodeStringToString for concatenating

[MOUNTMGR] Fix ReparseFile concatenation in OnlineMountedVolumes

- ReparseFile was concatenated with itself, instead of ReparseIndex
- Meanwhile, use RtlAppendUnicodeStringToString for concatenating
strings instead of raw memory operations

show more ...


# ba447018 01-Nov-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[MOUNTMGR] Move the driver to drivers/storage
Effectively mountmgr.sys is an essential part of the storage stack