<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/block, branch v2.6.29.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/Documentation/block?h=v2.6.29.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/Documentation/block?h=v2.6.29.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2009-02-02T12:02:31Z</updated>
<entry>
<title>block: add text file detailing queue/ sysfs files</title>
<updated>2009-02-02T12:02:31Z</updated>
<author>
<name>Jens Axboe</name>
<email>jens.axboe@oracle.com</email>
</author>
<published>2009-02-02T12:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cbb5901b904e122139e97c6f4caed9b1f13c3455'/>
<id>urn:sha1:cbb5901b904e122139e97c6f4caed9b1f13c3455</id>
<content type='text'>
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>Mark mandatory elevator functions in the biodoc.txt</title>
<updated>2009-01-30T11:34:37Z</updated>
<author>
<name>Nikanth Karthikesan</name>
<email>knikanth@suse.de</email>
</author>
<published>2009-01-27T08:29:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7598909e3ee2a08726276d6415b69dadb52d0d76'/>
<id>urn:sha1:7598909e3ee2a08726276d6415b69dadb52d0d76</id>
<content type='text'>
biodoc.txt mentions that elevator functions marked with * are mandatory, but
no function is marked with *. Mark the 3 functions which should be
implemented by any io scheduler.

Signed-off-by: Nikanth Karthikesan &lt;knikanth@suse.de&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>Documentation: move DMA-mapping.txt to Doc/PCI/</title>
<updated>2009-01-30T02:19:29Z</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-01-30T00:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5872fb94f85d2e4fdef94657bd14e1a492df9825'/>
<id>urn:sha1:5872fb94f85d2e4fdef94657bd14e1a492df9825</id>
<content type='text'>
Move DMA-mapping.txt to Documentation/PCI/.

DMA-mapping.txt was supposed to be moved from Documentation/ to
Documentation/PCI/.  The 00-INDEX files in those two directories
were updated, along with a few other text files, but the file
itself somehow escaped being moved, so move it and update more
text files and source files with its new location.

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
cc:	Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Documentation: remove reference to ll_rw_blk.c and moved drivers/block/elevator.c</title>
<updated>2008-12-29T07:28:43Z</updated>
<author>
<name>Nikanth Karthikesan</name>
<email>knikanth@suse.de</email>
</author>
<published>2008-11-24T09:46:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=42364690992e592c05f85c76fda4055820b48c1b'/>
<id>urn:sha1:42364690992e592c05f85c76fda4055820b48c1b</id>
<content type='text'>
The drivers/block/ll_rw_block.c has been split and organized in the block/
directory, and also drivers/block/elevator.c has been moved to the block/
directory. Update Documentation/block/biodoc.txt accordingly

Signed-off-by: Nikanth Karthikesan &lt;knikanth@suse.de&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'docs' of git://git.lwn.net/linux-2.6</title>
<updated>2008-10-16T19:18:16Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2008-10-16T19:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d1b5726358ccebcf614fc9f97cdf3354178dcb80'/>
<id>urn:sha1:d1b5726358ccebcf614fc9f97cdf3354178dcb80</id>
<content type='text'>
* 'docs' of git://git.lwn.net/linux-2.6:
  Document panic_on_unrecovered_nmi sysctl
  Add a reference to paper to SubmittingPatches
  Add kerneldoc documentation for new printk format extensions
  Remove videobook.tmpl
  doc: Test-by?
  Add the development process document
  Documentation/block/data-integrity.txt: Fix section numbers
</content>
</entry>
<entry>
<title>Documentation/block/data-integrity.txt: Fix section numbers</title>
<updated>2008-10-16T17:51:30Z</updated>
<author>
<name>Alberto Bertogli</name>
<email>albertito@blitiri.com.ar</email>
</author>
<published>2008-09-27T02:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d86f4bc4bc34c63c90e5fd46a60c506b234f5708'/>
<id>urn:sha1:d86f4bc4bc34c63c90e5fd46a60c506b234f5708</id>
<content type='text'>
Signed-off-by: Alberto Bertogli &lt;albertito@blitiri.com.ar&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>block: update documentation for deadline fifo_batch tunable</title>
<updated>2008-10-09T06:56:03Z</updated>
<author>
<name>Aaron Carroll</name>
<email>aaronc@gelato.unsw.edu.au</email>
</author>
<published>2008-08-14T08:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6a421c1dc94b12923294a359822346f12492de5e'/>
<id>urn:sha1:6a421c1dc94b12923294a359822346f12492de5e</id>
<content type='text'>
Update the description of fifo_batch to match the current implementation,
and include a description of how to tune it.

Signed-off-by: Aaron Carroll &lt;aaronc@gelato.unsw.edu.au&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
<entry>
<title>block: Data integrity infrastructure documentation</title>
<updated>2008-07-03T11:21:13Z</updated>
<author>
<name>Martin K. Petersen</name>
<email>martin.petersen@oracle.com</email>
</author>
<published>2008-06-17T16:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c1c72b59941e2f5aad4b02609d7ee7b121734b8d'/>
<id>urn:sha1:c1c72b59941e2f5aad4b02609d7ee7b121734b8d</id>
<content type='text'>
Signed-off-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>DOCUMENTATION:  Use newer DEFINE_SPINLOCK macro in docs.</title>
<updated>2008-04-21T22:44:50Z</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2008-04-21T22:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c0d1f29534f2bd6c5992831eb0f648522e9b0204'/>
<id>urn:sha1:c0d1f29534f2bd6c5992831eb0f648522e9b0204</id>
<content type='text'>
Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Jesper Juhl &lt;jesper.juhl@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add Documentation/block/00-INDEX</title>
<updated>2007-10-16T08:11:28Z</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2007-10-16T08:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8b6800fbced0c6745a9b8f5f72f15ef8bce8a6be'/>
<id>urn:sha1:8b6800fbced0c6745a9b8f5f72f15ef8bce8a6be</id>
<content type='text'>
Add Documentation/block/00-INDEX

Signed-off-by: Rob Landley &lt;rob@landley.net&gt;
Signed-off-by: Jens Axboe &lt;jens.axboe@oracle.com&gt;
</content>
</entry>
</feed>
