summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-07dosfs: Allow creating a file with similar name.Christian Mauderer1-3/+7
2017-12-05dosfs: Fix files with same name as volume name.Christian Mauderer1-1/+2
2017-09-06dosfs: Fix fat_file_update()Sebastian Huber1-5/+3
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber1-25/+50
2017-09-06dosfs: Fix msdos_dir_read()Sebastian Huber1-27/+28
2017-03-21dosfs: Fix file name searchSebastian Huber1-17/+7
2017-03-21dosfs: Fix race condition msdos_dir_read()Sebastian Huber1-5/+5
2017-03-21dosfs: Rename fat_entries to lfn_entriesSebastian Huber1-20/+20
2017-03-21dosfs: Fix long file name paddingSebastian Huber1-3/+3
2017-03-21dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber1-15/+10
2017-03-21dosfs: Fix msdos_add_file()Sebastian Huber1-245/+155
2017-03-21dosfs: Simplify msdos_add_file()Sebastian Huber1-4/+2
2017-03-21dosfs: Add and use msdos_lfn_checksum()Sebastian Huber3-22/+25
2017-03-21dosfs: Simplify fat_file_open()Sebastian Huber1-3/+1
2017-03-21dosfs: Simplify msdos_creat_node()Sebastian Huber1-21/+14
2017-03-21dosfs: Fix fat_file_write()Sebastian Huber3-30/+11
2017-03-21dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber1-2/+2
2017-02-28dosfs: Fix FAT32 formatterSebastian Huber1-2/+2
2017-02-28dosfs: Directories should have a file size of 0Sebastian Huber1-1/+6
2017-02-14dosfs: Fix msdos_find_file_in_directory()Sebastian Huber1-1/+1
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom1-2/+2
2015-04-27dosfs: Fix warning fixSebastian Huber1-1/+1
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill1-5/+5
2015-03-05dosfs: Fix warningsSebastian Huber7-18/+12
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber1-1/+0
2015-01-22Filesystem: Delete node type operationSebastian Huber4-82/+10
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill1-3/+3
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin1-1/+1
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin1-1/+4
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin1-3/+2
2014-11-21dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill1-2/+7
2014-11-21dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill1-75/+61
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-4/+1
2014-11-20dosfs: Avoid MIN() re-definitionSebastian Huber1-0/+2
2014-10-23dosfs: Write meta-data only if it changedSebastian Huber3-17/+40
2014-10-23dosfs: Support ctime and mtimeSebastian Huber9-133/+170
2014-09-11dosfs: Check error statusSebastian Huber1-14/+16
2014-05-16dosfs: Fix read from invalid memory areaSebastian Huber1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns24-24/+24
2014-02-03dosfs/fat.c: Remove use of register keywordJoel Sherrill1-1/+1
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber2-0/+4
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber2-22/+26
2013-11-27statvfs filesystem handlers: Remove restrictJoel Sherrill3-10/+10
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez4-12/+14
2013-10-18dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner1-0/+9
2013-09-10dosfs: Correct handling of iconv() return valueRalf Kirchner1-5/+16
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom1-2/+0
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom1-1/+1
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom1-1/+1