source: rtems/cpukit/libfs/src/dosfs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f60b4f93   04/27/15 07:10:49 Sebastian Huber dosfs: Fix warning fix 4.115
(edit) @cc69334f   03/06/15 16:35:40 Joel Sherrill Fix a number of minor Doxygen formatting issues 4.115
(edit) @c735cd5   03/05/15 09:34:28 Sebastian Huber dosfs: Fix warnings 4.115
(edit) @eb77534   02/09/15 14:37:00 Sebastian Huber Filesystem: Delete unused fsmountme_h handler 4.115
(edit) @c625a641   12/21/14 19:12:28 Sebastian Huber Filesystem: Delete node type operation Use the fstat handler instead. 4.115
(edit) @8dbbea6b   11/27/14 15:29:16 Joel Sherrill msdos_file.c: Reverse return codes per Gedare 4.115
(edit) @43d6a28   11/19/14 20:39:14 josh.oguin dosfs/msdos_misc.c: Remove unnecessary operation CodeSonar? flagged … 4.115
(edit) @21c0ca8   11/19/14 20:38:16 josh.oguin dosfs/msdos_file.c: Return an error if it occurs CodeSonar? flagged … 4.115
(edit) @10f28a3a   11/19/14 20:36:44 josh.oguin dosfs/msdos_conv.c: Remove unnecessary operations These were flagged … 4.115
(edit) @e8abdfb   11/20/14 23:21:05 Joel Sherrill dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID … 4.115
(edit) @8f73af85   11/20/14 23:19:13 Joel Sherrill dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325) … 4.115
(edit) @11925eef   11/21/14 07:49:57 Sebastian Huber Delete or rename MIN/MAX macros and defines Include <sys/param.h> if … 4.115
(edit) @7bfa0970   11/17/14 12:00:17 Sebastian Huber dosfs: Avoid MIN() re-definition 4.115
(edit) @cf4f962   10/23/14 06:21:26 Sebastian Huber dosfs: Write meta-data only if it changed 4.115
(edit) @a7eaaae8   10/20/14 07:33:34 Sebastian Huber dosfs: Support ctime and mtime Implement ctime and mtime updates … 4.115
(edit) @4c9f02d   09/11/14 11:04:42 Sebastian Huber dosfs: Check error status 4.115
(edit) @39840438   05/16/14 13:34:33 Sebastian Huber dosfs: Fix read from invalid memory area 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @ba386a6   01/31/14 18:28:47 Joel Sherrill dosfs/fat.c: Remove use of register keyword 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) @03e54614   11/27/13 19:06:16 Joel Sherrill statvfs filesystem handlers: Remove restrict 4.115
(edit) @bb81e04   11/21/13 22:54:21 Daniel Ramirez statvfs and ALL filesystem handlers: Add restrict keyword. 4.115
(edit) @e89ed92   10/18/13 16:08:00 ralf.kirchner dosfs: Ensure initially the sector size is used as bdbuf block size 4.115
(edit) @3dbb68d   09/10/13 08:48:23 ralf.kirchner dosfs: Correct handling of iconv() return value 4.115
(edit) @b6cfbab4   09/05/13 18:03:00 Gedare Bloom dosfs: Eliminate empty case statements that fall through to default. … 4.115
(edit) @a8007dc2   09/05/13 17:15:33 Gedare Bloom dosfs: Unsigned compared against 0 Change the type for storing the … 4.115
(edit) @e4c1926   09/05/13 17:09:37 Gedare Bloom dosfs: Unsigned compared against 0 Fix the type of "cmpltd" to be … 4.115
(edit) @551468c   09/05/13 16:58:34 Gedare Bloom dosfs: Unintentional integer overflow Explicitly promote 32-bit … 4.115
(edit) @389ffb28   08/21/13 12:58:26 Sebastian Huber dosfs: Use unprotected chain operations This area is protected by the … 4.115
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 4.115
(edit) @9bfd7ff   06/06/13 10:07:50 Sebastian Huber dosfs: Documentation 4.115
(edit) @27170bae   05/31/13 08:49:59 ralf.kirchner dosfs: Documentation 4.115
(edit) @83a4cbb   05/23/13 13:48:54 ralf.kirchner dosfs: UTF-8 Support: Multibyte conversions Add optional conversion … 4.115
(edit) @d2e0bb3   05/22/13 10:16:18 ralf.kirchner dosfs: UTF-8 Support: UI, backwards compatibility User interface and … 4.115
(edit) @e67025e   05/22/13 10:10:33 ralf.kirchner dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCE 4.115
(edit) @a0f3ce2   05/14/13 14:18:04 ralf.kirchner dosfs: Fix typo 4.115
(edit) @56f22600   05/16/13 09:23:46 Andrey Mozzhuhin dosfs: Add statvfs() support 4.115
(edit) @2434555   02/27/13 10:00:26 Andreas Heinig dosfs: PR2091: Fix warning 4.115
(edit) @d06d4ab   02/27/13 09:40:13 Andreas Heinig dosfs: PR2092: Delete unused function 4.115
(edit) @78a50d9   02/18/13 07:36:55 Sebastian Huber dosfs: Fix file length update 4.115
(edit) @cd85e84   02/15/13 15:57:21 Sebastian Huber dosfs: Start scan with a valid data cluster Simpify the loop. Set … 4.115
(edit) @df8c2d7   02/15/13 15:53:53 Sebastian Huber dosfs: Fix file extend Only append a valid cluster chain (cluster … 4.115
(edit) @0c9b35e8   02/15/13 15:52:05 Sebastian Huber dosfs: Ensure valid data cluster count 4.115
(edit) @eefeefdd   01/30/13 09:31:40 Sebastian Huber dosfs: Always release the buffers Release the buffers also if this is … 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) @b10825c   01/10/13 19:29:41 Joel Sherrill cpukit: Add EOL on files missing EOL at EOF 4.115
(edit) @2305f97   01/04/13 14:39:30 matkallada libfs: Doxygen Clean Up Task #2 There were minor conflicts and the … 4.115
(edit) @4e59276   12/28/12 14:05:20 matkallada libfs: Doxygen Enhancement Task #5 4.115
(edit) @d883ce2   12/20/12 14:22:52 matkallada libfs: Doxygen Enhancement Task #6" 4.115
(edit) @4fdc3ee0   12/13/12 17:21:08 Sebastian Huber dosfs: Avoid error caused by bdbuf configuration The success of a … 4.115
(edit) @4b8e01f   12/13/12 10:08:03 Sebastian Huber dosfs: Add sync_device option for msdos_format() 4.115
(edit) @60e8cd4   12/13/12 08:58:33 Sebastian Huber dosfs: Fix error status handling 4.115
(edit) @465b0865   12/12/12 16:42:24 ralf.kirchner dosfs: Bugfix for disks of for example 100MB size 4.115
(edit) @26d6eddb   12/12/12 16:13:54 ralf.kirchner dosfs: Whitespace change 4.115
(edit) @253b3e5   12/12/12 16:09:41 ralf.kirchner dosfs: Fix request evaluation Return the ability to set a cluster … 4.115
(edit) @42a22f08   12/05/12 12:43:34 ralf.kirchner dosfs: Cluster write optimization Separate cluster write from sector … 4.115
(edit) @a20fbe7   11/28/12 13:43:32 ralf.kirchner dosfs: Block size optimization Change block size of bdbuf to the … 4.115
(edit) @697cf9df   11/29/12 13:35:23 ralf.kirchner dosfs: Documentation 4.115
(edit) @a0bc1dc   12/05/12 12:58:19 ralf.kirchner dosfs: Delete fattype parameter for msdos_format() Delete fattype … 4.115
(edit) @5b8d935a   12/05/12 13:11:26 ralf.kirchner dosfs: Add skip_alignment for msdos_format() Add skip_alignment … 4.115
(edit) @9683b27   10/31/12 10:08:09 ralf.kirchner dosfs: Fix msdos_format() For FAT32 msdos_format() used to initialize … 4.115
(edit) @0f0db894   11/08/12 14:41:23 Sebastian Huber dosfs: Lazy update of FAT32 FS info sector The FAT32 FS info sector … 4.115
(edit) @8863338   11/08/12 13:45:27 Sebastian Huber dosfs: Use FAT_UNDEFINED_VALUE 4.115
(edit) @c17d0b3   10/02/12 13:44:59 Sebastian Huber Filesystem: Reject removal of root nodes Reject the removal of file … 4.115
(edit) @c65afce4   07/07/12 13:46:33 Sebastian Huber dosfs: Use fs_info instead of mt_entry 4.115
(edit) @96b1d7f   06/03/12 11:06:51 Sebastian Huber dosfs: Fix for no space left on device condition The file size was … 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) @53f2ca3   05/31/12 11:50:08 Sebastian Huber dosfs: Fix format request with sectors per cluster 4.115
(edit) @f7f2eb5   05/29/12 14:16:44 Sebastian Huber dosfs: Fix print format string 4.115
(edit) @da154e14   05/14/12 14:55:41 Sebastian Huber Filesystem: Move operations to mount table entry The scope of the … 4.115
(edit) @7666afc   05/14/12 14:53:49 Sebastian Huber Filesystem: Add const qualifier to lock/unlock 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) @fce1169   05/14/12 14:54:45 Sebastian Huber dosfs: Remove unused parameter 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) @86ef0df   05/09/12 12:33:51 Sebastian Huber dosfs: Remove fat_file_datasync() The fat_file_datasync() read every … 4.115
(edit) @3d0c96c7   05/07/12 14:31:15 Sebastian Huber Filesystem: PR1893: Fix write and truncate handler Space that grows … 4.115
(edit) @d61b0a5   05/07/12 14:15:57 Sebastian Huber Filesystem: PR1871: Fix O_APPEND 4.115
(edit) @30d4124   05/07/12 14:30:37 Sebastian Huber Filesystem: PR1398: Fix lseek() mechanic According to POSIX the … 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) @3b7c123   03/13/12 10:33:51 Sebastian Huber Filesystem: Reference counting for locations o A new data structure … 4.115
(edit) @6491f67   02/09/12 11:00:15 Sebastian Huber Moved empty test in front of busy tests 4.115
(edit) @e303adf   02/09/12 09:53:16 Sebastian Huber Check that the file offset is valid after a seek 4.115
(edit) @1052242   02/02/12 14:45:16 Sebastian Huber Removed fpathconf file system node handler. There existed no calling … 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @66b8047   11/06/11 12:44:24 Ralf Corsepius Remove stray whitespaces. 4.115
(edit) @59ca2f8c   11/06/11 11:54:49 Ralf Corsepius 2011-11-06 Ralf Corsépius <ralf.corsepius@…> … 4.115
(edit) @9b42315c   10/20/11 10:48:30 Ralf Corsepius 2011-10-20 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @186fee2   07/21/11 13:18:30 Joel Sherrill 2011-07-21 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @a2900a8b   07/21/11 12:03:26 Sebastian Huber 2011-07-21 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @315c9b89   03/15/11 15:05:29 Joel Sherrill 2011-03-15 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @8485c7f   02/23/11 13:57:02 Ralf Corsepius 2011-02-23 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @d00b7a5a   12/28/10 09:55:57 Sebastian Huber 2010-12-28 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @3ae5950   12/28/10 08:46:57 Sebastian Huber 2010-12-28 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @45edf78   12/27/10 14:35:13 Sebastian Huber 2010-12-27 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @ce002b16   11/25/10 09:27:06 Sebastian Huber 2010-11-25 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @bf4766fe   08/23/10 23:17:42 Joel Sherrill 2010-08-23 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @85b9e7f   08/23/10 21:29:31 Joel Sherrill 2010-08-23 Joel Sherrill <joel.sherrill@…> CID 99 CID 100 … 4.115
(edit) @fd2b1634   07/15/10 08:10:48 Sebastian Huber 2010-07-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @1e01385   07/15/10 07:36:37 Sebastian Huber 2010-07-16 Sebastian Huber <sebastian.huber@…> * … 4.115
Note: See TracRevisionLog for help on using the revision log.