summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2
* dosfs: Fix fat_file_update()Sebastian Huber2017-09-061-5/+3
* dosfs: Fix find name next entry preparationSebastian Huber2017-09-061-25/+50
* dosfs: Fix msdos_dir_read()Sebastian Huber2017-09-061-27/+28
* dosfs: Fix file name searchSebastian Huber2017-03-211-17/+7
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-211-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-211-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-211-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-211-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-211-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-211-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-213-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-211-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-211-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-213-30/+11
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-211-2/+2
* dosfs: Fix FAT32 formatterSebastian Huber2017-02-281-2/+2
* dosfs: Directories should have a file size of 0Sebastian Huber2017-02-281-1/+6
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-141-1/+1
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* dosfs: avoid buffer-overread. closes #2292.Gedare Bloom2015-05-271-2/+2
* dosfs: Fix warning fixSebastian Huber2015-04-271-1/+1
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-061-5/+5
* dosfs: Fix warningsSebastian Huber2015-03-057-18/+12
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-091-1/+0
* Filesystem: Delete node type operationSebastian Huber2015-01-224-82/+10
* msdos_file.c: Reverse return codes per GedareJoel Sherrill2014-11-271-3/+3
* dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+1
* dosfs/msdos_file.c: Return an error if it occursJosh Oguin2014-11-261-1/+4
* dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin2014-11-261-3/+2
* dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill2014-11-211-2/+7
* dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill2014-11-211-75/+61
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-4/+1
* dosfs: Avoid MIN() re-definitionSebastian Huber2014-11-201-0/+2
* dosfs: Write meta-data only if it changedSebastian Huber2014-10-233-17/+40
* dosfs: Support ctime and mtimeSebastian Huber2014-10-239-133/+170
* dosfs: Check error statusSebastian Huber2014-09-111-14/+16
* dosfs: Fix read from invalid memory areaSebastian Huber2014-05-161-1/+1
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2124-24/+24
* dosfs/fat.c: Remove use of register keywordJoel Sherrill2014-02-031-1/+1
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-202-0/+4
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-202-22/+26
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-273-10/+10
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-214-12/+14
* dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner2013-10-181-0/+9
* dosfs: Correct handling of iconv() return valueRalf Kirchner2013-09-101-5/+16
* dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom2013-09-051-2/+0
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1