summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/bdbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/libblock: Ignore sync status prior to purgeKinsey Moore2024-01-311-1/+1
* cpukit: Remove unused includesKinsey Moore2023-10-131-1/+0
* Update company nameSebastian Huber2023-05-201-1/+1
* cpukit: occured -> occurredSebastian Huber2021-07-161-1/+1
* libblock: Add rtems_bdbuf_peek()Christian Mauderer2021-03-261-22/+62
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* Use rtems_task_exit()Sebastian Huber2018-10-021-3/+3
* libblock: Use self-contained mutex and cond varSebastian Huber2018-02-021-282/+42
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-2/+4
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-071-0/+1
* bdbuf: Fix race condition with sync active flagSebastian Huber2014-11-281-5/+11
* bdbuf: Use rtems_cache_aligned_malloc()Sebastian Huber2014-11-251-9/+6
* bdbuf: Use rtems_cache_get_data_line_size()Sebastian Huber2014-11-201-9/+1
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-051-2/+2
* libblock: Avoid recursive mutexSebastian Huber2014-06-031-9/+10
* libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner2014-06-021-62/+181
* libblock: Use pthread_once() for initializationRalf Kirchner2014-06-021-29/+25
* Remove double count of start offsetRic Claus2013-10-171-5/+5
* libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2013-09-161-2/+13
* libblock: Avoid uninitialized variableSebastian Huber2013-08-261-2/+1
* score: Merge tod implementation into one fileSebastian Huber2013-07-261-1/+1
* libblock: Do resource allocation in one placeSebastian Huber2013-02-211-115/+153
* score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber2012-11-151-78/+73
* libblock: Block device transfer request API changeSebastian Huber2012-11-021-17/+8
* libblock: Use transient eventSebastian Huber2012-10-301-5/+15
* libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber2012-10-261-2/+11
* 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