summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-12IMFS: Add fine grained configurationSebastian Huber7-185/+9
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber6-100/+118
2015-02-12IMFS: Fix resource leakSebastian Huber1-1/+9
2015-02-12IMFS: Add root directory to FS infoSebastian Huber4-88/+69
2015-02-12IMFS: Simplify IMFS_symlink()Sebastian Huber1-26/+7
2015-02-12IMFS: Split linfile and memfile modulesSebastian Huber5-168/+137
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber16-76/+94
2015-02-12Filesystem: Use ENOTSUP for default mount/unmountSebastian Huber2-2/+2
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber11-37/+1
2015-02-04IMFS: Simplify ino generationSebastian Huber4-5/+7
2015-02-04IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber3-29/+3
2015-01-28IMFS: Reduce IMFS node typesSebastian Huber10-48/+21
2015-01-28IMFS: Aggregate link support in dedicated modulesSebastian Huber5-177/+152
2015-01-27IMFS: Replace node union with individual structSebastian Huber23-596/+512
2015-01-22Filesystem: Delete node type operationSebastian Huber18-352/+20
2014-12-23Correct error return mismatchesNick Withers4-22/+48
2014-12-11Teach rtems_tarfs_load() about symlinksNick Withers1-0/+17
2014-12-05nfsclient: Avoid __FILE__ and __LINE__Sebastian Huber1-3/+1
2014-12-02nfs: Add RPCd task affinity config optionDaniel Cederman2-0/+23
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill1-3/+3
2014-11-26imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin1-0/+2
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin1-1/+1
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin1-1/+4
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin1-3/+2
2014-11-25rtems-rfs-rtems.c: Add cast to address warningJoel Sherrill1-1/+1
2014-11-21pipe/fifo.c: NULL dereference flagged by Coverity ID 1063889Joel Sherrill1-1/+2
2014-11-21dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill1-2/+7
2014-11-21dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill1-75/+61
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber3-9/+3
2014-11-20dosfs: Avoid MIN() re-definitionSebastian Huber1-0/+2
2014-10-23dosfs: Write meta-data only if it changedSebastian Huber3-17/+40
2014-10-23dosfs: Support ctime and mtimeSebastian Huber9-133/+170
2014-10-20cpukit/libfs/src/imfs/ioman.c: Fix typoJoel Sherrill1-1/+1
2014-10-19jffs2: Add casts and constant designators to address warnings on 16-bit targetsJoel Sherrill3-3/+3
2014-10-16jffs2/src/fs-rtems.c: Add include of <rtems/libio.h> for prototypesJoel Sherrill1-0/+1
2014-10-16jffs2/src/fs-rtems.c: Eliminate set but not used warningsJoel Sherrill1-0/+3
2014-10-16rfs: explicitly cast to dev_tGedare Bloom1-1/+1
2014-09-16Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate w...Joel Sherrill1-2/+3
2014-09-11dosfs: Check error statusSebastian Huber1-14/+16
2014-09-04rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warningsJoel Sherrill1-3/+2
2014-09-03libfs: Fix the warning in the RFS.Chris Johns1-1/+6
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
2014-06-13JFFS2: Add device identifier for the flash deviceSebastian Huber2-3/+15
2014-05-16dosfs: Fix read from invalid memory areaSebastian Huber1-1/+1
2014-04-25libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns2-12/+22
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns153-153/+153
2014-02-03dosfs/fat.c: Remove use of register keywordJoel Sherrill1-1/+1
2014-01-21IMFS: Improved support for generic nodesSebastian Huber2-3/+3
2014-01-21IMFS: Allow sockets as generic nodesSebastian Huber1-1/+2
2013-12-20libcsupport: Accept NULL for zero-length entriesSebastian Huber2-20/+28