summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs/fat.c: Remove use of register keywordJoel Sherrill2014-02-031-1/+1
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-202-0/+4
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-202-22/+26
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-273-10/+10
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-214-12/+14
* dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner2013-10-181-0/+9
* dosfs: Correct handling of iconv() return valueRalf Kirchner2013-09-101-5/+16
* dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom2013-09-051-2/+0
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unintentional integer overflowGedare Bloom2013-09-051-1/+1
* dosfs: Use unprotected chain operationsSebastian Huber2013-08-212-4/+4
* 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