summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2124-24/+24
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-111-7/+7
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-201-0/+2
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-1/+3
* libblock: Use LAST for the last partition blockSebastian Huber2013-12-041-1/+1
* PR2157: fdisk partition table dump improvementWendell P Silva2013-12-031-1/+1
* Remove double count of start offsetRic Claus2013-10-171-5/+5
* libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2013-09-161-2/+13
* flashdisk: swap arguments to checksum helperGedare Bloom2013-09-051-1/+1
* nvdisk: swap arguments to checksum helperGedare Bloom2013-09-051-1/+1
* sparse-disk: check return value from semaphore_obtain/releaseGedare Bloom2013-09-051-2/+9
* bdpart: Argument cannot be negativeGedare Bloom2013-09-051-2/+3
* libblock: Use unprotected chain extractSebastian Huber2013-08-271-1/+1
* libblock: Avoid uninitialized variableSebastian Huber2013-08-261-2/+1
* libblock: PR2040: Avoid NULL pointer accessSebastian Huber2013-08-231-6/+16
* libblock: Add missing initializerSebastian Huber2013-08-141-1/+1
* libblock: Add SMP supportSebastian Huber2013-08-141-5/+7
* score: Merge tod implementation into one fileSebastian Huber2013-07-261-1/+1
* Include missing <string.h>Sebastian Huber2013-07-234-0/+5
* 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