summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* libblock: Use UTF-8 converter in media managerSebastian Huber2013-06-041-3/+10
* ramdisk: Fix device name generationSebastian Huber2013-03-221-1/+1
* libblock: Do resource allocation in one placeSebastian Huber2013-02-211-115/+153
* libblock: Doxygen Enhancement Task #1Mathew Kallada2012-12-2118-67/+91
* libblock: Use rtems_blkdev_create_partition()Sebastian Huber2012-12-211-53/+82
* libblock: Add sparse diskRalf Kirchner2012-12-051-0/+387
* score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber2012-11-151-78/+73
* libblock: DocumentationSebastian Huber2012-11-021-10/+10
* libblock: Block device transfer request API changeSebastian Huber2012-11-024-30/+15
* libblock: Use transient eventSebastian Huber2012-10-301-5/+15
* libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber2012-10-263-5/+14
* libblock: ramdisk documentationSebastian Huber2012-10-262-10/+10
* 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-124-0/+164
* libblock: Remove const qualifierSebastian Huber2012-06-121-17/+17
* libblock: Add read-ahead taskSebastian Huber2012-06-042-121/+228
* 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-314-101/+180
* libblock: Remove explicit bds_per_group parameterSebastian Huber2012-05-311-18/+13
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-315-21/+21
* 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
* Filesystem: PR1255: Move offset update to handlersSebastian Huber2012-05-151-0/+2
* libblock: Fix purge device tree traversalSebastian Huber2012-05-141-1/+2
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-118-16/+0
* libblock: Add RTEMS_BLKIO_PURGEDEVSebastian Huber2012-05-111-0/+4
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-111-1/+1
* libblock: PR2040: Fix recycle destination updateSebastian Huber2012-04-161-8/+7
* libblock: PR2040: Add starvation thresholdSebastian Huber2012-04-161-1/+15
* libblock: Add rtems_bdbuf_set_block_size()Sebastian Huber2012-04-124-81/+122
* 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
* Filesystem: Change type of ioctl_returnSebastian Huber2012-04-031-2/+2
* PR2040: libblock: Flash disk starvations statisticSebastian Huber2012-03-141-2/+10
* PR2040: libblock: Flash disk documentationSebastian Huber2012-03-141-78/+3
* PR2040: libblock: Fix return statusSebastian Huber2012-03-141-3/+3
* PR2040: libblock: Avoid erased blocks starvationSebastian Huber2012-03-141-115/+185
* PR2040: libblock: Track number of erased blocksSebastian Huber2012-03-141-1/+8
* PR2040: libblock: Use segment control as parameterSebastian Huber2012-03-141-100/+91
* libblock: Use new API for disk mediaSebastian Huber2012-03-131-57/+14
* libblock: Add generic IMFS block device nodesSebastian Huber2012-03-131-0/+380