summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-09-05dosfs: Unintentional integer overflowGedare Bloom1-1/+1
2013-08-21dosfs: Use unprotected chain operationsSebastian Huber2-4/+4
2013-06-14documentation: Fix Doxygen commentsSebastian Huber1-11/+11
2013-06-07dosfs: DocumentationSebastian Huber1-0/+8
2013-06-03dosfs: DocumentationRalf Kirchner1-6/+97
2013-06-03dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner3-10/+339
2013-06-03dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner10-560/+1780
2013-05-24dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner1-0/+7
2013-05-24dosfs: Fix typoRalf Kirchner1-1/+1
2013-05-16dosfs: Add statvfs() supportAndrei Mozzhuhin3-1/+79
2013-02-27dosfs: PR2091: Fix warningAndreas Heinig1-2/+2
2013-02-27dosfs: PR2092: Delete unused functionAndreas Heinig1-32/+0
2013-02-20dosfs: Fix file length updateSebastian Huber1-2/+3
2013-02-15dosfs: Start scan with a valid data clusterSebastian Huber1-26/+16
2013-02-15dosfs: Fix file extendSebastian Huber1-23/+24
2013-02-15dosfs: Ensure valid data cluster countSebastian Huber1-1/+6
2013-01-30dosfs: Always release the buffersSebastian Huber1-22/+23
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill1-1/+1
2013-01-10cpukit: Add EOL on files missing EOL at EOFJoel Sherrill2-2/+2
2013-01-04libfs: Doxygen Clean Up Task #2Mathew Kallada5-35/+69
2012-12-28libfs: Doxygen Enhancement Task #5Mathew Kallada4-15/+33
2012-12-20libfs: Doxygen Enhancement Task #6"Mathew Kallada20-64/+192
2012-12-14dosfs: Avoid error caused by bdbuf configurationSebastian Huber1-10/+5
2012-12-13dosfs: Add sync_device option for msdos_format()Sebastian Huber2-0/+10
2012-12-13dosfs: Fix error status handlingSebastian Huber1-16/+18
2012-12-13dosfs: Bugfix for disks of for example 100MB sizeRalf Kirchner1-49/+101
2012-12-13dosfs: Whitespace changeRalf Kirchner1-1/+0
2012-12-13dosfs: Fix request evaluationRalf Kirchner1-4/+0
2012-12-05dosfs: Cluster write optimizationRalf Kirchner5-153/+386
2012-12-05dosfs: Block size optimizationRalf Kirchner4-153/+165
2012-12-05dosfs: DocumentationRalf Kirchner1-34/+81
2012-12-05dosfs: Delete fattype parameter for msdos_format()Ralf Kirchner2-143/+161
2012-12-05dosfs: Add skip_alignment for msdos_format()Ralf Kirchner3-31/+90
2012-12-03dosfs: Fix msdos_format()Ralf Kirchner1-1/+1
2012-11-13dosfs: Lazy update of FAT32 FS info sectorSebastian Huber5-86/+84
2012-11-13dosfs: Use FAT_UNDEFINED_VALUESebastian Huber2-6/+6
2012-10-07Filesystem: Reject removal of root nodesSebastian Huber1-8/+0
2012-07-11dosfs: Use fs_info instead of mt_entrySebastian Huber14-267/+234
2012-06-04dosfs: Fix for no space left on device conditionSebastian Huber1-3/+5