virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-09 21:54:54 to 2011-05-10 05:24:25 UTC [more...]

various vmbus review comments
 2011-05-10  5:24 UTC  (7+ messages)

[PATCH 000/206] Staging: hv: Cleanup hv drivers
 2011-05-10  0:18 UTC  (200+ messages)
` [PATCH 001/206] Staging: hv: Get rid of blkvsc_mutex
  ` [PATCH 012/206] Staging: hv: Rename the function stor_vsc_on_device_remove
  ` [PATCH 013/206] Staging: hv: Get rid of the indirection for removing stor device
  ` [PATCH 014/206] Staging: hv: Rename the function stor_vsc_on_cleanup
  ` [PATCH 015/206] Staging: hv: Get rid of the indirection for invoking cleanup function
  ` [PATCH 016/206] Staging: hv: Rename the function stor_vsc_on_io_request
  ` [PATCH 017/206] Staging: hv: Get rid of the indirection for invoking io request
  ` [PATCH 018/206] Staging: hv: Statically initialize pointers for probe etc
  ` [PATCH 019/206] Staging: hv: Get rid of the calls to storvsc_cleanup
  ` [PATCH 020/206] Staging: hv: Rename the function stor_vsc_get_major_info()
  ` [PATCH 021/206] Staging: hv: Introduce a function to wait to drain outgoing I/O
  ` [PATCH 022/206] Staging: hv: Use the newly introduced I/O drain synch method
  ` [PATCH 023/206] Staging: hv: Cleanup blkvsc_remove()
  ` [PATCH 024/206] Staging: hv: Cleanup blkvsc_shutdown()
  ` [PATCH 025/206] Staging: hv: Rename stor_vsc_channel_init()
  ` [PATCH 026/206] Staging: hv: Rename stor_vsc_on_io_completion
  ` [PATCH 027/206] Staging: hv: Rename stor_vsc_on_receive
  ` [PATCH 028/206] Staging: hv: Rename stor_vsc_on_channel_callback
  ` [PATCH 029/206] Staging: hv: Rename stor_vsc_connect_to_vsp
  ` [PATCH 030/206] Staging: hv: Get rid of/change some dated comments
  ` [PATCH 031/206] Staging: hv: Get rid of some unnecessary DPRINTS
  ` [PATCH 032/206] Staging: hv: Rename g_driver_name
  ` [PATCH 033/206] Staging: hv: Rename struct host_device_context
  ` [PATCH 034/206] Staging: hv: Rename variables pointing to struct hv_host_device
  ` [PATCH 035/206] Staging: hv: Rename the struct hv_device * element of "
  ` [PATCH 036/206] Staging: hv: Rename variables pointing to struct hv_device
  ` [PATCH 037/206] Staging: hv: Get rid of some dated comments
  ` [PATCH 038/206] Staging: hv: Get rid of some DPRINTS
  ` [PATCH 039/206] Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()
  ` [PATCH 040/206] Staging: hv: Move the function storvsc_merge_bvec() to earlier in the file
  ` [PATCH 041/206] Staging: hv: Get rid of the forward declaration for storvsc_device_configure()
  ` [PATCH 042/206] Staging: hv: Get rid of the forwrd declaration of destroy_bounce_buffer
  ` [PATCH 043/206] Staging: hv: Get rid of the forward declaration for do_bounce_buffer()
  ` [PATCH 044/206] Staging: hv: Get rid of the forward declaration for create_bounce_buffer()
  ` [PATCH 045/206] Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()
  ` [PATCH 046/206] Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()
  ` [PATCH 047/206] Staging: hv: Get rid of the forward declaration of storvsc_remove()
  ` [PATCH 048/206] Staging: hv: Get rid of the forward declaration of storvsc_get_chs()
  ` [PATCH 049/206] Staging: hv: Staging: hv: Rename the function stor_vsc_on_host_reset()
  ` [PATCH 050/206] Staging: hv: Rename stor_vsc_initialize()
  ` [PATCH 051/206] Staging: hv: Move the definition of storvsc_host_reset() to earlier in the file
  ` [PATCH 052/206] Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()
  ` [PATCH 053/206] Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the file
  ` [PATCH 054/206] Staging: hv: Move module parameters "
  ` [PATCH 055/206] Staging: hv: Move the function storvsc_commmand_completion() "
  ` [PATCH 056/206] Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()
  ` [PATCH 057/206] Staging: hv: Get rid of the forward declaration of storvsc_probe()
  ` [PATCH 058/206] Staging: hv: Rename the driver variable
  ` [PATCH 059/206] Staging: hv: Move the declaration of "
  ` [PATCH 060/206] Staging: hv: Statically initialize probe/remove elements of the driver
  ` [PATCH 061/206] Staging: hv: Get rid of unnecessary comments/dead code
  ` [PATCH 062/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_remove()
  ` [PATCH 063/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_add()
  ` [PATCH 064/206] Staging: hv: Get rid of the indirection in invoking storvsc_do_io()
  ` [PATCH 065/206] Staging: hv: Get rid of the code initializing the dispatch table
  ` [PATCH 066/206] Staging: hv: Simplify the code for getting the drive parameters
  ` [PATCH 067/206] Staging: hv: Make the function netvsc_device_add() non static
  ` [PATCH 068/206] Staging: hv: Make netvsc_device_remove "
  ` [PATCH 069/206] Staging: hv: Get rid of netvsc_cleanup()
  ` [PATCH 070/206] Staging: hv: Make rndis_filte_device_add() non static
  ` [PATCH 071/206] Staging: hv: Make rndis_filter_device_remove() "
  ` [PATCH 072/206] Staging: hv: Get rid of rndis_filter_cleanup()
  ` [PATCH 073/206] Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()
  ` [PATCH 074/206] Staging: hv: Get rid of the indirection to invoke netvsc_device_add()
  ` [PATCH 075/206] Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()
  ` [PATCH 076/206] Staging: hv: Get rid of the indirection in invoking netvsc_device_remove()
  ` [PATCH 077/206] Staging: hv: Get rid of call to cleanup()
  ` [PATCH 078/206] Staging: hv: Get rid of unnecessary code in netvsc.c
  ` [PATCH 079/206] Staging: hv: Get rid of some unnecessary code in rndis_filter.c
  ` [PATCH 080/206] Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_add()
  ` [PATCH 081/206] Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_remove
  ` [PATCH 082/206] Staging: hv: Get rid of the mouse cleanup() function
  ` [PATCH 083/206] Staging: hv: Cleanup mouse_vsc_initialize()
  ` [PATCH 084/206] Staging: hv: Get rid of dev_add from struct hv_driver
  ` [PATCH 085/206] Staging: hv: Get rid of dev_rm "
  ` [PATCH 086/206] Staging: hv: Cleanup calls to cleanup in storvsc_drv.c
  ` [PATCH 087/206] Staging: hv: Cleanup calls to cleanup() in hv_mouse.c
  ` [PATCH 088/206] Staging: hv: Get rid of cleanup from struct hv_driver
  ` [PATCH 089/206] Staging: hv: Rename the variable g_netvsc_drv
  ` [PATCH 090/206] Staging: hv: Move the declaration of the variable netvsc_drv
  ` [PATCH 091/206] Staging: hv: Statically initialize probe/remove
  ` [PATCH 092/206] Staging: hv: Rename the variable g_mousevsc_drv
  ` [PATCH 093/206] Staging: hv: Move the declaration of the variable mousevsc_drv
  ` [PATCH 094/206] Staging: hv: Statically initialize probe/remove
  ` [PATCH 095/206] Staging: hv: Rename the function ringbuffer_init
  ` [PATCH 096/206] Staging: hv: Rename ringbuffer_cleanup
  ` [PATCH 097/206] Staging: hv: Rename ringbuffer_write
  ` [PATCH 098/206] Staging: hv: Rename ringbuffer_peek
  ` [PATCH 099/206] Staging: hv: Rename ringbuffer_read
  ` [PATCH 100/206] Staging: hv: Rename get_ringbuffer_interrupt_mask
  ` [PATCH 101/206] Staging: hv: Rename dump_ring_info
  ` [PATCH 102/206] Staging: hv: Rename ringbuffer_get_debuginfo
  ` [PATCH 103/206] Staging: hv: Rename all static functions in ring_buffer.c
  ` [PATCH 104/206] Staging: hv: Cleanup comments "
  ` [PATCH 105/206] Staging: hv: Get rid of the forward declaration of hv_copyfrom_ringbuffer
  ` [PATCH 106/206] Staging: hv: Get rid of the forward declaration of hv_copyto_ringbuffer()
  ` [PATCH 107/206] Staging: hv: Get rid of the volatile qualifier for a variable in ring_buffer.c
  ` [PATCH 108/206] Staging: hv: Cleanup ring_buffer.h
  ` [PATCH 109/206] Staging: hv: Rename the variable gSupportedDeviceClasses
  ` [PATCH 110/206] Staging: hv: Rename the variable messageHandler
  ` [PATCH 111/206] Staging: hv: Rename the variable messageType
  ` [PATCH 112/206] Staging: hv: Rename the variable gChannelMessageTable
  ` [PATCH 113/206] Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfo
  ` [PATCH 114/206] Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo
  ` [PATCH 115/206] Staging: hv: Use completion abstraction in struct netvsc_device
  ` [PATCH 116/206] Staging: hv: Use the completion abstraction in struct rndis_request
  ` [PATCH 117/206] Staging: hv: Get rid of some dead code in channel.c
  ` [PATCH 118/206] Staging: hv: Change Cleanup to cleanup
  ` [PATCH 119/206] Staging: hv: Get rid of some dead code in connection.c
  ` [PATCH 120/206] Staging: hv: Get rid of some dead code from hv.c
  ` [PATCH 121/206] Staging: hv: Change Cleanup to cleanup
  ` [PATCH 122/206] Staging: hv: Get rid of unnecessary state from struct storvsc_driver
  ` [PATCH 123/206] Staging: hv: Get rid unnecessary DPRINT
  ` [PATCH 124/206] Staging: hv: Get rid of unnecessary code/comments
  ` [PATCH 125/206] Staging: hv: Assign the name directly
  ` [PATCH 126/206] Staging: hv: Move the assignment of driver name
  ` [PATCH 127/206] Staging: hv: Inline the copying of dev_type guid
  ` [PATCH 128/206] Staging: hv: Now get rid of the empty function
  ` [PATCH 129/206] Staging: hv: Move the sector size check into blkvsc_drv_init
  ` [PATCH 130/206] Staging: hv: Make blkvsc_drv_init the module init function
  ` [PATCH 131/206] Staging: hv: Get rid of some unnecessary DPRINTs
  ` [PATCH 132/206] Staging: hv: Compute max_outstanding_req_per_channel where it is needed
  ` [PATCH 133/206] Staging: hv: Get rid of max_outstanding_req_per_channel from struct storvsc_driver
  ` [PATCH 134/206] Staging: hv: Add ring_buffer_size to struct storvsc_device_info
  ` [PATCH 135/206] Staging: hv: Use the rinbuffer size info in "
  ` [PATCH 136/206] Staging: hv: Get rid of the unnecessary assignment of ring size
  ` [PATCH 137/206] Staging: hv: Get rid of the ring size state from struct storvsc_driver
  ` [PATCH 138/206] Staging: hv: Directly assign the driver name
  ` [PATCH 139/206] Staging: hv: Move the assignment of name to the hv_driver
  ` [PATCH 140/206] Staging: hv: Inline the copying of the dev_type information
  ` [PATCH 141/206] Staging: hv: Now get rid of an empty function
  ` [PATCH 142/206] Staging: hv: Get rid of some unused functions
  ` [PATCH 143/206] Staging: hv: Make storvsc_drv an instance of hv_driver
  ` [PATCH 144/206] Staging: hv: Make blkvsc_drv an instance of struct hv_driver
  ` [PATCH 145/206] Staging: hv: Get rid of struct storvsc_driver
  ` [PATCH 146/206] Staging: hv: Directly assign the driver name
  ` [PATCH 147/206] Staging: hv: Move the assignment of name variable
  ` [PATCH 148/206] Staging: hv: Move the code to copy dev_type information
  ` [PATCH 149/206] Staging: hv: Get rid of an empty function
  ` [PATCH 150/206] Staging: hv: Make mousevsc_drv an instance of struct hv_driver
  ` [PATCH 151/206] Staging: hv: Get rid of some unused code
  ` [PATCH 152/206] Staging: hv: Create a common header for all hyperv drivers to include
  ` [PATCH 153/206] Staging: hv:Include the contents of channel.h
  ` [PATCH 154/206] Staging: hv: Include the contents of channel_mgmt.h
  ` [PATCH 155/206] Staging: hv: Include the contents of ring_buffer.h
  ` [PATCH 156/206] Staging: hv: Include the contents of vmbus_channel_interface.h
  ` [PATCH 157/206] Staging: hv: Include the contents of vmbus_packet_format.h
  ` [PATCH 158/206] Staging: hv: Include the contents of logging.h
  ` [PATCH 159/206] Staging: hv: Include the contents of version_info.h
  ` [PATCH 160/206] Staging: hv: Add the contents of vmbus_api.h
  ` [PATCH 161/206] Staging: hv: Include the contents of vmbus.h
  ` [PATCH 162/206] Staging: hv: Cleanup the newly created header file
  ` [PATCH 163/206] Staging: hv: Include asm/hyperv.h
  ` [PATCH 164/206] Staging: hv: Add the definition hv_guid
  ` [PATCH 165/206] Staging: hv: Add a new header file to include all header files private to vmbus core
  ` [PATCH 166/206] Staging: hv: Include a subset of the contents of hv_api.h
  ` [PATCH 167/206] Staging: hv: Add "
  ` [PATCH 168/206] Staging: hv: Add the ringbuffer interfaces
  ` [PATCH 169/206] Staging: hv: Include the contents of vmbus_private.h
  ` [PATCH 170/206] Staging: hv: Cleanup the newly created header file
  ` [PATCH 171/206] Staging: hv: Create a header file that has all the definitions needed to build Hyper-V storage drivers
  ` [PATCH 172/206] Staging: hv: Include the contents of vstorage.h
  ` [PATCH 173/206] Staging: hv: Include the contents of storvsc_api.h
  ` [PATCH 174/206] Staging: hv: Create a single header file for hyper-v network drivers
  ` [PATCH 175/206] Staging: hv: Include the contents of netvsc_api.h
  ` [PATCH 176/206] Staging: hv: Include the contents of netvsc.h
  ` [PATCH 177/206] Staging: hv: Include the contents of rndis.h
  ` [PATCH 178/206] Staging: hv: Include the contents of rndis_filter.h
  ` [PATCH 179/206] Staging: hv: Include the contents of utils.h
  ` [PATCH 180/206] Staging: hv: Include the newly created header files in blkvsc_drv.c
  ` [PATCH 181/206] Staging: hv: Include the newly created header files in storvsc.c
  ` [PATCH 182/206] Staging: hv: Include the newly created header files in storvsc_drv.c
  ` [PATCH 183/206] Staging: hv: Include the new header files in the network driver
  ` [PATCH 184/206] Staging: hv: Include the new header files in vmbus driver
  ` [PATCH 185/206] Staging: hv: Include the newly created header file in the util driver
  ` [PATCH 186/206] Staging: hv: Include the newly created header file in the mouse driver
  ` [PATCH 187/206] Staging: hv: Get rid of channel.h
  ` [PATCH 188/206] Staging: hv: Get rid of channel_mgmt.h
  ` [PATCH 189/206] Staging: hv: Get rid of hv_api.h
  ` [PATCH 190/206] Staging: hv: Get rid of hv.h
  ` [PATCH 191/206] Staging: hv: Get rid of logging.h
  ` [PATCH 192/206] Staging: hv: Get rid of netvsc_api.h
  ` [PATCH 193/206] Staging: hv: Get rid of netvsc.h
  ` [PATCH 194/206] Staging: hv: Get rid of ring_buffer.h
  ` [PATCH 195/206] Staging: hv: Get rid of rndis_filter.h
  ` [PATCH 196/206] Staging: hv: Get rid of rndis.h
  ` [PATCH 197/206] Staging: hv: Get rid of storvsc_api.h
  ` [PATCH 198/206] Staging: hv: Get rid of utils.h
  ` [PATCH 199/206] Staging: hv: Get rid of version_info.h
  ` [PATCH 200/206] Staging: hv: Get rid of vmbus_api.h
  ` [PATCH 201/206] Staging: hv: Get rid of vmbus_channel_interface.h
  ` [PATCH 202/206] Staging: hv: Get rid of vmbus.h
  ` [PATCH 203/206] Staging: hv: Get rid of vmbus_packet_format.h
  ` [PATCH 204/206] Staging: hv: Get rid of vmbus_private.h
  ` [PATCH 205/206] Staging: hv: Get rid of vstorage.h
  ` [PATCH 206/206] Staging: hv: Get rid of the function count_hv_channel()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).