<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/hv, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2012-02-13T19:35:20Z</updated>
<entry>
<title>Staging: hv: storvsc: Move the storage driver out of the staging area</title>
<updated>2012-02-13T19:35:20Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-02-09T22:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=89ae7d709357df3a60e81c57613859d91d093ace'/>
<id>urn:sha1:89ae7d709357df3a60e81c57613859d91d093ace</id>
<content type='text'>
The storage driver (storvsc_drv.c) handles all block storage devices
assigned to Linux guests hosted on Hyper-V. This driver has been in the
staging tree for a while and this patch moves it out of the staging area.

James was willing to apply this patch during the 3.3-rc phase and a decision
was taken to defer this to 3.4 since Greg had queued up a bunch of storvsc
patches for 3.4. Now that Greg has applied all of the pending storvsc patches,
I am sending this patch to move this driver out of staging. Based on James'
recommendation, this patch gets rid of the unneeded files in the staging/hv
directory.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Acked-by: James Bottomley &lt;JBottomley@Parallels.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Consolidate all the wire protocol definitions</title>
<updated>2012-02-09T01:07:39Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=af9584b82df77751710db45043cf8d7d7740056d'/>
<id>urn:sha1:af9584b82df77751710db45043cf8d7d7740056d</id>
<content type='text'>
Consolidate all definitions that support communication with the host.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Consolidate the request structure</title>
<updated>2012-02-09T01:07:39Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=61eaffc91d375e02bc12c2c831478841f5ce4757'/>
<id>urn:sha1:61eaffc91d375e02bc12c2c831478841f5ce4757</id>
<content type='text'>
Consolidate the request structure by getting rid of struct hv_storvsc_request.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Get rid of some unused defines</title>
<updated>2012-02-09T01:07:39Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=410c52ed66cabd1837a87b37348d92a17f01c199'/>
<id>urn:sha1:410c52ed66cabd1837a87b37348d92a17f01c199</id>
<content type='text'>
Get rid of some unused defines.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Cleanup some protocol related constants</title>
<updated>2012-02-09T01:07:38Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6b2f949559b26448cc6d161d62341281db42c909'/>
<id>urn:sha1:6b2f949559b26448cc6d161d62341281db42c909</id>
<content type='text'>
Cleanup some protocol related constants.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Cleanup the code for generating protocol version</title>
<updated>2012-02-09T01:07:38Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=85904a5e553f343243e5cf59f150174159e2e5ea'/>
<id>urn:sha1:85904a5e553f343243e5cf59f150174159e2e5ea</id>
<content type='text'>
Cleanup the code for generating protocol version.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver</title>
<updated>2012-02-09T01:07:37Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c649114a5d99eb10e58f977f82018b1d77191aa7'/>
<id>urn:sha1:c649114a5d99eb10e58f977f82018b1d77191aa7</id>
<content type='text'>
Miscellaneous cleanup of storvsc driver - get rid of unnecessary defines and
use fixed size types for structures used for communication with the host.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Rename the context field in hv_storvsc_request</title>
<updated>2012-02-09T01:07:37Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=93a1bf4dd018af2a4931b916dd46fdfb963fa4ad'/>
<id>urn:sha1:93a1bf4dd018af2a4931b916dd46fdfb963fa4ad</id>
<content type='text'>
Rename the context field in hv_storvsc_request. As part of this change
fix the type of this field.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Get rid of the on_io_completion in hv_storvsc_request</title>
<updated>2012-02-09T01:07:36Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2707388c7c5c6edf4e646a9013f6b7aa195fb174'/>
<id>urn:sha1:2707388c7c5c6edf4e646a9013f6b7aa195fb174</id>
<content type='text'>
Get rid of the on_io_completion field  in struct hv_storvsc_request. As part of this
relocate the bounce buffer handling code (to avoid having forward declarations).

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: Add a comment to explain life-cycle management</title>
<updated>2012-02-09T01:07:36Z</updated>
<author>
<name>K. Y. Srinivasan</name>
<email>kys@microsoft.com</email>
</author>
<published>2012-01-12T20:38:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a8c18c573bf896f81dbcd68fdb81d81d4200dcad'/>
<id>urn:sha1:a8c18c573bf896f81dbcd68fdb81d81d4200dcad</id>
<content type='text'>
Add a comment to explain life-cycle management and fix format issue.

Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
