summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs: Fix format with media block sizes > 512Sebastian Huber2019-10-011-47/+46
* doxygen: Added groups to IO libraryAndreas Dachsberger2019-04-022-2/+2
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-051-0/+11
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-041-1/+1
* dosfs: Fix device identifierSebastian Huber2018-11-271-1/+1
* dosfs: Avoid deprecated routineSebastian Huber2018-08-074-2/+5
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-028-103/+43
* Remove make preinstallChris Johns2018-01-251-433/+0
* dosfs: Include <rtems/dosfs.h>Sebastian Huber2017-12-132-2/+2
* 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
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-1/+1
* 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: Support a cluster size of 64KiBSebastian Huber2017-09-063-12/+10
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-142-0/+2
* dosfs: Fix file name searchSebastian Huber2017-03-161-17/+7
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-161-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-161-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-161-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-161-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-161-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-161-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-163-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-161-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-161-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-163-30/+11
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-161-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
* Use <sys/endian.h>Sebastian Huber2017-01-241-13/+5
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* dosfs: Use proper semaphore attr for mutexSebastian Huber2016-06-061-1/+2
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-071-0/+1
* 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