2011-01-20 |
Shao Miller | [project] Include binaries in git for dev releases |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk] Rename WV_F_DISK_CLOSE to WVL_F_DISK_CLOSE |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk] Rename WV_F_DISK_MAX_XFER_LEN... |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk] Rename WV_S_DISK_T to WVL_S_DISK_T |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk,aoe,filedisk,ramdisk] Remove Dev member |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk,libdisk] Split more non-library out of library |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk/pnp] Independence from WV_S_DISK_T |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk] Use new PnpQueryDevText member of WV_S_DISK_T |
tree | commitdiff |
2011-01-10 |
Shao Miller | [disk] Use new PnpQueryId member of WV_S_DISK_T |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk] New ParentBus member |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Use new Pdo member in AOE_S_DISK |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Use new Boot member of AOE_S_DISK |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Use new BusNode member of AOE_S_DISK |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] AoeBusAddDev() now takes an AOE_SP_DISK |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Move AOE_S_DISK_ into header |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Move AOE_E_SEARCH_STATE_ into header |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Remove unused 'prev_free' member |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk,aoe,ramdisk,filedisk] Remove unused 'tracking... |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk,aoe] Move SpinLock and SearchEvent member into AoE |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk,aoe,filedisk,ramdisk] Move Dev back out of WV_S_D... |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk/pnp,driver] More independence from WV_S_DEV_T |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk/scsi] Independence from WV_S_DEV_T |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Remove more WV_S_DEV_T usage |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Avoid disk__get_ptr and WvDevFromDevObj... |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk] Use WV_S_DEV_T-independent I/O routine |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk] Introduce I/O function prototype without... |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Wrap an I/O routine taking a disk instead of dev |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Use AOE_SP_DISK_ instead of WV_SP_DEV_T for... |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk/dev_ctl,driver] Rename disk_dev_ctl__dispatch() |
tree | commitdiff |
2011-01-09 |
Shao Miller | [device] Remove DevNum member |
tree | commitdiff |
2011-01-09 |
Shao Miller | [disk] Introduce UnitNum operation |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Change AoeDiskCreate_ to AoeDiskCreatePdo_() |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Use disk IRP handlers |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Don't track AoE disks globally |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe] Put the WV_S_DISK_T inside AOE_S_DISK_ |
tree | commitdiff |
2011-01-09 |
Shao Miller | [aoe/bus] Allow the caller to create the PDO |
tree | commitdiff |
2011-01-08 |
Shao Miller | [disk] Rename WV_E_DISK_IO_MODE to WVL_E_DISK_IO_MODE |
tree | commitdiff |
2011-01-08 |
Shao Miller | [disk] Rename WV_E_DISK_MEDIA_TYPE to WVL_E_DISK_MEDIA_TYPE |
tree | commitdiff |
2011-01-08 |
Shao Miller | [aoe/bus] Remove unused declarations |
tree | commitdiff |
2011-01-08 |
Shao Miller | [dummy,aoe] Move dummy creation IOCTL setup from AoE |
tree | commitdiff |
2011-01-07 |
Shao Miller | [aoe/bus] Use unit detach logic similar to WvBusDevCtlD... |
tree | commitdiff |
2011-01-07 |
Shao Miller | [disk] Include driver reference in WV_S_DISK_T |
tree | commitdiff |
2011-01-07 |
Shao Miller | [aoe] Bus detach causes thread stop |
tree | commitdiff |
2011-01-07 |
Shao Miller | [aoe/bus] Set the bus state to started |
tree | commitdiff |
2011-01-07 |
Shao Miller | [aoe/bus] Don't use AoeBusPdo global |
tree | commitdiff |
2011-01-07 |
Shao Miller | [libbus,driver,dummy] Don't thread the main bus |
tree | commitdiff |
2011-01-06 |
Shao Miller | [debug] Change macros and message layout |
tree | commitdiff |
2011-01-05 |
Shao Miller | [bus,aoe] Make threads responsible for bus FDO removal |
tree | commitdiff |
2011-01-05 |
Shao Miller | [aoe] Shuffle code around in DriverEntry() and AoeUnload() |
tree | commitdiff |
2011-01-05 |
Shao Miller | [aoe] More cosmetic changes |
tree | commitdiff |
2011-01-03 |
Shao Miller | [aoe] Clear AoeBusPdo after IRP_MN_REMOVE_DEVICE on... |
tree | commitdiff |
2011-01-03 |
Shao Miller | [debug] Rename Debug_IrpStart to WvlDebugIrpStart |
tree | commitdiff |
2011-01-03 |
Shao Miller | [aoe] Fix search'n'replace failure for abft_ptr |
tree | commitdiff |
2011-01-03 |
Shao Miller | [aoe/bus] Remove PDO when appropriate |
tree | commitdiff |
2011-01-03 |
Shao Miller | [aoe/bus] Only attach FDO to our PDO on the WinVBlock bus |
tree | commitdiff |
2011-01-03 |
Shao Miller | [dummy] Pass back the created PDO |
tree | commitdiff |
2011-01-03 |
Shao Miller | [aoe] Create PDO within AoeBusCreate |
tree | commitdiff |
2011-01-02 |
Shao Miller | [driver,dummy] Move dummy device feature into dummy... |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpDevCtl_ to AoeIrpDevCtl |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpNotSupported_ to AoeIrpNotSupp... |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpPnp_ to AoeIrpPnp |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpScsi_ to AoeIrpScsi |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpDevCtl_ to AoeIrpDevCtl |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpSysCtl_ to AoeIrpSysCtl |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpCreateClose_ to AoeIrpCreateClose |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename AoeDriverIrpPower_ to AoeIrpPower |
tree | commitdiff |
2011-01-02 |
Shao Miller | [driver,irp] Move driver__complete_irp as WvlIrpComplete |
tree | commitdiff |
2011-01-02 |
Shao Miller | [project] Rename Error to WvlError |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusGetNodeCount to WvlBusGetNodeCount |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusGetNodePdo to WvlBusGetNodePdo |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusGetNextNode to WvlBusGetNextNode |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusPnp and WvBusGetNodeNum |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusPower to WvlBusPower |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusSysCtl to WvlBusSysCtl |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusEnqueueIrp to WvlBusEnqueueIrp |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusRemoveNode to WvlBusRemoveNode |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusAddNode to WvlBusAddNode |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusCancelWorkItems to WvlBusCancelWorkItems |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusProcessWorkItems to WvlBusProcessWork... |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusInit to WvlBusInit |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WvBusInitNode to WvlBusInitNode |
tree | commitdiff |
2011-01-02 |
Shao Miller | [project] Change void usage to VOID |
tree | commitdiff |
2011-01-02 |
Shao Miller | [project] Rename winvblock__bool back to BOOLEAN |
tree | commitdiff |
2011-01-02 |
Shao Miller | [project] Rename winvblock__uint16 back to UINT16 |
tree | commitdiff |
2011-01-02 |
Shao Miller | [project] Rename winvblock__uint32 back to UINT32 |
tree | commitdiff |
2011-01-02 |
Shao Miller | [project] Rename winvblock__uint8 back to UCHAR |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Fix search'n'replace failures for recent commits |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename aoe__mount_disk to AOE_S_MOUNT_DISK |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename aoe__mount_disks to AOE_S_MOUNT_DISKS |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename aoe__mount_target to AOE_S_MOUNT_TARGET |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Rename aoe__mount_targets to AOE_S_MOUNT_TARGETS |
tree | commitdiff |
2011-01-02 |
Shao Miller | [header,aoe] Rename winvblock__literal* and abft |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WV_S_BUS_NODE to WVL_S_BUS_NODE |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WV_S_BUS_T to WVL_S_BUS_T |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WV_E_BUS_STATE to WVL_E_BUS_STATE |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Add disks to the AoE bus |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Process bus work items in thread |
tree | commitdiff |
2011-01-02 |
Shao Miller | [aoe] Fix UNICODE_STRING initialization |
tree | commitdiff |
2010-12-31 |
Shao Miller | [aoe] Use floating FDO strategy |
tree | commitdiff |
2010-12-31 |
Shao Miller | [bus] Rename PhysicalDeviceObject member to Pdo |
tree | commitdiff |
next |