Sync to trunk head(r38096)
[reactos.git] / reactos / drivers / storage / scsiport / scsiport.c
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-14 Aleksey Bragin- Undo one "fix" from 38075. Coverity warned you about...
2008-12-14 Stefan Ginsberg- Fix a broken loop
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-29 Aleksey Bragin- Implement ScsiPortCompleteRequest based on OSR descri...
2008-11-16 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-07 Timo Kreuzermore ulong <-> pointer fixes
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Art Yerkes- Reverse my previous (in retrospect) hack
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Art YerkesFix (among other things) failure to boot when a CD...
2008-07-17 Stefan Ginsberg- Patch by Cameron Gutman aicommander <at> gmail...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-11 Aleksey Bragin- Silence non-critical debug output.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-05 Aleksey Bragin- Add more debug prints in failure cases.
2007-10-23 Hervé PoussineauFix some svn properties
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Mike NordellDeleted definition of a variable named ScsiPortIsr...
2007-09-27 Aleksey Bragin- Slightly cleanup the code.
2007-09-27 Aleksey Bragin- Handle NextLuRequest and ResetDetected in ScsiPortNot...
2007-09-09 Aleksey Bragin- IoMapTransfer(NULL, ..) is an old-fashioned way,...
2007-09-09 Aleksey Bragin- Revert 27476: another attempt (previously, dgorbachev...
2007-08-07 Hervé PoussineauRemove some debug messages
2007-07-08 Aleksey Bragin- Fix a couple of places where tagged commands support...
2007-07-08 Christoph von Wittich-release spinlocks before calling IoCompleteRequest
2007-07-08 Christoph von Wittich-avoid dereferencing of NULL pointers
2007-07-08 Christoph von Wittich-use ExAllocatePoolWithTag instead of ExAllocatePool
2007-07-08 Aleksey Bragin- Delete unneeded fields from DeviceExtension.
2007-07-08 Aleksey Bragin- Enable DMA support, this time properly.
2007-07-08 Aleksey BraginReverting last commit, sorry it makes scsiport hanging.
2007-07-08 Aleksey Bragin- Start adding DMA support (still not finished, so...
2007-07-07 Aleksey Bragin- Separate common buffer allocation routine from ScsiPo...
2007-07-07 Aleksey Bragin- Zero initialize a variable (I have no idea how PREfas...
2007-07-07 Christoph von Wittich-fix a memory leak
2007-07-07 Christoph von Wittich-use ExAllocatePoolWithTag instead of ExAllocatePool
2007-07-07 Christoph von Wittich-some changes to be able to build the driver with PREfast
2007-04-03 Aleksey Bragin- Remove unneeded DPRINT1().
2007-04-02 Aleksey Bragin- Remove old unused code for sending sense requests.
2007-04-02 Aleksey Bragin- Revert double spinlock releasing introduced by 26242...
2007-04-01 Dmitry GorbachevDo not assume ReleaseSpinLock == LowerIrql.
2007-04-01 Aleksey Bragin- Rename scsiport-new to scsiport (couldn't do that...
2007-04-01 Aleksey Bragin- Commit "new" storage stack drivers support based...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-25 Aleksey Bragin- Change ScsiPort prototype to match DDK.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-07 Alex Ionescudisk, diskdump, pciidex, scsiport.
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-10-16 Hartmut BirrImplemented SMART commands for ide devices.
2005-10-05 Hartmut BirrImplemented IOCTL_SCSI_MINIPORT.
2005-10-03 Hartmut BirrReturn an error instead of STATUS_SUCCESS for functions...
2005-09-26 Hartmut BirrFixed the reinitialisation if the miniport driver retur...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-18 Filip NavaraGet rid of ROS DDK SCSI headers.
2005-06-17 Filip NavaraUse W32API.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-29 Alex IonescuAnd look who made a dumber mistake ;). Thanks WaxDragon
2005-04-28 Alex IonescuRemove rant. H&E are very competent developers and...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-21 Hartmut Birr- Reduced the necessary size of inquiry data to 4 byte.
2004-06-15 Hartmut Birr- Reduced the size of the necessary inquiry data length...
2004-06-10 Hartmut Birr- Use a bitmap for managing the srb extensions.
2004-06-07 Hartmut Birr- Fixed the counting of pending irps.
2004-06-07 Hartmut Birr- Implemented ScsiPortCompleteRequest.
2004-05-24 Hartmut Birr- Implemented ScsiPortGetPhysicalAddress also for addre...
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-04-23 Hartmut Birr- Initialized the srb on each call to SpiSendInquiry.
2004-04-16 Eric KohlClear data buffer before sending the INQUIRY command.
2004-04-07 Hartmut Birr- Rewrote the code which handles processing of irp...
2004-04-02 Hartmut Birr- Fixed the initializing of the access ranges.
2004-03-24 Filip Navara* Always return STATUS_SUCCESS from ScsiPortInitialize...
next