summaryrefslogtreecommitdiff
path: root/cpukit/libfs (follow)
AgeCommit message (Expand)Author
2014-06-13JFFS2: Add device identifier for the flash deviceSebastian Huber
2014-05-16dosfs: Fix read from invalid memory areaSebastian Huber
2014-04-25libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-02-03dosfs/fat.c: Remove use of register keywordJoel Sherrill
2014-01-21IMFS: Improved support for generic nodesSebastian Huber
2014-01-21IMFS: Allow sockets as generic nodesSebastian Huber
2013-12-20libcsupport: Accept NULL for zero-length entriesSebastian Huber
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber
2013-12-19For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore
2013-12-19For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore
2013-12-19For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore
2013-12-16nfsclient: Move defines to cover all header filesSebastian Huber
2013-12-16JFFS2: Do not re-define struct iovecSebastian Huber
2013-12-11PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber
2013-12-10PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns
2013-12-10PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns
2013-12-10libfs/imfs: Set the FIFO control block.Chris Johns
2013-11-27statvfs filesystem handlers: Remove restrictJoel Sherrill
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez
2013-11-04Filesystem: Add kernel event filter handlerSebastian Huber
2013-11-04Filesystem: Add poll() handlerSebastian Huber
2013-10-31Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber
2013-10-27IMFS: Use IMFS_mtime_ctime_update()Sebastian Huber
2013-10-18dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner
2013-10-16RFS: Include missing header fileSebastian Huber
2013-10-11Return EINVAL in default ftruncate() handlerSebastian Huber
2013-09-22nfsclient/src/dirutils.c: Fix missing prototype warningsJoel Sherrill
2013-09-19JFFS2: Add RTEMS supportSebastian Huber
2013-09-19JFFS2: Update Linux compatibility layerSebastian Huber
2013-09-19JFFS2: Import from eCosSebastian Huber
2013-09-19JFFS2: Import from LinuxSebastian Huber
2013-09-13IMFS: Fix truncate according to POSIXSebastian Huber
2013-09-13IMFS: Use inline functions instead of macrosSebastian Huber
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber
2013-09-10dosfs: Correct handling of iconv() return valueRalf Kirchner
2013-09-05imfs: use safe string functionsGedare Bloom
2013-09-05imfs: check return value from mkdirGedare Bloom
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom
2013-09-05nfs: Fix ln option processing.Gedare Bloom
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom
2013-09-05dosfs: Unintentional integer overflowGedare Bloom
2013-09-05IMFS: Resource leakGedare Bloom
2013-08-27RFS: Use unprotected chain operationsSebastian Huber
2013-08-23Filesystem: Avoid usage of uninitialized variableSebastian Huber
2013-08-21dosfs: Use unprotected chain operationsSebastian Huber
2013-08-09Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaratio...Nick Withers
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber