summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/bdbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS-Ids.Ralf Corsépius2012-07-191-2/+0
* libblock: Fix read-ahead task wake-upSebastian Huber2012-07-091-5/+10
* libblock: Move read-ahead trigger checkSebastian Huber2012-07-031-1/+2
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-1/+1
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-2/+2
* libblock: Fix continuous blocks write requestSebastian Huber2012-07-021-13/+6
* libblock: Remove unused fieldSebastian Huber2012-07-021-1/+0
* libblock: Add block device statisticsSebastian Huber2012-06-121-0/+34
* libblock: Remove const qualifierSebastian Huber2012-06-121-17/+17
* libblock: Add read-ahead taskSebastian Huber2012-06-041-121/+226
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-1/+1
* libblock: Move rtems_bdbuf_get_media_block() callSebastian Huber2012-05-311-75/+78
* libblock: Simplify disk managementSebastian Huber2012-05-311-11/+16
* libblock: Remove explicit bds_per_group parameterSebastian Huber2012-05-311-18/+13
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-311-4/+4
* libblock: Add task stack size bdbuf configurationSebastian Huber2012-05-311-35/+41
* libblock: Fix read request block count calculationSebastian Huber2012-05-241-1/+1
* libblock: Fix state descriptionsSebastian Huber2012-05-241-1/+1
* libblock: Fix purge device tree traversalSebastian Huber2012-05-141-1/+2
* libblock: Add rtems_bdbuf_set_block_size()Sebastian Huber2012-04-121-51/+73
* libblock: Change error status to fatal errorSebastian Huber2012-04-121-11/+7
* libblock: Use unprotected chain operationsSebastian Huber2012-04-121-4/+4
* libblock: Use unprotected chain operationsSebastian Huber2012-04-121-17/+17
* libblock: Change bdbuf APISebastian Huber2012-03-131-159/+78
* libblock: Remove superfluous volatile qualifierSebastian Huber2012-03-131-6/+6
* 2011-11-03 Chris Johns <chrisj@rtems.org>Chris Johns2011-11-031-1/+1
* 2010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-041-1/+0
* 2010-05-18 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-181-13/+40
* 2010-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-291-0/+1
* Fixed invalid chain extractThomas Doerfler2010-01-291-1/+2
* add purge capability to libblock, add proper test caseThomas Doerfler2010-01-261-113/+263
* 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-191-5/+4
* libblock API updateThomas Doerfler2010-01-191-300/+268
* Update for block device API changeThomas Doerfler2009-12-181-2/+3
* documentation fixesThomas Doerfler2009-11-301-7/+11
* Whitespace removal.Ralf Corsepius2009-11-291-80/+80
* numerous changesThomas Doerfler2009-11-201-769/+681
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-021-2/+2
* Fixed buffer recyclingThomas Doerfler2009-11-021-14/+23
* Fixed group usage counting. See test "libtests/block02".Thomas Doerfler2009-10-301-48/+55
* - - Reorderd AVL node fields to save spaceThomas Doerfler2009-10-291-177/+144
* Use size_t for sizes.Ralf Corsepius2009-10-131-2/+2
* 2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-131-3/+5
* * libblock/include/rtems/diskdevs.h: Added driver data pointer to IOThomas Doerfler2009-10-131-4/+2
* 2009-10-08 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-081-169/+340
* 2009-08-06 Chris Johns <chrisj@rtems.org>Chris Johns2009-08-061-31/+98
* 009-08-05 Chris Johns <chrisj@rtems.org>Chris Johns2009-08-051-723/+1110
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-121-13/+12
* 2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-151-0/+2
* 2009-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Chris Johns2009-04-291-238/+41