<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/block, branch v2.6.34</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=v2.6.34</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.34'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2010-03-08T08:11:07Z</updated>
<entry>
<title>Documentation: fix block/biodoc.txt dma mapping description</title>
<updated>2010-03-08T08:11:07Z</updated>
<author>
<name>FUJITA Tomonori</name>
<email>fujita.tomonori@lab.ntt.co.jp</email>
</author>
<published>2010-03-08T08:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c2282adbdea3548ae0271c1b1b2deec5f56ad224'/>
<id>urn:sha1:c2282adbdea3548ae0271c1b1b2deec5f56ad224</id>
<content type='text'>
- It looks incorrect to use blk_rq_map_sg with pci_map_page here about
  DMA mappings. dma_map_sg?

- better to use dma_map_page instead of pci_map_page.
  http://marc.info/?l=linux-kernel&amp;m=126596737604808&amp;w=2

Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into for-2.6.34</title>
<updated>2010-02-22T12:48:51Z</updated>
<author>
<name>Jens Axboe</name>
<email>jens.axboe@oracle.com</email>
</author>
<published>2010-02-22T12:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f11cbd74c5ff3614f6390b4de67a6ffdc614c378'/>
<id>urn:sha1:f11cbd74c5ff3614f6390b4de67a6ffdc614c378</id>
<content type='text'>
</content>
</entry>
<entry>
<title>block: Added in stricter no merge semantics for block I/O</title>
<updated>2010-01-29T08:04:08Z</updated>
<author>
<name>Alan D. Brunelle</name>
<email>Alan.Brunelle@hp.com</email>
</author>
<published>2010-01-29T08:04:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=488991e28e55b4fbca8067edf0259f69d1a6f92c'/>
<id>urn:sha1:488991e28e55b4fbca8067edf0259f69d1a6f92c</id>
<content type='text'>
Updated 'nomerges' tunable to accept a value of '2' - indicating that _no_
merges at all are to be attempted (not even the simple one-hit cache).

The following table illustrates the additional benefit - 5 minute runs of
a random I/O load were applied to a dozen devices on a 16-way x86_64 system.

nomerges        Throughput      %System         Improvement (tput / %sys)
--------        ------------    -----------     -------------------------
0               12.45 MB/sec    0.669365609
1               12.50 MB/sec    0.641519199     0.40% / 2.71%
2               12.52 MB/sec    0.639849750     0.56% / 2.96%

Signed-off-by: Alan D. Brunelle &lt;alan.brunelle@hp.com&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>Documentation: Rename Documentation/DMA-mapping.txt</title>
<updated>2010-01-02T18:09:44Z</updated>
<author>
<name>Kusanagi Kouichi</name>
<email>slash@ac.auone-net.jp</email>
</author>
<published>2010-01-02T04:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4207a152bc242effd0b8231143aa5b9f7a1593a9'/>
<id>urn:sha1:4207a152bc242effd0b8231143aa5b9f7a1593a9</id>
<content type='text'>
It seems that Documentation/DMA-mapping.txt was supposed to be renamed
to Documentation/PCI/PCI-DMA-mapping.txt.

Signed-off-by: Kusanagi Kouichi &lt;slash@ac.auone-net.jp&gt;
Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>block: remove Documentation/block/as-iosched.txt</title>
<updated>2009-12-18T11:37:48Z</updated>
<author>
<name>FUJITA Tomonori</name>
<email>fujita.tomonori@lab.ntt.co.jp</email>
</author>
<published>2009-12-18T11:37:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1de6129f381b4907013ccea08a3bdea8c966d50a'/>
<id>urn:sha1:1de6129f381b4907013ccea08a3bdea8c966d50a</id>
<content type='text'>
Commit 492af6350a5ccf087e4964104a276ed358811458 removed
the AS IO scheduler, so remove its documentation too.

Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>Trivial typo fixes in Documentation/block/data-integrity.txt.</title>
<updated>2009-07-01T08:56:25Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2009-06-25T11:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=61fd21670d048017c81e62f60894ef1b04b481db'/>
<id>urn:sha1:61fd21670d048017c81e62f60894ef1b04b481db</id>
<content type='text'>
Signed-off-by: Andre Noll &lt;maan@systemlinux.org&gt;
Acked-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>trivial: Miscellaneous documentation typo fixes</title>
<updated>2009-06-12T16:01:47Z</updated>
<author>
<name>Matt LaPlante</name>
<email>kernel1@cyberdogtech.com</email>
</author>
<published>2009-04-27T13:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=19f594600110377ec4037fdf7fb93a25ec516212'/>
<id>urn:sha1:19f594600110377ec4037fdf7fb93a25ec516212</id>
<content type='text'>
Fix various typos in documentation txts.

Signed-off-by: Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>Removed reference to non-existing file Documentation/PCI/PCI-DMA-mapping.txt</title>
<updated>2009-06-02T12:52:32Z</updated>
<author>
<name>vibi sreenivasan</name>
<email>vibi_sreenivasan@cms.com</email>
</author>
<published>2009-06-02T12:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbdc9dd342f0a7e32f40f0d4ade662bdfe057484'/>
<id>urn:sha1:dbdc9dd342f0a7e32f40f0d4ade662bdfe057484</id>
<content type='text'>
File Documentation/PCI/PCI-DMA-mapping.txt does not exist.
 Documentation/DMA-mapping.txt contains DMA Mapping details

Signed-off-by: vibi sreenivasan &lt;vibi_sreenivasan@cms.com&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>block: update biodoc.txt on plugging</title>
<updated>2009-04-15T06:28:11Z</updated>
<author>
<name>Jens Axboe</name>
<email>jens.axboe@oracle.com</email>
</author>
<published>2009-04-08T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=329007ce25d56fc7113df7b4828d607806d8bc21'/>
<id>urn:sha1:329007ce25d56fc7113df7b4828d607806d8bc21</id>
<content type='text'>
We do per-device plugging, get rid of any references to tq_disk as that
has been dead since 2.6.5 or so.

Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>block: Repeated lines in switching-sched.txt</title>
<updated>2009-03-26T10:01:28Z</updated>
<author>
<name>Avishay Traeger</name>
<email>avishay@il.ibm.com</email>
</author>
<published>2009-03-24T11:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=07e86f405addc6436eb969b8279bb14a6dcacce4'/>
<id>urn:sha1:07e86f405addc6436eb969b8279bb14a6dcacce4</id>
<content type='text'>
These lines appear in this file twice - removed one occurrence.

Signed-off-by: Avishay Traeger &lt;avishay@il.ibm.com&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
</feed>
