summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber1-78/+73
2012-11-02libblock: DocumentationSebastian Huber2-98/+125
2012-11-02libblock: Block device transfer request API changeSebastian Huber5-48/+63
2012-10-30libblock: Use transient eventSebastian Huber1-5/+15
2012-10-26libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber4-9/+28
2012-10-26libblock: ramdisk documentationSebastian Huber3-61/+41
2012-07-19Remove CVS-Ids.Ralf Corsépius2-4/+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 Huber8-0/+281
2012-06-12libblock: Remove const qualifierSebastian Huber2-18/+18
2012-06-04libblock: Rename structureSebastian Huber1-3/+3
2012-06-04libblock: Add read-ahead taskSebastian Huber4-128/+284
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 Huber7-118/+229
2012-05-31libblock: Remove explicit bds_per_group parameterSebastian Huber1-18/+13
2012-05-31libblock: Remove const qualifier from bdbuf APISebastian Huber8-27/+27
2012-05-31libblock: Add task stack size bdbuf configurationSebastian Huber2-38/+51
2012-05-24libblock: Fix read request block count calculationSebastian Huber1-1/+1
2012-05-24libblock: Fix state descriptionsSebastian Huber1-1/+1
2012-05-15Filesystem: PR1255: Move offset update to handlersSebastian Huber1-0/+2
2012-05-14libblock: Fix purge device tree traversalSebastian Huber1-1/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill17-38/+0
2012-05-11libblock: Add RTEMS_BLKIO_PURGEDEVSebastian Huber2-0/+10
2012-05-11Filesystem: PR1398: Fix lseek() mechanicSebastian Huber1-1/+1
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2012-04-16libblock: PR2040: Fix recycle destination updateSebastian Huber1-8/+7
2012-04-16libblock: PR2040: Add starvation thresholdSebastian Huber1-1/+15
2012-04-12libblock: Add rtems_bdbuf_set_block_size()Sebastian Huber6-85/+165
2012-04-12libblock: Change error status to fatal errorSebastian Huber2-24/+47
2012-04-12libblock: Use unprotected chain operationsSebastian Huber1-4/+4
2012-04-12libblock: Use unprotected chain operationsSebastian Huber1-17/+17
2012-04-03Filesystem: Change type of ioctl_returnSebastian Huber1-2/+2
2012-03-14PR2040: libblock: Flash disk starvations statisticSebastian Huber1-2/+10
2012-03-14PR2040: libblock: Flash disk documentationSebastian Huber2-106/+122
2012-03-14PR2040: libblock: Fix return statusSebastian Huber1-3/+3
2012-03-14PR2040: libblock: Avoid erased blocks starvationSebastian Huber1-115/+185
2012-03-14PR2040: libblock: Track number of erased blocksSebastian Huber1-1/+8
2012-03-14PR2040: libblock: Use segment control as parameterSebastian Huber1-100/+91
2012-03-13libblock: Use new API for disk mediaSebastian Huber1-57/+14
2012-03-13libblock: Add generic IMFS block device nodesSebastian Huber3-0/+431
2012-03-13libblock: Split file and simplifySebastian Huber3-77/+83
2012-03-13libblock: New support functionsSebastian Huber1-0/+21
2012-03-13libblock: Change bdbuf APISebastian Huber9-235/+189