[SHELL32_APITEST] Fix the code with respect to what the comments say. No change in...
[reactos.git] / drivers /
2018-09-30 Thomas Faber[BTRFS] Fix IRP leak.
2018-09-30 Pierre Schweitzer[NPFS] Magic--;
2018-09-29 Hermès Bélusca-Maïto[BLUE] Perform size/rectangle boundary checks on read...
2018-09-16 Bernhard Feichtinger[RAMDISK] Implement missing IOCTLs
2018-09-10 Amine Khaldi[USBEHCI_NEW] Bring-in the USB EHCI miniport driver...
2018-09-09 Vadim Galyant[USBHUB_NEW][USBPORT] Fix buffer size calculation for...
2018-09-08 Thomas Faber[USBUHCI_NEW] Add license headers.
2018-09-08 Thomas Faber[USBOHCI_NEW] Add license headers.
2018-09-08 Thomas Faber[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect...
2018-09-01 Thomas Faber[USBOHCI_NEW] Avoid storing pointers as ULONG and physi...
2018-09-01 Thomas Faber[USBHUB_NEW] Fix x64 warnings.
2018-09-01 Amine Khaldi[USBUHCI_NEW] Bring-in the USB UHCI miniport driver...
2018-08-29 Katayama Hirofumi MZ[STORAHCI] Fix MSVC "uninitialized local variable"...
2018-08-29 Pierre Schweitzer[CDFS] Revert 9d0596a
2018-08-28 Pierre Schweitzer[CDFS] Properly check for legal names in CdIsLegalName()
2018-08-21 Pierre SchweitzerAddendum to 45fd48b
2018-08-21 Pierre Schweitzer[CDFS_NEW] -> [CDFS] No old driver, thus no new driver
2018-08-21 Pierre Schweitzer[CDFS] Delete the old CDFS driver.
2018-08-21 Pierre Schweitzer[FASTFAT] Drop an useless #ifdef, we have this cast...
2018-08-21 Pierre Schweitzer[FASTFAT] Finally drop the TAG_VFAT allocation tag
2018-08-21 Mark Jansen[BTRFS] Fix booting with runtime checks
2018-08-20 Pierre Schweitzer[FASTFAT] Disable delayed close
2018-08-20 Victor Perevertkin[BTRFS] Applied upstream pull-requests before they...
2018-08-20 Victor Perevertkin[USETUP][SETUPLIB] Added support for formatting partiti...
2018-08-19 Pierre Schweitzer[CDROM] Set proper status on disk verify
2018-08-19 Pierre Schweitzer[FASTFAT] Don't delay any other close once shutdown...
2018-08-19 Pierre Schweitzer[FASTFAT] Magic values--
2018-08-18 Pierre Schweitzer[FASTFAT] Don't leak statistics on dismount
2018-08-18 Pierre Schweitzer[FASTFAT] Reduce the usage of the generic allocation tag
2018-08-18 Pierre Schweitzer[FASTFAT] Implement delayed close
2018-08-16 Thomas Faber[USBPORT] Fix 64 bit warnings.
2018-08-16 Thomas Faber[USBPORT] Specify the correct length for the root hub...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USBPORT_Alloca...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USB2_ConvertFr...
2018-08-16 Thomas Faber[USBPORT] Accept negative BusTime in USB2_MoveTtEndpoin...
2018-08-15 Mike SwansonRemove unnecessary executable bits
2018-08-15 Pierre Schweitzer[BTRFS] Leak the root stream file object on mount.
2018-08-15 Pierre Schweitzer[BTRFS] Allow driver to start at first stage when no...
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-08-04 Timo Kreuzer[DRIVERS] Fix 64 bit issues
2018-08-04 Timo Kreuzer[UNIATA] Fix 64 bit issues
2018-08-04 Timo Kreuzer[USBPORT] Fix 64 bit issues
2018-08-02 Stanislav Motylkov[I8042PRT] Move DMI/SMBIOS parsing functions into library
2018-08-02 Stanislav Motylkov[I8042PRT] Dump SMBIOS tables into registry for usermod...
2018-07-07 Timo Kreuzer[BLUE] Use ByteOffset.QuadPrt instead of ByteOffset...
2018-07-07 Timo Kreuzer[BLUE] Reformat and add missing success checks + DPRINT...
2018-07-07 Timo Kreuzer[BLUE] Formatting, no code change
2018-07-01 Timo Kreuzer[DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead...
2018-06-10 Thomas Faber[AFD] Respect the maximum receive buffer size for datag... 181/head
2018-06-09 Pierre Schweitzer[FASTFAT] Don't add an extra \, when renaming a file...
2018-06-09 Pierre Schweitzer[FASTFAT] Use the FastFAT mechanism for counting cluste...
2018-06-09 Pierre Schweitzer[FASTFAT] Start implementing FAT32 statistics support
2018-06-09 Pierre Schweitzer[FASTFAT] Save the FSINFO sector location
2018-06-07 Pierre Schweitzer[FASTFAT] Properly check for buffer size on dir enumera...
2018-06-05 Serge Gautherie[EXT2FS][REISERFS] VSSolution: Actually disable C4189...
2018-05-28 Pierre Schweitzer[FASTFAT] Lock DirResource on flush in case we're updat...
2018-05-26 Pierre Schweitzer[FASTFAT] Lock DirResource when modifying an entry...
2018-05-26 Pierre Schweitzer[BTRFS] Upgrade to 1.0.2
2018-05-26 Pierre Schweitzer[FASTFAT] Initialize cache if neded for changing volume...
2018-05-24 Eric Kohl[STORPORT] Enumerate attached devices
2018-05-22 Pierre Schweitzer[FASTFAT] Properly handle IRPs that can wait and these...
2018-05-21 Pierre Schweitzer[FASTFAT] Properly queue pending write IRPs.
2018-05-21 Pierre Schweitzer[FASTFAT] When extending a file, also lock the DirResource.
2018-05-20 Pierre Schweitzer[FASTFAT] Fail if allocating the stream FO fails.
2018-05-19 Pierre Schweitzer[FASTFAT] Addendum to d69f318
2018-05-19 Pierre Schweitzer[FASTFAT] Misc. fixes spotted by Thomas.
2018-05-18 Pierre Schweitzer[FASTFAT] Completely rewrite support for dirty volumes.
2018-05-18 Pierre Schweitzer[FASTFAT] Allow locking system volume on boot.
2018-05-18 Pierre Schweitzer[FASTFAT] Uninit directory cache on last handle close.
2018-05-18 Pierre Schweitzer[FASTFAT] Only initialize directory cache on use.
2018-05-18 Pierre Schweitzer[FASTFAT] When attaching our FCB to a FO, also set...
2018-05-17 Peter WathallFixed typo
2018-05-17 Peter WathallFixed typo
2018-05-17 Peter WathallFixed typo
2018-05-16 Pierre Schweitzer[FASTFAT] Deny dismounting system volume or a volume...
2018-05-14 Thomas Faber[NDIS] Fix parameter order when calling ResetHandler...
2018-05-12 Pierre Schweitzer[FASTFAT] Implement support for stack overflow in read...
2018-05-12 Thomas Faber[USBPORT] Fix x64 build.
2018-05-11 Vadim Galyant[USBPORT][USBOHCI_NEW] Avoid using pointers for physica...
2018-05-11 Thomas Faber[USBOHCI_NEW] Fix build.
2018-05-04 Serge Gautherie[NTFS] Fix 2 Clang-Cl warnings about CurrentKey->IndexE...
2018-04-29 Pierre Schweitzer[FASTFAT] Implement write IOs defering.
2018-04-29 Pierre Schweitzer[FASTFAT] Reduce the number of local declaration.
2018-04-29 Pierre Schweitzer[FASTFAT] Use KdRosRegisterCliCallback() to register...
2018-04-29 Pierre Schweitzer[FASTFAT] Introduce a KDBG extension.
2018-04-28 Pierre Schweitzer[FASTFAT] Don't leak directories FILE_OBJECT, FCB and... 524/head
2018-04-27 Pierre Schweitzer[FASTFAT] When allocating a FCB, set its node type...
2018-04-24 Peter WathallRemoved unreachable line (#517)
2018-04-22 Hermès Bélusca-Maïto[NULL] Additions for the Null driver.
2018-04-22 Hermès Bélusca-Maïto[ACPI] Fix the format of the (default hardcoded) "uniqu...
2018-04-14 Pierre Schweitzer[NTFS] When reading $I30 attribute fails, stop the...
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-27 Thomas Faber[USBHUB_NEW] Fix USBH_CheckDeviceIDUnique return value.
2018-03-21 Nikita Krapivin[I8042PRT] Enable keyboard clock explicitly (fixes...
2018-03-21 Mark Jansen[AFD] Mark the socket as named pipe, so NtWriteFile...
2018-03-21 Mark Jansen[AFD] Respond to FileFsDeviceInformation.
2018-03-12 Bișoc George[BUS][ACPI] Silence DPRINT1 in the special case of...
2018-03-03 Eric Kohl[STORPORT][DDK] Add the StorPortExtendedFunction stub
2018-02-25 Pierre Schweitzer[CDFS_NEW] Sync with HEAD.
next