summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsbdpart01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libblock: Do resource allocation in one placeSebastian Huber2013-02-211-16/+0
| | | | | | | All resource allocations take place in rtems_bdbuf_init() now. After rtems_bdbuf_init() no fatal errors can happen due to configuration errors or resource limits. This makes it easier to detect configuration errors for users.
* libblock: Use rtems_blkdev_create_partition()Sebastian Huber2012-12-211-2/+26
| | | | | Use rtems_blkdev_create_partition() instead of rtems_disk_create_log() to avoid problems with the huge IMFS_GENERIC_DEVICE_MAJOR_NUMBER.
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-311-1/+1
| | | | This allows addtion of per disk statistics for example.
* fstests/fsbdpart01: New testSebastian Huber2012-03-134-0/+279