summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsbdpart01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* tests/fstests: Use <rtems/test.h>Sebastian Huber2014-03-171-3/+6
|
* fsbdpart01.doc: Add contentsCynthia Rempel2014-01-071-4/+21
|
* testsuites: Fix warningsSebastian Huber2013-04-111-0/+3
|
* 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