summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* imfs: Fix index underrun when extending empty file4.11Christian Mauderer2022-04-071-1/+2
* rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber2018-08-101-1/+0
* 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
* Remove old CVS keywordsNick Withers2017-02-152-2/+2
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-141-1/+1
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* untar: do not exit with error when created directory already exists.Pavel Pisa2015-11-231-1/+17
* RFS: Fix resource leakSebastian Huber2015-10-261-0/+2
* Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers2015-08-061-3/+45
* nfsclient: Use an interrupt lockSebastian Huber2015-06-191-21/+29
* dosfs: avoid buffer-overread. closes #2292.Gedare Bloom2015-05-271-2/+2
* jffs2: Move into separate librarySebastian Huber2015-05-272-1/+18
* dosfs: Fix warning fixSebastian Huber2015-04-271-1/+1
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-25/+0
* imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill2015-03-241-1/+1
* IMFS: NUL-terminate name returned by readdir()Sebastian Huber2015-03-171-2/+5
* cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2015-03-171-2/+2
* IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles2015-03-161-1/+1
* rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom2015-03-161-2/+2
* Fix more Doxygen typosJoel Sherrill2015-03-061-3/+2
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-061-5/+5
* dosfs: Fix warningsSebastian Huber2015-03-057-18/+12
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Include missing header fileSebastian Huber2015-03-051-0/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Fix copy on write for linfilesSebastian Huber2015-02-201-0/+3
* IMFS: Silence warningSebastian Huber2015-02-181-1/+1
* IMFS: Implement variable length node namesSebastian Huber2015-02-155-25/+46
* IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber2015-02-147-140/+172
* IMFS: Add fine grained configurationSebastian Huber2015-02-127-185/+9
* IMFS: Allow static initialization of FS infoSebastian Huber2015-02-126-100/+118
* IMFS: Fix resource leakSebastian Huber2015-02-121-1/+9