include: Assorted spelling fixes.
[wine] / dlls / kernel32 / volume.c
2012-12-11  Alexandre Goujonkernel32: Use the FSD sector location to compute the...
2012-09-20  Erich Hooverkernel32: Report FILE_PERSISTENT_ACLS flag for NTFS...
2012-07-30  Alexandre Goujonkernel32: Reimplement GetLogicalDrives using Nt{Open...
2012-06-25  Austin Englishkernel32: Add more tracing to GetDiskFreeSpaceW.
2012-03-14  Austin Englishkernel32: Add stubs for DeleteVolumeMountPointA/W.
2011-11-07  Andrew Talbotkernel32: Remove extraneous braces from switch statement.
2011-11-02  Marcus Meissnerkernel32: Make sure we reference stack data still in...
2011-09-09  Francois Gougetkernel32: Add parentheses to clarify the precedence...
2011-09-06  Alexandre Goujonkernel32: Add UDF support.
2011-03-29  Hans Leidekkerkernel32: Implement and test GetVolumePathNamesForVolum...
2011-03-10  AndrĂ© Hentschelkernel32: Add stub for GetVolumePathNamesForVolumeNameA.
2011-02-28  Marcus Meissnerkernel32: Avoid shadowing "status" variable.
2010-11-04  Alexandre Julliardkernel32: Fix a trace to print the correct error code.
2010-10-25  Alexandre Julliardkernel32: Fix a FAT format sanity check for floppies.
2010-10-20  Alexandre Julliardkernel32: Fix last error code in GetVolumeInformationW...
2010-10-20  Alexandre Julliardkernel32: Use the NT name to retrieve label and serial...
2010-10-20  Alexandre Julliardkernel32: Use the NT name to open the root directory...
2010-10-20  Alexandre Julliardkernel32: Use the NT name to open the device in GetVolu...
2010-10-20  Alexandre Julliardkernel32: Use RtlDosPathNameToNtPathName_U to validate...
2009-10-23  Louis Lenderskernel32: Add stub for GetVolumePathNamesForVolumeNameW.
2009-10-22  Alexandre Julliardkernel32: Store the symlink target directly into the...
2009-07-24  Alexandre Julliardkernel32: Fetch more information from the DosDevices...
2009-05-26  Guy Albertellikernel32: Fix GetVolumeNameForVolumeMountPointW to...
2009-04-29  Guy Albertellikernel32: Fix GetVolumeInformation[AW] to require trail...
2009-04-27  Alexandre JulliardRevert "kernel32: Report unixfs instead of ntfs for...
2009-04-23  Hans Leidekkerkernel32: Improve GetVolumePathName stub.
2009-03-23  Aric Stewartkernel32: Report unixfs instead of ntfs for unknown...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2008-11-10  Alexandre Julliardkernel32: Get the drive type from the mount manager...
2008-10-24  Alexandre Julliardkernel32: Return the Windows symlink in QueryDosDevice...
2008-10-17  Alexandre Julliardkernel32: Delete the .windows-label file if the label...
2008-10-16  Jacek Cabankernel32: Return uppercase drive letter in GetLogicalDr...
2008-03-01  Maarten Lankhorstkernel32: Fix GetVolumeInformation for fat32 partitions.
2008-01-07  Alexandre Julliardkernel32: Fail more gracefully in GetVolumeInformation...
2008-01-07  Michael Stefaniuckernel32: Add missing HeapFree(). Found by Smatch.
2008-01-04  Alexandre Julliardkernel32: Implemented FindFirstVolume/FindNextVolume...
2007-12-08  Alexandre Julliardkernel32: Read label and serial from the filesystem...
2007-12-08  Alexandre Julliardkernel32: Revert change that slipped in commit db24d3af...
2007-11-30  Stefan Leichterkernel32: Added stub for FindVolumeClose.
2007-11-19  Hans Leidekkerkernel32: Add stub implementations for FindFirstVolume...
2007-10-31  Chris Wulffkernel32: Added a stub for FindVolumeMountPointClose.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-02-19  Hans Leidekkerkernel32: Add a stub implementation for FindFirstVolume...
2007-01-09  Hans Leidekkerkernel32: Add a stub implementation for GetVolumeNameFo...
2006-12-05  Alexandre Julliardkernel32: Always read a full block from the CD-ROM...
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-20  Andrew Talbotkernel32: Cast-qual warnings fix.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.