summaryrefslogtreecommitdiff
path: root/cpukit/libfs (follow)
AgeCommit message (Expand)Author
2016-05-25libfs/jff2: Avoid printk format warnings.Chris Johns
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber
2016-04-22nfsclient: Fix warningsSebastian Huber
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber
2016-01-05Filesystem: Remove superfluous permission checksSebastian Huber
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber
2015-10-26RFS: Fix resource leakSebastian Huber
2015-09-03JFFS2: Use RTEMS red-black tree implementationSebastian Huber
2015-08-06Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers
2015-06-19nfsclient: Use an interrupt lockSebastian Huber
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom
2015-05-27jffs2: Move into separate librarySebastian Huber
2015-04-27dosfs: Fix warning fixSebastian Huber
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber
2015-03-24imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill
2015-03-17IMFS: NUL-terminate name returned by readdir()Sebastian Huber
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill
2015-03-16IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles
2015-03-16rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom
2015-03-06Fix more Doxygen typosJoel Sherrill
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill
2015-03-05dosfs: Fix warningsSebastian Huber
2015-03-05IMFS: Fix warningSebastian Huber
2015-03-05IMFS: Include missing header fileSebastian Huber
2015-03-05IMFS: Fix warningSebastian Huber
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber
2015-02-18IMFS: Silence warningSebastian Huber
2015-02-15IMFS: Implement variable length node namesSebastian Huber
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber
2015-02-12IMFS: Add fine grained configurationSebastian Huber
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber
2015-02-12IMFS: Fix resource leakSebastian Huber
2015-02-12IMFS: Add root directory to FS infoSebastian Huber
2015-02-12IMFS: Simplify IMFS_symlink()Sebastian Huber
2015-02-12IMFS: Split linfile and memfile modulesSebastian Huber
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber
2015-02-12Filesystem: Use ENOTSUP for default mount/unmountSebastian Huber
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber
2015-02-04IMFS: Simplify ino generationSebastian Huber
2015-02-04IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber
2015-01-28IMFS: Reduce IMFS node typesSebastian Huber
2015-01-28IMFS: Aggregate link support in dedicated modulesSebastian Huber
2015-01-27IMFS: Replace node union with individual structSebastian Huber
2015-01-22Filesystem: Delete node type operationSebastian Huber
2014-12-23Correct error return mismatchesNick Withers
2014-12-11Teach rtems_tarfs_load() about symlinksNick Withers
2014-12-05nfsclient: Avoid __FILE__ and __LINE__Sebastian Huber
2014-12-02nfs: Add RPCd task affinity config optionDaniel Cederman
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill