summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns24-24/+24
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 Huber1-2/+13
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
2012-12-21libblock: Doxygen Enhancement Task #1Mathew Kallada18-67/+91
2012-12-21libblock: Use rtems_blkdev_create_partition()Sebastian Huber1-53/+82
2012-12-05libblock: Add sparse diskRalf Kirchner1-0/+387
2012-11-15score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber1-78/+73
2012-11-02libblock: DocumentationSebastian Huber1-10/+10
2012-11-02libblock: Block device transfer request API changeSebastian Huber4-30/+15
2012-10-30libblock: Use transient eventSebastian Huber1-5/+15
2012-10-26libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber3-5/+14
2012-10-26libblock: ramdisk documentationSebastian Huber2-10/+10
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 Huber4-0/+164
2012-06-12libblock: Remove const qualifierSebastian Huber1-17/+17
2012-06-04libblock: Add read-ahead taskSebastian Huber2-121/+228
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 Huber4-101/+180
2012-05-31libblock: Remove explicit bds_per_group parameterSebastian Huber1-18/+13
2012-05-31libblock: Remove const qualifier from bdbuf APISebastian Huber5-21/+21
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