- Move the code from my previous commit before signalling the user event
[reactos.git] / reactos / ntoskrnl / io / iomgr / volume.c
2010-03-26 Timo KreuzerReintegrate header branch
2010-03-26 Amine KhaldiSync with trunk head (part 1 of x)
2010-03-26 Timo Kreuzer[HAL]
2010-03-25 Timo KreuzerMerge from amd64 branch:
2010-03-25 Amine KhaldiSync with trunk head.
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-24 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-24 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-23 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-23 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-18 Amine KhaldiSync with trunk head (part 1 of 2)
2010-03-13 Sir Richard[DDK]: Merge 46183 from header-branch.
2010-03-12 Timo Kreuzer[HEADERS]
2010-03-12 Amine KhaldiSync with trunk head
2010-03-09 Amine KhaldiSync with trunk head
2010-03-08 Sir Richard[NTOS]: Have I/O Manager Volume Device Objects register...
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-12-31 Timo KreuzerSync to trunk r38200
2008-12-16 Timo KreuzerFix usage of PNTSTATUS instead of NTSTATUS in NT_SUCCES...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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 Timo Kreuzersync to trunk revision 36500
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-11 Stefan Ginsberg- IoAcquire/ReleaseVpbSpinLock: Use the queued IopVpbSp...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-04 Stefan Ginsberg- Export KeI386MachineType and KeInitializeThreadedDpc
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
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-11-12 Alex Ionescu- FSTUB Patch for Mount Manager Support, Part 1:
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-17 Alex Ionescu- Merge some parts of IoInitSystem in the same main...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-07 Alex Ionescu- Implement IopCheckVpbMounted and use it in IopParseDe...
2006-07-02 Alex Ionescu- Move IoGetBaseFileSystemDeviceObject to device.c...
2006-07-02 Alex Ionescu- Small optimization: don't bother to get the File...
2006-07-02 Alex Ionescu- Use IoIsErrorUserInoduced to check if we couldn't...
2006-07-02 Alex Ionescu- Implement IopInitailizeVpbForMount for the purpose...
2006-07-02 Alex Ionescu- Improve list looping to remove gotos.
2006-07-02 Alex Ionescu- If the device to be mounted is an attachee, find...
2006-07-02 Alex Ionescu- Mount the FS inline to avoid sending 6 parameters...
2006-07-02 Alex Ionescu- Respect DeviceIsLocked flag and Alertable in IopMount...
2006-07-02 Alex Ionescu- Fix the hack in the previous commit which broke FS...
2006-07-02 Alex Ionescu- Simplify/modularize FS registration by using distinct...
2006-07-02 Alex Ionescu- Get rid of the stupid LIST_FOR_EACH macros in FS...
2006-07-02 Alex Ionescu- Implement some functions to handle VPB Referencing...
2006-07-02 Alex Ionescu- Some small changes to some prototypes/names for upcom...
2006-07-01 Alex Ionescu[FORMATTING] - Cleanup formatting before starting to...
2006-07-01 Alex Ionescu- Add some more functions that just build IRPs to send...