summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* libfs: Doxygen Enhancement Task #6"Mathew Kallada2012-12-2024-64/+219
* libfs: Doxygen Enhancement Task #2Alex Ivanov2012-12-1822-151/+251
* dosfs: Avoid error caused by bdbuf configurationSebastian Huber2012-12-141-10/+5
* Fix spellingSebastian Huber2012-12-141-1/+1
* 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
* misc: Header File Doxygen Enhancement Task #3Mathew Kallada2012-12-1215-106/+158
* libfs: Doxygen Enhancement GCI Task #7Mathew Kallada2012-12-119-3/+75
* 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
* Filesystem: PR1619: Use ENOSYS for default statvfsSebastian Huber2012-11-221-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
* Remove rtems-rfs-bitmaps-ut.c.Ralf Corsépius2012-11-061-396/+0
* Include "rtems-rfs-shell.h".Ralf Corsépius2012-10-191-1/+2
* Filesystem: Reject removal of root nodesSebastian Huber2012-10-077-27/+8
* nfsclient: Format changesSebastian Huber2012-10-021-2/+2
* nfsclient: Add and use nfsEvaluateStatus()Sebastian Huber2012-10-021-114/+245
* nfsclient: Fix for short enumsSebastian Huber2012-10-021-0/+2
* nfsclient: PR2075: Fix node initializationSebastian Huber2012-10-021-13/+10
* IMFS: TypoSebastian Huber2012-08-091-1/+1
* 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
* nfsclient: Fix symbolic link evaluationSebastian Huber2012-05-161-66/+97
* Filesystem: Change pathconf_limits_and_optionsSebastian Huber2012-05-152-3/+3
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-157-9/+12
* Filesystem: Add const qualifier to lock/unlockSebastian Huber2012-05-155-10/+14
* Filesystem: PR1255: Move offset update to handlersSebastian Huber2012-05-154-4/+27
* Filesystem: Add shared device IO supportSebastian Huber2012-05-159-355/+60
* Filesystem: Use ioctl_command_tSebastian Huber2012-05-1512-71/+35
* rfs: Fix major and minor number integer typesSebastian Huber2012-05-151-25/+30
* dosfs: Remove unused parameterSebastian Huber2012-05-141-1/+0
* devfs: C++ compatibilitySebastian Huber2012-05-141-1/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-11144-289/+0
* dosfs: Remove fat_file_datasync()Sebastian Huber2012-05-118-179/+73
* Filesystem: PR1893: Fix write and truncate handlerSebastian Huber2012-05-119-37/+137
* Filesystem: PR1871: Fix O_APPENDSebastian Huber2012-05-118-143/+33
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-1119-331/+117
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
* nfsclient: Add rename operationSebastian Huber2012-05-041-1/+45