1. 4628c52 mountmgr: Add a trailing '\n' to a WARN() message. by Francois Gouget · 13 years ago
  2. e85a5b2 mountmgr: Require at least one of device or mount point to match when looking for an existing volume. by Alexandre Julliard · 13 years ago
  3. 2a59f01 mountmgr: Add dynamic devices support using UDisks. by Alexandre Julliard · 13 years ago
  4. 55f5209 mountmgr: Rename hal.c to dbus.c. by Alexandre Julliard · 13 years ago
  5. 9853580 mountmgr.sys: Avoid hardcoding array lengths. by Frédéric Delanoy · 13 years ago
  6. 79b93ff mountmgr: Also call IoCompleteRequest in case of an error. by Bernhard Loos · 13 years ago
  7. a137731 mountmgr, ntoskrnl: METHOD_BUFFERED uses irp->AssociatedIrp.SystemBuffer for both input and output. by Bernhard Loos · 13 years ago
  8. 2fff57a mountmgr.sys: Include system headers before Windows headers. by Alexandre Julliard · 14 years ago
  9. 9752bf8 mountmgr.sys: Better fixme for unsupported ioctls. by André Hentschel · 14 years ago
  10. e025b13 mountmgr.sys: Mark internal symbols with hidden visibility. by Marcus Meissner · 14 years ago
  11. 7a90e7a mountmgr.sys: Handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX. by André Hentschel · 14 years ago
  12. 9a1fb63 mountmgr: Use the media kind to fill in the device type field on Mac OS. by Charles Davis · 14 years ago
  13. 5a9f3a3 mountmgr: Use define instead of hardcoded value. by André Hentschel · 14 years ago
  14. 8a38fbc mountmgr: Balance volume references in add_volume(). by Ken Thomases · 14 years ago
  15. d491346 mountmgr: Add a stub implementation of ioctl 0x560000. by Hans Leidekker · 14 years ago
  16. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  17. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  18. 0c2fbbe mountmgr.sys: Remove variable result which is not really used from update_symlink. by Gerald Pfeifer · 15 years ago
  19. 63bc9c4 mountmgr: Frame device service functions with IoGetCurrentIrpStackLocation and IoCompleteRequest. by Damjan Jovanovic · 15 years ago
  20. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  21. 5415b62 include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang). by Charles Davis · 15 years ago
  22. d19e2ad mountmgr: Move creation of the DEVICEMAP registry keys to mountmgr. by Alexandre Julliard · 15 years ago
  23. b05ebca mountmgr: Increment the volume refcount in functions that return a volume. by Alexandre Julliard · 16 years ago
  24. 79de2e8 mountmgr: Protect the device structures with a critical section. by Alexandre Julliard · 16 years ago
  25. 134feaa mountmgr: Return a copy of the strings in query_dos_device. by Alexandre Julliard · 16 years ago
  26. 15acd35 mountmgr: Try to match and reuse volumes when creating/updating a drive. by Alexandre Julliard · 16 years ago
  27. 0da2e46 mountmgr: Add ref counting for volume objects. by Alexandre Julliard · 16 years ago
  28. 7b7ac02 mountmgr: Better reuse of existing devices. by Alexandre Julliard · 16 years ago
  29. 968161e mountmgr: Set the drive letter at creation time. by Alexandre Julliard · 16 years ago
  30. 6880b4d mountmgr: Use set_volume_info to update the volume when creating a new drive. by Alexandre Julliard · 16 years ago
  31. e38aff4 mountmgr: Add a helper function to update symlinks. by Alexandre Julliard · 16 years ago
  32. 8784593 mountmgr: Optionally update the drive mount point in set_volume_info. by Alexandre Julliard · 16 years ago
  33. 86fdd8e mountmgr: Rename the DOS drive mount field for symmetry with the volume structure. by Alexandre Julliard · 16 years ago
  34. 19e2d0c mountmgr: Create volumes for non-removable volumes reported by HAL/Disk Arbitration. by Alexandre Julliard · 16 years ago
  35. 22f5834 mountmgr: Add support for creating volumes without an associated drive. by Alexandre Julliard · 16 years ago
  36. 053eccf mountmgr: Always set the mount point id as a separate step from the mount point creation. by Alexandre Julliard · 16 years ago
  37. 81cfeaf mountmgr: Retrieve the volume uuid through HAL/DiskArbitration when creating a device. by Alexandre Julliard · 16 years ago
  38. 84396c2 mountmgr: Add support for setting the drive UUID instead of having it always hardcoded. by Alexandre Julliard · 16 years ago
  39. bc8dce2 mountmgr: Create a separate structure for volume information. by Alexandre Julliard · 16 years ago
  40. 8fb8b2e mountmgr: Create a separate structure for disk device information, independent from the DOS drive. by Alexandre Julliard · 16 years ago
  41. 49f1d5f mountmgr.sys: Add tracking of fixed harddisk devices. by Ben Klein · 16 years ago
  42. 5606bf4 mountmgr.sys: Avoid a compiler warning on older gcc. by Alexandre Julliard · 16 years ago
  43. a2feb0f mountmgr: Make the device type more specific than what is possible with the standard Win32 drive types. by Alexandre Julliard · 16 years ago
  44. 8227c03 mountmgr: Return the drive type even when the buffer is too small. by Alexandre Julliard · 16 years ago
  45. bc32b85 mountmgr: Add a Wine-specific ioctl to query the Unix information about a drive. by Alexandre Julliard · 16 years ago
  46. 8faceff mountmgr: Add a Wine-specific ioctl to define a drive for a Unix path. by Alexandre Julliard · 16 years ago
  47. b2ebab9 mountmgr: Allow to specify the drive letter explicitly when creating/removing a drive. by Alexandre Julliard · 16 years ago
  48. 5f2d2c7 mountmgr: Store the contents of the device symlink in the drive object. by Alexandre Julliard · 16 years ago
  49. b4b49a7 mountmgr: Reuse create_disk_device to create the initial harddisk0 device. by Alexandre Julliard · 16 years ago
  50. bb13bbe mountmgr: Create a PhysicalDrive symlink for all harddisk devices. by Alexandre Julliard · 16 years ago
  51. 5ea9d65 mountmgr: Create a new harddisk device for dynamic harddisk drives. by Alexandre Julliard · 16 years ago
  52. 73229f0 mountmgr: Query the drive type from the registry for the initial creation. by Alexandre Julliard · 16 years ago
  53. 6dcfc95 mountmgr: Convert the registry calls to Unicode. by Alexandre Julliard · 16 years ago
  54. e6a47f1 mountmgr: Return the drive pointer from get_dosdevices_path(). by Alexandre Julliard · 16 years ago
  55. f36690d mountmgr: Create devices and symlinks for dynamic drives too. by Alexandre Julliard · 16 years ago
  56. 7033120 mountmgr: Moved the harddisk device driver to device.c. by Alexandre Julliard · 16 years ago
  57. c5e7657 mountmgr: Include some system headers in mountmgr.h. by Alexandre Julliard · 16 years ago
  58. a304358 mountmgr: Store the device name in the mount point structure. by Alexandre Julliard · 16 years ago
  59. 1680ba6 mountmgr: Store mount points as a list instead of an array. by Alexandre Julliard · 16 years ago
  60. a12789e mountmgr: Enforce a minimal length for the mount point id. by Alexandre Julliard · 16 years ago
  61. 7b51cf4 mountmgr: Return the drive unique id in IOCTL_MOUNTMGR_QUERY_POINTS. by Alexandre Julliard · 16 years ago
  62. a28a387 mountmgr: Specify the drive type as a DWORD instead of a string. by Alexandre Julliard · 16 years ago
  63. 5ab440e mountmgr: Include the terminating NULL in mount ids. by H. Verbeet · 17 years ago
  64. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  65. 9c02e01 explorer/mountmgr.sys: Move device hotplug code over to mount manager. by Maarten Lankhorst · 17 years ago
  66. 4003457 mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated disks. by Alexandre Julliard · 17 years ago
  67. d179665 mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE_NUMBER. by Alexandre Julliard · 17 years ago
  68. 838f125 mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request. by Alexandre Julliard · 17 years ago
  69. 6befc98 mountmgr.sys: Add devices to the MountedDevices registry key. by Alexandre Julliard · 17 years ago
  70. 2143dee mountmgr.sys: Create disk devices for all configured drives. by Alexandre Julliard · 17 years ago
  71. 07e92a7 mountmgr.sys: Create a hard disk device for PhysicalDrive0. by Alexandre Julliard · 17 years ago
  72. 43dc80e mountmgr.sys: Added initial stub for the mount point manager device. by Alexandre Julliard · 17 years ago