summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Teach rtems_tarfs_load() about symlinksNick Withers2014-12-111-0/+17
* nfsclient: Avoid __FILE__ and __LINE__Sebastian Huber2014-12-051-3/+1
* nfs: Add RPCd task affinity config optionDaniel Cederman2014-12-022-0/+23
* msdos_file.c: Reverse return codes per GedareJoel Sherrill2014-11-271-3/+3
* imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin2014-11-261-0/+2
* dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+1
* dosfs/msdos_file.c: Return an error if it occursJosh Oguin2014-11-261-1/+4
* dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin2014-11-261-3/+2
* rtems-rfs-rtems.c: Add cast to address warningJoel Sherrill2014-11-251-1/+1
* pipe/fifo.c: NULL dereference flagged by Coverity ID 1063889Joel Sherrill2014-11-211-1/+2
* dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill2014-11-211-2/+7
* dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill2014-11-211-75/+61
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-213-9/+3
* dosfs: Avoid MIN() re-definitionSebastian Huber2014-11-201-0/+2
* dosfs: Write meta-data only if it changedSebastian Huber2014-10-233-17/+40
* dosfs: Support ctime and mtimeSebastian Huber2014-10-239-133/+170
* cpukit/libfs/src/imfs/ioman.c: Fix typoJoel Sherrill2014-10-201-1/+1
* jffs2: Add casts and constant designators to address warnings on 16-bit targetsJoel Sherrill2014-10-193-3/+3
* jffs2/src/fs-rtems.c: Add include of <rtems/libio.h> for prototypesJoel Sherrill2014-10-161-0/+1
* jffs2/src/fs-rtems.c: Eliminate set but not used warningsJoel Sherrill2014-10-161-0/+3
* rfs: explicitly cast to dev_tGedare Bloom2014-10-161-1/+1
* Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate w...Joel Sherrill2014-09-161-2/+3
* dosfs: Check error statusSebastian Huber2014-09-111-14/+16
* rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warningsJoel Sherrill2014-09-041-3/+2
* libfs: Fix the warning in the RFS.Chris Johns2014-09-031-1/+6
* Regenerate all preinstall.am files.Chris Johns2014-08-291-6/+6
* JFFS2: Add device identifier for the flash deviceSebastian Huber2014-06-132-3/+15
* dosfs: Fix read from invalid memory areaSebastian Huber2014-05-161-1/+1
* libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns2014-04-252-12/+22
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21153-153/+153
* dosfs/fat.c: Remove use of register keywordJoel Sherrill2014-02-031-1/+1
* IMFS: Improved support for generic nodesSebastian Huber2014-01-212-3/+3
* IMFS: Allow sockets as generic nodesSebastian Huber2014-01-211-1/+2
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-202-20/+28
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-2015-0/+38
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-2018-89/+249
* For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore2013-12-191-1/+2
* For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore2013-12-192-2/+2
* For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore2013-12-191-1/+15
* nfsclient: Move defines to cover all header filesSebastian Huber2013-12-161-2/+3
* JFFS2: Do not re-define struct iovecSebastian Huber2013-12-161-5/+1
* PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber2013-12-114-7/+18
* PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns2013-12-101-1/+1
* PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns2013-12-101-43/+41
* libfs/imfs: Set the FIFO control block.Chris Johns2013-12-101-1/+1
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-274-12/+12
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-217-18/+21
* Filesystem: Add kernel event filter handlerSebastian Huber2013-11-042-0/+39
* Filesystem: Add poll() handlerSebastian Huber2013-11-042-0/+38
* Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber2013-10-311-1/+1