[NTOS:KE/x64] Handle NMI vs swapgs race condition
[reactos.git] / reactos / drivers / storage / class2 / class2.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2007-04-03 Alex Ionescu- Cleanup /storage directory and prepare for NT5+ Stora...
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-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-12-03 Alex Ionescu- Clear capacity data buffer before reading it to avoid...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-07-20 Alex Ionescu - Build cdfs, ntfs, vfatfs with PCH
2005-06-19 Filip NavaraCouple of build fixes.
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-17 Eric KohlPatch by tinus.Fix media change support for CDROMs...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-08-12 Art YerkesAccording to alex_ionescu, callers of IoAllocateIrp...
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-10 Hartmut Birr- Allocate for each srb its one sense info buffer.
2004-05-10 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-04-01 James TaborAdded MediaChangeNoMedia on/off
2004-03-31 James TaborAdded removable mediachange support.
2004-03-07 Hartmut Birr- Pre initialized the resulting transfer length for...
2004-02-29 Hartmut Birr- Don't retry, if the request fails with SRB_STATUS_INV...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-10 Filip Navara- Eliminate function pointer typecasts
2004-02-07 Gé van GeldorpWait a little between retries. Fixes bug #106.
2003-11-13 Eric KohlEnabled -Wall and -Werror and fixed resulting bugs.
2003-11-11 Eric KohlCompleted IOCTL_DISK_CHECK_VERIFY.
2003-11-07 Eric KohlIncrement the media change count if the device returns...
2003-11-01 Eric KohlImplemented ScsiClassAsynchronousCompletion() and ScsiC...
2003-11-01 Hartmut Birr- Check for the current irql, if there is a call to...
2003-10-15 Vizzinimerged in MDL fix and a makefile mod from the 0.1.4...
2003-09-20 Thomas Bluemelfixed compiler warnings
2003-08-27 David Welch- Added support for crash dumps:-
2003-07-12 Eric KohlImplemented ScsiClassFindModePage().
2003-07-11 Eric KohlImplemented ScsiClassModeSense().
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-24 Eric KohlImplemented several IOCTLs.
2003-05-01 Eric KohlGet timeout value from the registry.
2003-04-27 Eric KohlMoved disk manager related offset calculation to class2.
2003-03-21 Hartmut Birr- Fixed the buffer handling for ioctl requests and...
2003-01-28 Hartmut Birr-Do not modify the buffer and length field within the...
2003-01-25 Hartmut Birr- Reverted my latest changes to fix the handling of...
2003-01-02 Hartmut BirrFixed the handling for errors/retries.
2002-12-15 Eric KohlUse lookaside list to allocate SRBs.
2002-11-18 Eric KohlDisabled a debug message.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-17 Hartmut BirrRemoved freeing of IRP's MDL in ScsiClassIoComplete.
2002-06-06 Eric KohlFixed broken handling of SCSI port capabilities.
2002-06-05 Hartmut BirrFixed the value CurrentTransferPages for splited reques...
2002-05-26 Eric KohlImplemented command retries.
2002-05-25 Eric KohlFixed timeout for unpopulated ide channels.
2002-04-27 Eric KohlRelease MDL on IRP-completion. Thanks to Hartmut Birr.
2002-04-24 Eric KohlImplemented request-splitting.
2002-04-01 Eric KohlAdded mapping of scsi error codes to status codes.
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-22 Eric KohlStarted using lookaside lists for SRBs.
2002-03-22 Eric KohlFixed default geometry.
2002-03-20 Eric KohlFixed minor bugs.
2002-03-08 Eric KohlSilenced it.
2002-03-04 Eric KohlEnabled reading of multiple sectors.
2002-03-03 Eric KohlFixed stupid bugs.
2002-03-03 Eric KohlFixed a typo, thanks to Hartmut Birr.
2002-02-26 Eric KohlFree an SRB after use.
2002-02-03 Eric KohlUpdates to the disk driver stack.
2002-01-31 Eric KohlDisk driver stack update.
2002-01-27 Eric KohlBasic work on disk driver stack (still incomplete).
2002-01-14 Eric KohlImproved disk driver stack.
2001-07-23 Eric KohlAdded scsi class driver skeleton.