[SYSDM] Retrieve and show the domain and user names for the user profiles
[reactos.git] / drivers / storage /
2018-05-24 Eric Kohl[STORPORT] Enumerate attached devices
2018-04-24 Peter WathallRemoved unreachable line (#517)
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-03 Eric Kohl[STORPORT][DDK] Add the StorPortExtendedFunction stub
2017-12-25 Amine Khaldi[UNIATA] Update to v0.46e5. CORE-14117
2017-12-24 Pierre Schweitzer[DISK] Properly implement querying partition informatio...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-07 Amine Khaldi[CMAKE/CLANG-CL] Silence some clang-cl warnings in...
2017-11-21 Thomas Faber[PCIIDEX] Properly handle unknown PNP IRPs. CORE-13944 132/head
2017-11-21 Pierre Schweitzer[FLOPPY] Don't wait forever while trying to determine...
2017-10-31 Eric Kohl[STORPORT] Check status code of the call to PortFdoConn...
2017-10-23 Eric Kohl[STORPORT] Get the interrupt from the resource list...
2017-10-22 Timo Kreuzer[STORPORT] Fix x64 build
2017-10-22 Eric Kohl[STORPORT] Add the InitializeDpc code path to StorPortN...
2017-10-21 Eric Kohl[STORPORT] Implement StorPortNotification() / EnablePas...
2017-10-21 Eric Kohl[STORPORT] Implement parts of StorPortGetPhysicalAddres...
2017-10-21 Eric Kohl[STORPORT] The miniport drivers HwInitialize routine...
2017-10-21 Eric Kohl[STORPORT] Implement StorPortGetUncachedExtension().
2017-10-21 Pierre Schweitzer[FLOPPY] Fix broken loop
2017-10-16 Eric Kohl[STORPORT] Implement StorPortGetDeviceBase().
2017-10-16 Eric Kohl[STORPORT] Implement StorPortSetBusDataByOffset.
2017-10-15 Eric Kohl[STORPORT] Query the bus interface of the lower (bus...
2017-10-15 Eric Kohl[STORPORT] Attach copies of the resource lists to the...
2017-10-15 Eric Kohl[STORPORT] Initialize the port configuration and pass...
2017-10-14 Eric Kohl[STORORT] Allocate the miniport device extension and...
2017-10-14 Eric Kohl[STORPORT] Initialize a miniport object and call the...
2017-10-13 Eric Kohl[STORAHCI] Make the storahci driver build on gcc and...
2017-10-12 Hermès Bélusca-Maïto[STORPORT]: Fix build: declare STORPORT_API functions...
2017-10-12 EricKohl[STORPORT] Start the implementation of the storport...
2017-10-06 Colin FinckFix remaining text file line endings in the tree. ...
2017-10-04 Pierre Schweitzer[CLASS2]: Fix status code on too small as exposed by...
2017-10-04 Hermès Bélusca-MaïtoAdd .keep guard files in order to restore lost but...
2017-10-04 Hermès Bélusca-MaïtoRemove unwanted .gitignore files.
2017-10-03 Pierre Schweitzer[CLASS2]: Cosmetic fixes by Thomas
2017-10-03 Pierre Schweitzer[CLASS2]: - In ScsiClassCreateDeviceObject() don't...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-08-18 Aman PriyadarshiMinor changes for ATAPI Srb Functions
2016-08-14 Aman PriyadarshiAdded Port Reset for non Idle ports
2016-07-26 Aman PriyadarshiFixed write crashes, write support working. Tested...
2016-07-26 Aman PriyadarshiAdded write support, next operation code 53 27.
2016-07-25 Aman PriyadarshiHandled SCSIOP_MODE_SENSE, Fixes made to maxLba count.
2016-07-25 Aman PriyadarshiHandled SCSIOP_TEST_UNIT_READY
2016-07-24 Aman PriyadarshiFixed SrbExtension == NULL bug! :D
2016-07-23 Aman PriyadarshiCompleted SCSIOP_READ_CAPACITY, SCSIOP_REPORT_LUNS...
2016-07-19 Aman PriyadarshiImplemented Dpc Routine, managed Srb functions and...
2016-07-05 Aman Priyadarshi- Handled DET = 03h case.
2016-07-04 Aman Priyadarshi- Fixed Offset Issue (VendorId and Reversed space offse...
2016-07-04 Aman PriyadarshiDebugging Port Device Status Check
2016-06-30 Aman Priyadarshi- Completed Interrupt Handler Routine
2016-06-27 Aman PriyadarshiNext: Interrupt Handler for completed FIS commands.
2016-06-22 Aman PriyadarshiImplemented AhciBuild_PRDT
2016-06-20 Aman PriyadarshiPlease look at notes.txt for implementation and progres...
2016-06-16 Aman Priyadarshifixed portCount boundary problem :D
2016-06-16 Aman Priyadarshi- Fixed CMakeLists issues reported by hbelusca
2016-06-15 Aman PriyadarshiAdded AHCI_Global_HBA_CAP_S64A support
2016-06-10 Aman PriyadarshiCode Review #2
2016-06-09 Aman Priyadarshichanges after code review
2016-06-07 Aman PriyadarshiAdded AhciHwInterrupt -- Round Robin Implementation...
2016-06-07 Aman PriyadarshiAHCI-SATA Interface almost ready.
2016-06-05 Aman PriyadarshiAdded INF File for driver installation with minimal...
2016-06-04 Aman Priyadarshi- Added all HwStor Initialization Required Functions
2016-06-03 Aman PriyadarshiAhciFindAdapter Completed
2016-06-02 Aman PriyadarshiRequired changes to meet community coding style.
2016-06-02 Aman Priyadarshi== Storahci driver
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
2014-09-28 Amine Khaldi* Sync up to trunk head (r64377).
2014-09-22 David QuintanaSync with trunk r64222.
2014-09-12 Amine Khaldi[SHELL-EXPERIMENTS]
2014-09-10 Hermès Bélusca-Maïto[REACTOS]
2014-09-09 Hermès Bélusca-MaïtoSync with trunk revision 64099.
2014-08-24 David QuintanaSync with trunk r63935.
2014-08-23 Hermès Bélusca-MaïtoSync to trunk revision 63922.
2014-08-10 Hermès Bélusca-MaïtoSync to trunk revision 63857.
2014-08-09 David Quintana* Sync to trunk r63845.
2014-08-07 Hermès Bélusca-MaïtoSync with trunk r63831.
2014-08-04 Hermès Bélusca-MaïtoPartial merge of the condrv_restructure branch, including:
2014-08-01 Hermès Bélusca-MaïtoSync with trunk r63793.
2014-07-31 David QuintanaSync with trunk r63786.
next