summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/blkdev-ioctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libblock: Doxygen Enhancement Task #1Mathew Kallada2012-12-211-2/+1
|
* libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber2012-10-261-1/+1
| | | | | | | The set block size must synchronize and purge the disk to avoid an inconsistent cache state and data corruption. The synchronization is optional depending on the new sync parameter. In some contexts a synchronization must not be performed, e.g. during disk creation.
* libblock: Add block device statisticsSebastian Huber2012-06-121-0/+8
|
* libblock: Add RTEMS_BLKIO_PURGEDEVSebastian Huber2012-05-111-0/+4
|
* libblock: Add rtems_bdbuf_set_block_size()Sebastian Huber2012-04-121-12/+11
| | | | | | | | The new function rtems_bdbuf_set_block_size() must be used to set the block size of a disk device. It will check if the block size is valid and set the new fields block_to_media_block_shift and bds_per_group of the rtems_disk_device structure. This helps to avoid complex arithmetic operations in the block device buffer get and read path.
* libblock: Split file and simplifySebastian Huber2012-03-131-0/+71