summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-07imfs: Fix index underrun when extending empty file4.11Christian Mauderer1-1/+2
2018-08-10rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber1-1/+0
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-15Remove old CVS keywordsNick Withers2-2/+2
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-11-23untar: do not exit with error when created directory already exists.Pavel Pisa1-1/+17
2015-10-26RFS: Fix resource leakSebastian Huber1-0/+2
2015-08-06Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers1-3/+45
2015-06-19nfsclient: Use an interrupt lockSebastian Huber1-21/+29
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom1-2/+2
2015-05-27jffs2: Move into separate librarySebastian Huber2-1/+18
2015-04-27dosfs: Fix warning fixSebastian Huber1-1/+1
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-25/+0
2015-03-24imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill1-1/+1
2015-03-17IMFS: NUL-terminate name returned by readdir()Sebastian Huber1-2/+5
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill1-2/+2
2015-03-16IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles1-1/+1
2015-03-16rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom1-2/+2
2015-03-06Fix more Doxygen typosJoel Sherrill1-3/+2
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill1-5/+5
2015-03-05dosfs: Fix warningsSebastian Huber7-18/+12
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-03-05IMFS: Include missing header fileSebastian Huber1-0/+1
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber1-0/+3
2015-02-18IMFS: Silence warningSebastian Huber1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber5-25/+46
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber7-140/+172
2015-02-12IMFS: Add fine grained configurationSebastian Huber7-185/+9
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber6-100/+118
2015-02-12IMFS: Fix resource leakSebastian Huber1-1/+9