summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-062-397/+1
* 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-1510-356/+61
* 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-11146-297/+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-1120-332/+119
* Revert: Remove CVS IdsJoel Sherrill2012-05-072-0/+8
* nfsclient: Add rename operationSebastian Huber2012-05-041-1/+45
* nfsclient: Fix hard link operationSebastian Huber2012-05-041-1/+1
* Filesystem: Use proper parameter in NFSSebastian Huber2012-05-041-1/+1
* Filesystem: Remove pipe_lseek()Sebastian Huber2012-05-043-35/+1
* Remove CVS-Ids.Ralf Corsépius2012-05-042-8/+0
* IMFS: Update IMS_assert check when RTEMS_DEBUG is enabled.Chris Johns2012-04-281-1/+1
* nfsclient: Use UID and GID of NFS handleSebastian Huber2012-04-231-10/+10
* nfsclient: POSIX conformanceSebastian Huber2012-04-231-9/+37
* PR2039: Fix NULL pointer accessSebastian Huber2012-03-141-2/+2
* libblock: Change bdbuf APISebastian Huber2012-03-138-77/+86
* IMFS: Node specific stat handlersSebastian Huber2012-03-135-58/+81
* IMFS: Generic device identifierSebastian Huber2012-03-131-0/+12
* IMFS: Add make generic node supportSebastian Huber2012-03-133-0/+155
* IMFS: Add and use node controlSebastian Huber2012-03-1314-315/+419
* IMFS: New support functionsSebastian Huber2012-03-139-31/+43
* IMFS: Removed superfluous imfs_dir_open()Sebastian Huber2012-03-133-35/+1
* IMFS: Reference counting for nodesSebastian Huber2012-03-1316-126/+84
* IMFS: Use unprotected chain operationsSebastian Huber2012-03-134-17/+28
* IMFS: Lock the file system during directory readsSebastian Huber2012-03-131-21/+15