summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-02libblock: Avoid NULL pointer accessSebastian Huber1-1/+3
2015-03-05libblock: Fix warningSebastian Huber1-2/+1
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-11/+10
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 Kirchner2-62/+190
2014-06-02libblock: Use pthread_once() for initializationRalf Kirchner1-29/+25
2014-04-15score: Add and use RTEMS_ZERO_LENGTH_ARRAYSebastian Huber2-2/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns30-30/+30
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-1/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber1-7/+7
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber1-0/+2
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber1-1/+3
2013-12-04libblock: Use LAST for the last partition blockSebastian Huber1-1/+1
2013-12-03PR2157: fdisk partition table dump improvementWendell P Silva1-1/+1
2013-10-17Remove double count of start offsetRic Claus1-5/+5
2013-09-16libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2-3/+14
2013-09-05flashdisk: swap arguments to checksum helperGedare Bloom1-1/+1
2013-09-05nvdisk: swap arguments to checksum helperGedare Bloom1-1/+1
2013-09-05sparse-disk: check return value from semaphore_obtain/releaseGedare Bloom1-2/+9
2013-09-05bdpart: Argument cannot be negativeGedare Bloom1-2/+3
2013-08-27libblock: Use unprotected chain extractSebastian Huber1-1/+1
2013-08-26libblock: Avoid uninitialized variableSebastian Huber1-2/+1
2013-08-23libblock: PR2040: Avoid NULL pointer accessSebastian Huber1-6/+16
2013-08-14libblock: Add missing initializerSebastian Huber1-1/+1
2013-08-14libblock: Add SMP supportSebastian Huber1-5/+7
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-1/+1
2013-07-23Include missing <string.h>Sebastian Huber4-0/+5
2013-06-04libblock: Use UTF-8 converter in media managerSebastian Huber1-3/+10
2013-03-22ramdisk: Fix device name generationSebastian Huber1-1/+1
2013-02-21libblock: Do resource allocation in one placeSebastian Huber1-115/+153
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill8-39/+21
2012-12-28Header File Doxygen Enhancement Task #1Alex Ivanov3-8/+5
2012-12-28Header File Doxygen Enhancement Task #7Mathew Kallada1-1/+1
2012-12-28Header File Doxygen Enhancement Task #2Mathew Kallada4-6/+8
2012-12-21libblock: Use @brief in documentationSebastian Huber1-22/+22
2012-12-21libblock: Doxygen Enhancement Task #1 correctionsJennifer Averett2-6/+5
2012-12-21libblock: Doxygen Enhancement Task #1Mathew Kallada20-70/+97
2012-12-21libblock: Use rtems_blkdev_create_partition()Sebastian Huber1-53/+82
2012-12-14Fix spellingSebastian Huber1-1/+1
2012-12-05libblock: Add sparse diskRalf Kirchner3-0/+525
2012-11-29libblock: DocumentationRalf Kirchner1-1/+1
2012-11-15score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber1-78/+73
2012-11-02libblock: DocumentationSebastian Huber2-98/+125
2012-11-02libblock: Block device transfer request API changeSebastian Huber5-48/+63
2012-10-30libblock: Use transient eventSebastian Huber1-5/+15
2012-10-26libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber4-9/+28