summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* documentation: Fix Doxygen commentsSebastian Huber2013-06-141-11/+11
* dosfs: DocumentationSebastian Huber2013-06-071-0/+8
* dosfs: DocumentationRalf Kirchner2013-06-031-6/+97
* dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner2013-06-033-10/+339
* dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner2013-06-0310-560/+1780
* dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner2013-05-241-0/+7
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
* dosfs: Add statvfs() supportAndrei Mozzhuhin2013-05-163-1/+79
* dosfs: PR2091: Fix warningAndreas Heinig2013-02-271-2/+2
* dosfs: PR2092: Delete unused functionAndreas Heinig2013-02-271-32/+0
* dosfs: Fix file length updateSebastian Huber2013-02-201-2/+3
* dosfs: Start scan with a valid data clusterSebastian Huber2013-02-151-26/+16
* dosfs: Fix file extendSebastian Huber2013-02-151-23/+24
* dosfs: Ensure valid data cluster countSebastian Huber2013-02-151-1/+6
* dosfs: Always release the buffersSebastian Huber2013-01-301-22/+23
* cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill2013-01-101-1/+1
* cpukit: Add EOL on files missing EOL at EOFJoel Sherrill2013-01-102-2/+2
* libfs: Doxygen Clean Up Task #2Mathew Kallada2013-01-045-35/+69
* libfs: Doxygen Enhancement Task #5Mathew Kallada2012-12-284-15/+33
* libfs: Doxygen Enhancement Task #6"Mathew Kallada2012-12-2020-64/+192
* dosfs: Avoid error caused by bdbuf configurationSebastian Huber2012-12-141-10/+5
* dosfs: Add sync_device option for msdos_format()Sebastian Huber2012-12-132-0/+10
* dosfs: Fix error status handlingSebastian Huber2012-12-131-16/+18
* dosfs: Bugfix for disks of for example 100MB sizeRalf Kirchner2012-12-131-49/+101
* dosfs: Whitespace changeRalf Kirchner2012-12-131-1/+0
* dosfs: Fix request evaluationRalf Kirchner2012-12-131-4/+0
* dosfs: Cluster write optimizationRalf Kirchner2012-12-055-153/+386
* dosfs: Block size optimizationRalf Kirchner2012-12-054-153/+165
* dosfs: DocumentationRalf Kirchner2012-12-051-34/+81
* dosfs: Delete fattype parameter for msdos_format()Ralf Kirchner2012-12-052-143/+161
* dosfs: Add skip_alignment for msdos_format()Ralf Kirchner2012-12-053-31/+90
* dosfs: Fix msdos_format()Ralf Kirchner2012-12-031-1/+1
* dosfs: Lazy update of FAT32 FS info sectorSebastian Huber2012-11-135-86/+84
* dosfs: Use FAT_UNDEFINED_VALUESebastian Huber2012-11-132-6/+6
* Filesystem: Reject removal of root nodesSebastian Huber2012-10-071-8/+0
* dosfs: Use fs_info instead of mt_entrySebastian Huber2012-07-1114-267/+234
* dosfs: Fix for no space left on device conditionSebastian Huber2012-06-041-3/+5
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-1/+1
* dosfs: Fix format request with sectors per clusterSebastian Huber2012-05-311-2/+10
* dosfs: Fix print format stringSebastian Huber2012-05-291-1/+2
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-151-1/+1
* Filesystem: Add const qualifier to lock/unlockSebastian Huber2012-05-152-4/+4
* Filesystem: PR1255: Move offset update to handlersSebastian Huber2012-05-151-2/+5
* dosfs: Remove unused parameterSebastian Huber2012-05-141-1/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1123-46/+0
* dosfs: Remove fat_file_datasync()Sebastian Huber2012-05-118-179/+73
* Filesystem: PR1893: Fix write and truncate handlerSebastian Huber2012-05-118-34/+119
* Filesystem: PR1871: Fix O_APPENDSebastian Huber2012-05-115-126/+6
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-115-99/+3
* libblock: Change bdbuf APISebastian Huber2012-03-136-55/+61