<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/include/linux/ata.h, branch linux-2.6.28.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.28.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.28.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2009-02-17T17:29:02+00:00</updated>
<entry>
<title>ide/libata: fix ata_id_is_cfa() (take 4)</title>
<updated>2009-02-17T17:29:02+00:00</updated>
<author>
<name>Sergei Shtylyov</name>
<email>sshtylyov@ru.mvista.com</email>
</author>
<published>2009-02-01T16:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=aac6302fdc26d37d77ca7b01ef0976d6cf1d5e5f'/>
<id>urn:sha1:aac6302fdc26d37d77ca7b01ef0976d6cf1d5e5f</id>
<content type='text'>
commit 2999b58b795ad81f10e34bdbbfd2742172f247e4 upstream.

When checking for the CFA feature set support, ata_id_is_cfa() tests bit 2 in
word 82 of the identify data instead the word 83;  it also checks the ATA/PI
version support in the word 80 (which the CompactFlash specifications have as
reserved), this having no slightest chance to work on the modern CF cards that
don't have 0x848A in the word 0...

Signed-off-by: Sergei Shtylyov &lt;sshtylyov@ru.mvista.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
Cc: Chuck Ebbert &lt;cebbert@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ide: lba_capacity_is_ok() -&gt; ata_id_is_lba_capacity_ok()</title>
<updated>2008-10-10T20:39:31+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-10T20:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a02227c9774b3bff08c7f557d06247e0a03ac435'/>
<id>urn:sha1:a02227c9774b3bff08c7f557d06247e0a03ac435</id>
<content type='text'>
Rename lba_capacity_is_ok() to ata_id_is_lba_capacity_ok()
and move it to &lt;linux/ata.h&gt; (remove needless parens while at it).

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
</entry>
<entry>
<title>ide: ide_id_to_hd_driveid() -&gt; ata_id_to_hd_driveid()</title>
<updated>2008-10-10T20:39:31+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-10T20:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=93734a234447a3c091f76d76f7351af9d4dde518'/>
<id>urn:sha1:93734a234447a3c091f76d76f7351af9d4dde518</id>
<content type='text'>
Rename ide_id_to_hd_driveid() to ata_id_to_hd_driveid()
and move it to &lt;linux/ata.h&gt;.

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
</entry>
<entry>
<title>ide: ide_id_has_flush_cache_ext() -&gt; ata_id_flush_ext_enabled()</title>
<updated>2008-10-10T20:39:31+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-10T20:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ff2779b568e70822e0ef2cc7afeeefbe7c607652'/>
<id>urn:sha1:ff2779b568e70822e0ef2cc7afeeefbe7c607652</id>
<content type='text'>
* Add ata_id_flush_ext_enabled() inline helper to &lt;linux/ata.h&gt;.

* ide_id_has_flush_cache_ext() -&gt; ata_id_flush_ext_enabled()

  The latter one also checks if the command is marked as
  supported in word 83 and validity of words 83 &amp; 86.

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
</entry>
<entry>
<title>ide: ide_id_has_flush_cache() -&gt; ata_id_flush_enabled()</title>
<updated>2008-10-10T20:39:30+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-10T20:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4b58f17d7c45a8e5f4acda641bec388398b9c0fa'/>
<id>urn:sha1:4b58f17d7c45a8e5f4acda641bec388398b9c0fa</id>
<content type='text'>
* Add ata_id_flush_enabled() inline helper to &lt;linux/ata.h&gt;.

* ide_id_has_flush_cache() -&gt; ata_id_flush_enabled()

  The latter one also checks if the command is marked as
  supported in word 83 and validity of words 83 &amp; 86.

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
</entry>
<entry>
<title>ide: idedisk_supports_lba48() -&gt; ata_id_lba48_enabled()</title>
<updated>2008-10-10T20:39:30+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-10T20:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=942dcd85bf8edf38cdc3745306ca250684d99a61'/>
<id>urn:sha1:942dcd85bf8edf38cdc3745306ca250684d99a61</id>
<content type='text'>
* Add ata_id_lba48_enabled() inline helper to &lt;linux/ata.h&gt;.

* idedisk_supports_lba48() -&gt; ata_id_lba48_enabled()

  The latter one also checks validity of words 83 &amp; 86.

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
</entry>
<entry>
<title>ide: ide_dev_is_sata() -&gt; ata_id_is_sata()</title>
<updated>2008-10-10T20:39:30+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-10T20:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=367d7e78dd48cf6ad35182a99d97abb5486e040e'/>
<id>urn:sha1:367d7e78dd48cf6ad35182a99d97abb5486e040e</id>
<content type='text'>
* Use optimized ATA version check from Sergei in ata_id_is_sata().

* ide_dev_is_sata() -&gt; ata_id_is_sata()

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Cc: Sergei Shtylyov &lt;sshtylyov@ru.mvista.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block</title>
<updated>2008-10-10T17:52:45+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2008-10-10T17:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e26feff647ef34423b048b940540a0059001ddb0'/>
<id>urn:sha1:e26feff647ef34423b048b940540a0059001ddb0</id>
<content type='text'>
* 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block: (132 commits)
  doc/cdrom: Trvial documentation error, file not present
  block_dev: fix kernel-doc in new functions
  block: add some comments around the bio read-write flags
  block: mark bio_split_pool static
  block: Find bio sector offset given idx and offset
  block: gendisk integrity wrapper
  block: Switch blk_integrity_compare from bdev to gendisk
  block: Fix double put in blk_integrity_unregister
  block: Introduce integrity data ownership flag
  block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1
  bio.h: Remove unused conditional code
  block: remove end_{queued|dequeued}_request()
  block: change elevator to use __blk_end_request()
  gdrom: change to use __blk_end_request()
  memstick: change to use __blk_end_request()
  virtio_blk: change to use __blk_end_request()
  blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure
  block: add lld busy state exporting interface
  block: Fix blk_start_queueing() to not kick a stopped queue
  include blktrace_api.h in headers_install
  ...
</content>
</entry>
<entry>
<title>libata: set queue SSD flag for SSD devices</title>
<updated>2008-10-09T06:56:19+00:00</updated>
<author>
<name>Jens Axboe</name>
<email>jens.axboe@oracle.com</email>
</author>
<published>2008-09-24T11:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8bff7c6b0f63c7ee9c5e3a076338d74125b8debb'/>
<id>urn:sha1:8bff7c6b0f63c7ee9c5e3a076338d74125b8debb</id>
<content type='text'>
SSD devices should give an RPM setting of 1 in word 217 of the ID
page. If we see such a device, tell the block layer about it.

Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>[libata] Introduce ata_id_has_unload()</title>
<updated>2008-09-29T04:25:50+00:00</updated>
<author>
<name>Elias Oltmanns</name>
<email>eo@nebensachen.de</email>
</author>
<published>2008-09-19T21:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ea6ce53cd5d005455ec0a3cc1d45d3af0cb90919'/>
<id>urn:sha1:ea6ce53cd5d005455ec0a3cc1d45d3af0cb90919</id>
<content type='text'>
Add a function to check an ATA device's id for head unload support as
specified in ATA-7.

Signed-off-by: Elias Oltmanns &lt;eo@nebensachen.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
</entry>
</feed>
