summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/bdbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-31cpukit/libblock: Ignore sync status prior to purgeKinsey Moore1-1/+1
2023-10-13cpukit: Remove unused includesKinsey Moore1-1/+0
2023-05-20Update company nameSebastian Huber1-1/+1
2021-07-16cpukit: occured -> occurredSebastian Huber1-1/+1
2021-03-26libblock: Add rtems_bdbuf_peek()Christian Mauderer1-22/+62
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2018-10-02Use rtems_task_exit()Sebastian Huber1-3/+3
2018-02-02libblock: Use self-contained mutex and cond varSebastian Huber1-282/+42
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-2/+4
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber1-0/+1
2014-11-28bdbuf: Fix race condition with sync active flagSebastian Huber1-5/+11
2014-11-25bdbuf: Use rtems_cache_aligned_malloc()Sebastian Huber1-9/+6
2014-11-20bdbuf: Use rtems_cache_get_data_line_size()Sebastian Huber1-9/+1
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber1-2/+2
2014-06-03libblock: Avoid recursive mutexSebastian Huber1-9/+10
2014-06-02libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner1-62/+181
2014-06-02libblock: Use pthread_once() for initializationRalf Kirchner1-29/+25
2013-10-17Remove double count of start offsetRic Claus1-5/+5
2013-09-16libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber1-2/+13
2013-08-26libblock: Avoid uninitialized variableSebastian Huber1-2/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-1/+1
2013-02-21libblock: Do resource allocation in one placeSebastian Huber1-115/+153
2012-11-15score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber1-78/+73
2012-11-02libblock: Block device transfer request API changeSebastian Huber1-17/+8
2012-10-30libblock: Use transient eventSebastian Huber1-5/+15
2012-10-26libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber1-2/+11
2012-07-19Remove CVS-Ids.Ralf Corsépius1-2/+0
2012-07-09libblock: Fix read-ahead task wake-upSebastian Huber1-5/+10
2012-07-03libblock: Move read-ahead trigger checkSebastian Huber1-1/+2
2012-07-02libblock: Fix read-ahead trigger and next updateSebastian Huber1-1/+1
2012-07-02libblock: Fix read-ahead trigger and next updateSebastian Huber1-2/+2
2012-07-02libblock: Fix continuous blocks write requestSebastian Huber1-13/+6
2012-07-02libblock: Remove unused fieldSebastian Huber1-1/+0
2012-06-12libblock: Add block device statisticsSebastian Huber1-0/+34
2012-06-12libblock: Remove const qualifierSebastian Huber1-17/+17
2012-06-04libblock: Add read-ahead taskSebastian Huber1-121/+226
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill1-1/+1
2012-05-31libblock: Move rtems_bdbuf_get_media_block() callSebastian Huber1-75/+78
2012-05-31libblock: Simplify disk managementSebastian Huber1-11/+16
2012-05-31libblock: Remove explicit bds_per_group parameterSebastian Huber1-18/+13
2012-05-31libblock: Remove const qualifier from bdbuf APISebastian Huber1-4/+4
2012-05-31libblock: Add task stack size bdbuf configurationSebastian Huber1-35/+41
2012-05-24libblock: Fix read request block count calculationSebastian Huber1-1/+1
2012-05-24libblock: Fix state descriptionsSebastian Huber1-1/+1
2012-05-14libblock: Fix purge device tree traversalSebastian Huber1-1/+2
2012-04-12libblock: Add rtems_bdbuf_set_block_size()Sebastian Huber1-51/+73
2012-04-12libblock: Change error status to fatal errorSebastian Huber1-11/+7
2012-04-12libblock: Use unprotected chain operationsSebastian Huber1-4/+4
2012-04-12libblock: Use unprotected chain operationsSebastian Huber1-17/+17
2012-03-13libblock: Change bdbuf APISebastian Huber1-159/+78