summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-12misc: Header File Doxygen Enhancement Task #3Mathew Kallada15-106/+158
2012-12-11libfs: Doxygen Enhancement GCI Task #7Mathew Kallada9-3/+75
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-22Filesystem: PR1619: Use ENOSYS for default statvfsSebastian Huber1-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-11-06Remove rtems-rfs-bitmaps-ut.c.Ralf Corsépius2-397/+1
2012-10-19Include "rtems-rfs-shell.h".Ralf Corsépius1-1/+2
2012-10-07Filesystem: Reject removal of root nodesSebastian Huber7-27/+8
2012-10-02nfsclient: Format changesSebastian Huber1-2/+2
2012-10-02nfsclient: Add and use nfsEvaluateStatus()Sebastian Huber1-114/+245
2012-10-02nfsclient: Fix for short enumsSebastian Huber1-0/+2
2012-10-02nfsclient: PR2075: Fix node initializationSebastian Huber1-13/+10
2012-08-09IMFS: TypoSebastian Huber1-1/+1
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
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill1-1/+1
2012-05-31dosfs: Fix format request with sectors per clusterSebastian Huber1-2/+10
2012-05-29dosfs: Fix print format stringSebastian Huber1-1/+2
2012-05-16nfsclient: Fix symbolic link evaluationSebastian Huber1-66/+97
2012-05-15Filesystem: Change pathconf_limits_and_optionsSebastian Huber2-3/+3
2012-05-15Filesystem: Move operations to mount table entrySebastian Huber7-9/+12
2012-05-15Filesystem: Add const qualifier to lock/unlockSebastian Huber5-10/+14
2012-05-15Filesystem: PR1255: Move offset update to handlersSebastian Huber4-4/+27
2012-05-15Filesystem: Add shared device IO supportSebastian Huber10-356/+61
2012-05-15Filesystem: Use ioctl_command_tSebastian Huber12-71/+35
2012-05-15rfs: Fix major and minor number integer typesSebastian Huber1-25/+30
2012-05-14dosfs: Remove unused parameterSebastian Huber1-1/+0
2012-05-14devfs: C++ compatibilitySebastian Huber1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill146-297/+0
2012-05-11dosfs: Remove fat_file_datasync()Sebastian Huber8-179/+73
2012-05-11Filesystem: PR1893: Fix write and truncate handlerSebastian Huber9-37/+137
2012-05-11Filesystem: PR1871: Fix O_APPENDSebastian Huber8-143/+33
2012-05-11Filesystem: PR1398: Fix lseek() mechanicSebastian Huber20-332/+119
2012-05-07Revert: Remove CVS IdsJoel Sherrill2-0/+8
2012-05-04nfsclient: Add rename operationSebastian Huber1-1/+45
2012-05-04nfsclient: Fix hard link operationSebastian Huber1-1/+1
2012-05-04Filesystem: Use proper parameter in NFSSebastian Huber1-1/+1
2012-05-04Filesystem: Remove pipe_lseek()Sebastian Huber3-35/+1
2012-05-04Remove CVS-Ids.Ralf Corsépius2-8/+0
2012-04-28IMFS: Update IMS_assert check when RTEMS_DEBUG is enabled.Chris Johns1-1/+1
2012-04-23nfsclient: Use UID and GID of NFS handleSebastian Huber1-10/+10
2012-04-23nfsclient: POSIX conformanceSebastian Huber1-9/+37
2012-03-14PR2039: Fix NULL pointer accessSebastian Huber1-2/+2
2012-03-13libblock: Change bdbuf APISebastian Huber8-77/+86