source: rtems/cpukit/libblock

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @cf36b70   12/31/14 09:56:05 Sebastian Huber IMFS: Replace node union with individual struct This reduces the … 4.115
(edit) @3b4ca3a   11/27/14 13:41:17 Sebastian Huber bdbuf: Fix race condition with sync active flag Bug report by Oleg … 4.115
(edit) @e681762   11/25/14 15:12:59 Sebastian Huber bdbuf: Use rtems_cache_aligned_malloc() 4.115
(edit) @3bb9c61c   11/20/14 08:03:50 Sebastian Huber bdbuf: Use rtems_cache_get_data_line_size() 4.115
(edit) @40dcafa   08/02/14 14:22:31 Sebastian Huber Add and use RTEMS_CONTAINER_OF() 4.115
(edit) @98f2d5c   06/03/14 06:28:46 Sebastian Huber libblock: Avoid recursive mutex 4.115
(edit) @1fc2e960   06/02/14 12:46:18 ralf.kirchner libblock: Add RTEMS_BDBUF_USE_PTHREAD Use the PTHREAD mutexes and … 4.115
(edit) @606ed52   05/23/14 15:09:22 ralf.kirchner libblock: Use pthread_once() for initialization Enabling and … 4.115
(edit) @dc18190   04/14/14 10:41:57 Sebastian Huber score: Add and use RTEMS_ZERO_LENGTH_ARRAY 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @53ad908   03/07/14 13:36:22 Sebastian Huber score: Add SMP lock profiling support 4.115
(edit) @d50acdbb   03/10/14 07:25:32 Sebastian Huber score: Add local context to SMP lock API Add a local context … 4.115
(edit) @56bea43   12/16/13 13:26:29 Sebastian Huber Filesystem: Use default kqfilter and poll handler 4.115
(edit) @2f68778   12/16/13 12:44:13 Sebastian Huber Filesystem: Add readv/writev handlers The readv() and writev() … 4.115
(edit) @0adc8a7   12/04/13 08:12:42 Sebastian Huber libblock: Use LAST for the last partition block 4.115
(edit) @62ba20d   12/03/13 19:55:34 Wendell P Silva PR2157: fdisk partition table dump improvement Show the correct index … 4.115
(edit) @865c307   10/17/13 02:15:18 Ric Claus Remove double count of start offset 4.115
(edit) @390e987e   09/16/13 08:43:30 Sebastian Huber libblock: PR2145: Limit maximum read-ahead blocks This helps to … 4.115
(edit) @74d35751   09/05/13 18:31:14 Gedare Bloom flashdisk: swap arguments to checksum helper The arguments to … 4.115
(edit) @59261fba   09/05/13 18:28:14 Gedare Bloom nvdisk: swap arguments to checksum helper The arguments to … 4.115
(edit) @5f040b8   09/05/13 18:21:32 Gedare Bloom sparse-disk: check return value from semaphore_obtain/release In case … 4.115
(edit) @121dd881   09/05/13 17:22:49 Gedare Bloom bdpart: Argument cannot be negative If open(fd) fails then avoid the … 4.115
(edit) @07ad4b6   08/26/13 08:44:20 Sebastian Huber libblock: Use unprotected chain extract This area is protected by the … 4.115
(edit) @842d63ba   08/23/13 08:01:57 Sebastian Huber libblock: Avoid uninitialized variable 4.115
(edit) @dbdfc78f   08/23/13 07:02:40 Sebastian Huber libblock: PR2040: Avoid NULL pointer access This partly reverts … 4.115
(edit) @66c0078   08/14/13 10:14:31 Sebastian Huber libblock: Add missing initializer 4.115
(edit) @9de9b7d2   08/14/13 09:06:02 Sebastian Huber libblock: Add SMP support 4.115
(edit) @88c74ab   07/25/13 13:10:11 Sebastian Huber score: Merge tod implementation into one file Delete … 4.115
(edit) @7660e8b3   07/23/13 11:32:58 Sebastian Huber Include missing <string.h> 4.115
(edit) @cffa5b7   06/04/13 11:56:19 Sebastian Huber libblock: Use UTF-8 converter in media manager 4.115
(edit) @13bcb3e   03/22/13 14:10:37 Sebastian Huber ramdisk: Fix device name generation 4.115
(edit) @71cf3e9d   02/20/13 12:30:43 Sebastian Huber libblock: Do resource allocation in one place All resource … 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @3cf4031   12/28/12 23:48:12 alexivanov97 Header File Doxygen Enhancement Task #1 4.115
(edit) @c5782a2   12/28/12 17:16:29 matkallada Header File Doxygen Enhancement Task #7 4.115
(edit) @9ab091e   12/28/12 16:35:32 matkallada Header File Doxygen Enhancement Task #2 4.115
(edit) @f58fd970   12/21/12 19:28:24 Sebastian Huber libblock: Use @brief in documentation 4.115
(edit) @e5e1d8f0   12/21/12 17:56:26 Jennifer Averett libblock: Doxygen Enhancement Task #1 corrections 4.115
(edit) @f6c7bcfe   12/21/12 17:42:39 matkallada libblock: Doxygen Enhancement Task #1 4.115
(edit) @72c6861   12/18/12 13:44:42 Sebastian Huber libblock: Use rtems_blkdev_create_partition() Use … 4.115
(edit) @d0b9295f   12/14/12 09:17:04 Sebastian Huber Fix spelling 4.115
(edit) @7fab7fc   12/05/12 09:54:17 ralf.kirchner libblock: Add sparse disk 4.115
(edit) @db650357   10/30/12 12:28:07 ralf.kirchner libblock: Documentation 4.115
(edit) @608940f   11/14/12 09:12:57 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_BDBUF Add rtems_bdbuf_fatal_code as a … 4.115
(edit) @eb93595   10/31/12 12:56:15 Sebastian Huber libblock: Documentation 4.115
(edit) @9f0a68c   10/31/12 10:54:39 Sebastian Huber libblock: Block device transfer request API change Add and use … 4.115
(edit) @ee82825d   10/24/12 16:10:02 Sebastian Huber libblock: Use transient event 4.115
(edit) @9dffa384   10/26/12 19:31:45 Sebastian Huber libblock: rtems_bdbuf_set_block_size() API change The set block size … 4.115
(edit) @48680bb1   10/26/12 19:30:40 Sebastian Huber libblock: ramdisk documentation 4.115
(edit) @1c554014   07/19/12 14:14:53 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @5b29a08d   07/06/12 14:39:00 Sebastian Huber libblock: Fix read-ahead task wake-up In case the read-ahead task is … 4.115
(edit) @2cc4f3c   07/03/12 08:20:58 Sebastian Huber libblock: Move read-ahead trigger check In case the read-ahead task … 4.115
(edit) @71092f7   07/02/12 14:58:01 Sebastian Huber libblock: Fix read-ahead trigger and next update The previous version … 4.115
(edit) @f29d969   07/02/12 14:06:10 Sebastian Huber libblock: Fix read-ahead trigger and next update 4.115
(edit) @f12249f   07/02/12 13:08:08 Sebastian Huber libblock: Fix continuous blocks write request 4.115
(edit) @828f946   06/28/12 09:02:48 Sebastian Huber libblock: Remove unused field 4.115
(edit) @9f527308   06/12/12 07:46:09 Sebastian Huber libblock: Add block device statistics 4.115
(edit) @7d4a859   06/12/12 06:54:19 Sebastian Huber libblock: Remove const qualifier This allows addtion of per disk … 4.115
(edit) @df84ca2   06/04/12 11:26:13 Sebastian Huber libblock: Rename structure 4.115
(edit) @39ee704e   05/31/12 08:27:29 Sebastian Huber libblock: Add read-ahead task Read-ahead requests were previously … 4.115
(edit) @721fe34   05/31/12 20:34:36 Joel Sherrill Fix C files which had two semi-colons at EOL 4.115
(edit) @f164ae75   05/30/12 11:41:31 Sebastian Huber libblock: Move rtems_bdbuf_get_media_block() call Move … 4.115
(edit) @73c09b3b   05/30/12 11:40:34 Sebastian Huber libblock: Simplify disk management Add block_count and … 4.115
(edit) @2c6cc3c   05/30/12 11:22:08 Sebastian Huber libblock: Remove explicit bds_per_group parameter 4.115
(edit) @40284de   05/30/12 10:43:56 Sebastian Huber libblock: Remove const qualifier from bdbuf API This allows addtion … 4.115
(edit) @b6911069   05/29/12 16:02:52 Sebastian Huber libblock: Add task stack size bdbuf configuration The task stack size … 4.115
(edit) @13d3a37   05/24/12 15:15:05 Sebastian Huber libblock: Fix read request block count calculation 4.115
(edit) @e7096b1f   05/24/12 12:39:06 Sebastian Huber libblock: Fix state descriptions 4.115
(edit) @53da07e   05/14/12 13:21:30 Sebastian Huber Filesystem: PR1255: Move offset update to handlers It is now the … 4.115
(edit) @3c462734   05/14/12 10:13:04 Sebastian Huber libblock: Fix purge device tree traversal 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @84ab4fce   05/11/12 11:04:26 Sebastian Huber libblock: Add RTEMS_BLKIO_PURGEDEV 4.115
(edit) @30d4124   05/07/12 14:30:37 Sebastian Huber Filesystem: PR1398: Fix lseek() mechanic According to POSIX the … 4.115
(edit) @33a105fb   05/07/12 16:08:48 Joel Sherrill Revert: Remove CVS Ids See … 4.115
(edit) @ee32f67a   05/04/12 06:55:28 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @08b9d534   03/30/12 09:00:37 Sebastian Huber libblock: PR2040: Fix recycle destination update Check the … 4.115
(edit) @ac50df2   03/28/12 09:30:59 Sebastian Huber libblock: PR2040: Add starvation threshold Do not use the unavailable … 4.115
(edit) @b467782b   03/26/12 12:58:35 Sebastian Huber libblock: Add rtems_bdbuf_set_block_size() The new function … 4.115
(edit) @3d60c1b   04/12/12 08:12:03 Sebastian Huber libblock: Change error status to fatal error Calling the bdbuf API … 4.115
(edit) @462ee70f   03/26/12 10:56:01 Sebastian Huber libblock: Use unprotected chain operations The transfer chain is … 4.115
(edit) @89a84c0   03/26/12 09:43:57 Sebastian Huber libblock: Use unprotected chain operations The chains are protected … 4.115
(edit) @5b045eb   04/03/12 12:50:44 Sebastian Huber Filesystem: Change type of ioctl_return Change the ioctl_return type … 4.115
(edit) @9f808d1f   03/14/12 09:45:36 Sebastian Huber PR2040: libblock: Flash disk starvations statistic 4.115
(edit) @a757d0f   03/14/12 09:33:55 Sebastian Huber PR2040: libblock: Flash disk documentation 4.115
(edit) @a309a79   03/09/12 13:45:08 Sebastian Huber PR2040: libblock: Fix return status 4.115
(edit) @c08072ce   03/14/12 07:45:53 Sebastian Huber PR2040: libblock: Avoid erased blocks starvation The compaction … 4.115
(edit) @f9fd0c2   03/13/12 13:52:57 Sebastian Huber PR2040: libblock: Track number of erased blocks 4.115
(edit) @12806cd   03/13/12 13:51:55 Sebastian Huber PR2040: libblock: Use segment control as parameter 4.115
(edit) @3ab9c76d   03/05/12 15:22:33 Sebastian Huber libblock: Use new API for disk media 4.115
(edit) @01211720   03/05/12 14:06:02 Sebastian Huber libblock: Add generic IMFS block device nodes New functions o … 4.115
(edit) @291c9264   03/05/12 13:39:53 Sebastian Huber libblock: Split file and simplify 4.115
(edit) @3ee7b84   03/05/12 10:47:56 Sebastian Huber libblock: New support functions Add o rtems_disk_get_block_size(), … 4.115
(edit) @796967c   02/28/12 16:19:49 Sebastian Huber libblock: Change bdbuf API The functions o rtems_bdbuf_get(), o … 4.115
(edit) @1024561   02/28/12 15:29:27 Sebastian Huber libblock: Documentation 4.115
(edit) @c42b03f4   02/28/12 14:59:04 Sebastian Huber libblock: Remove superfluous volatile qualifier All these variables … 4.115
(edit) @a3170f7   02/28/12 14:34:42 Sebastian Huber libblock: Discard extended partitions Discard the extended partitions … 4.115
(edit) @c93fc2b3   02/28/12 13:57:01 Sebastian Huber libblock: rtems_ide_part_table_initialize() API 4.115
(edit) @c649976   02/28/12 12:28:42 Sebastian Huber libblock: New block IO control support functions 4.115
(edit) @4f3cbd9   02/28/12 12:03:15 Sebastian Huber libblock: New IO control RTEMS_BLKIO_GETDISKDEV 4.115
(edit) @03ad6b1d   02/27/12 16:23:05 Sebastian Huber libblock: Avoid bdbuf API 4.115
Note: See TracRevisionLog for help on using the revision log.