<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/ide/ide-disk.c, branch v2.6.29</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>ide: can't use SSD/non-rotational queue flag for all CFA devices</title>
<updated>2009-01-14T18:19:03+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2009-01-14T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=655772cc79c94ebf282e1df4d3c3375f05a565ae'/>
<id>655772cc79c94ebf282e1df4d3c3375f05a565ae</id>
<content type='text'>
Some rotating disks also present themselves as CFA devices.

Reported-by: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Acked-by: Sergei Shtylyov &lt;sshtylyov@ru.mvista.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some rotating disks also present themselves as CFA devices.

Reported-by: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Acked-by: Sergei Shtylyov &lt;sshtylyov@ru.mvista.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: remove HWIF() macro</title>
<updated>2009-01-06T16:20:52+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2009-01-06T16:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=898ec223fea2a2df88035e58dbf50f493577e225'/>
<id>898ec223fea2a2df88035e58dbf50f493577e225</id>
<content type='text'>
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: Switch to a common address</title>
<updated>2008-11-02T20:40:08+00:00</updated>
<author>
<name>Alan Cox</name>
<email>alan@lxorguk.ukuu.org.uk</email>
</author>
<published>2008-11-02T20:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ccd32e221c3e3797ac56305c554ad8b07c13c815'/>
<id>ccd32e221c3e3797ac56305c554ad8b07c13c815</id>
<content type='text'>
Signed-off-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: set non-rotational queue flag for SSD and CF devices</title>
<updated>2008-10-23T21:22:09+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-23T21:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c77380d4534c65cc9865a6b4efea44be4d039207'/>
<id>c77380d4534c65cc9865a6b4efea44be4d039207</id>
<content type='text'>
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: add generic ATA/ATAPI disk driver</title>
<updated>2008-10-17T16:09:14+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=806f80a6fc203ad0bde84e5a9e94572617d2ae45'/>
<id>806f80a6fc203ad0bde84e5a9e94572617d2ae45</id>
<content type='text'>
* Add struct ide_disk_ops containing protocol specific methods.

* Add 'struct ide_disk_ops *' to ide_drive_t.

* Convert ide-{disk,floppy} drivers to use struct ide_disk_ops.

* Merge ide-{disk,floppy} drivers into generic ide-gd driver.

While at it:
- ide_disk_init_capacity() -&gt; ide_disk_get_capacity()

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add struct ide_disk_ops containing protocol specific methods.

* Add 'struct ide_disk_ops *' to ide_drive_t.

* Convert ide-{disk,floppy} drivers to use struct ide_disk_ops.

* Merge ide-{disk,floppy} drivers into generic ide-gd driver.

While at it:
- ide_disk_init_capacity() -&gt; ide_disk_get_capacity()

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: factor out generic disk handling code to ide-gd.c</title>
<updated>2008-10-17T16:09:12+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5fef0e5c0283949f95a7891c9424a9f84448116b'/>
<id>5fef0e5c0283949f95a7891c9424a9f84448116b</id>
<content type='text'>
While at it:
- IDEDISK_VERSION -&gt; IDE_GD_VERSION
- ide_cacheflush_p() -&gt; ide_disk_flush()
- init_idedisk_capacity() -&gt; ide_disk_init_capacity()
- idedisk_set_doorlock() -&gt; ide_disk_set_doorlock()
- idedisk_setup() -&gt; ide_disk_setup()

- ide_disk_capacity() -&gt; ide_gd_capacity()
- ide_disk_remove() -&gt; ide_gd_remove()
- ide_disk_probe() -&gt; ide_gd_probe()
- ide_disk_resume() -&gt; ide_gd_resume()
- ide_device_shutdown() -&gt; ide_gd_shutdown()
- idedisk_driver -&gt; ide_gd_driver
- idedisk_open() -&gt; ide_gd_open()
- idedisk_release() -&gt; ide_gd_release()
- idedisk_getgeo() -&gt; ide_gd_getgeo()
- idedisk_media_changed() -&gt; ide_gd_media_changed()
- idedisk_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idedisk_ops -&gt; ide_gd_ops
- idedisk_init() -&gt; ide_gd_init()
- idedisk_exit() -&gt; ide_gd_exit()

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it:
- IDEDISK_VERSION -&gt; IDE_GD_VERSION
- ide_cacheflush_p() -&gt; ide_disk_flush()
- init_idedisk_capacity() -&gt; ide_disk_init_capacity()
- idedisk_set_doorlock() -&gt; ide_disk_set_doorlock()
- idedisk_setup() -&gt; ide_disk_setup()

- ide_disk_capacity() -&gt; ide_gd_capacity()
- ide_disk_remove() -&gt; ide_gd_remove()
- ide_disk_probe() -&gt; ide_gd_probe()
- ide_disk_resume() -&gt; ide_gd_resume()
- ide_device_shutdown() -&gt; ide_gd_shutdown()
- idedisk_driver -&gt; ide_gd_driver
- idedisk_open() -&gt; ide_gd_open()
- idedisk_release() -&gt; ide_gd_release()
- idedisk_getgeo() -&gt; ide_gd_getgeo()
- idedisk_media_changed() -&gt; ide_gd_media_changed()
- idedisk_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idedisk_ops -&gt; ide_gd_ops
- idedisk_init() -&gt; ide_gd_init()
- idedisk_exit() -&gt; ide_gd_exit()

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup()</title>
<updated>2008-10-17T16:09:10+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ae9f9f073963c56dcc4601ed9a0921eda1e8fa9d'/>
<id>ae9f9f073963c56dcc4601ed9a0921eda1e8fa9d</id>
<content type='text'>
There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: move IDE_DFLAG_DOORLOCKING flag handling to idedisk_set_doorlock()</title>
<updated>2008-10-17T16:09:10+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=81ee1bb51fff76aaa738668b92406b5117f125ed'/>
<id>81ee1bb51fff76aaa738668b92406b5117f125ed</id>
<content type='text'>
There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: use to_ide_drv() and ide_drv_g()</title>
<updated>2008-10-17T16:09:09+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d7e747596829c1c11833ca0a1f5e64f400d20bf2'/>
<id>d7e747596829c1c11833ca0a1f5e64f400d20bf2</id>
<content type='text'>
There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: lock media before checking for media change</title>
<updated>2008-10-17T16:09:09+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=099ed4c2f5d54a5e1e490250805fb9727d622c0c'/>
<id>099ed4c2f5d54a5e1e490250805fb9727d622c0c</id>
<content type='text'>
Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
