summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* IMFS: Do not check for unsupported typesSebastian Huber2012-03-131-10/+0
* Filesystem: Rename definesSebastian Huber2012-03-136-12/+12
* Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber2012-03-1317-86/+62
* Filesystem: Change error indicationSebastian Huber2012-03-131-4/+6
* Filesystem: New functionSebastian Huber2012-03-132-0/+30
* Filesystem: Reference counting for locationsSebastian Huber2012-03-13105-4582/+2093
* PR 2026/filesystem - Fix semaphore attributesSebastian Huber2012-02-231-7/+2
* Moved empty test in front of busy testsSebastian Huber2012-02-101-10/+10
* Check that the file offset is valid after a seekSebastian Huber2012-02-092-14/+8