summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-24Use <sys/endian.h>Sebastian Huber1-13/+5
2017-01-23nfsclient: Fix suspicious conditionSebastian Huber1-1/+2
2017-01-19JFFS2: Fix typoSebastian Huber1-1/+1
2016-12-20JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber3-1/+50
2016-12-20JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2-0/+11
2016-12-20JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2-5/+171
2016-09-19imfs: Untangle dependenciesSebastian Huber3-89/+116
2016-09-16imfs: Fix IMFS_stat_file()Sebastian Huber2-6/+3
2016-09-06score: Improve red-black tree debug supportSebastian Huber1-0/+3
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-07-12Misc: Spell length correctlyJoel Sherrill1-1/+1
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill4-6/+6
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2-1/+3
2016-06-06pipe: Use proper semaphore attr for mutexSebastian Huber1-2/+2
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber1-1/+2
2016-05-25libfs/jff2: Avoid printk format warnings.Chris Johns3-15/+30
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2016-04-22nfsclient: Fix warningsSebastian Huber4-4/+19
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber4-0/+4
2016-01-05Filesystem: Remove superfluous permission checksSebastian Huber2-32/+1
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa1-1/+17
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-1/+1
2015-10-26RFS: Fix resource leakSebastian Huber1-0/+2
2015-09-03JFFS2: Use RTEMS red-black tree implementationSebastian Huber3-453/+112
2015-08-06Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers1-3/+45
2015-06-19nfsclient: Use an interrupt lockSebastian Huber1-21/+29
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom1-2/+2
2015-05-27jffs2: Move into separate librarySebastian Huber2-1/+18
2015-04-27dosfs: Fix warning fixSebastian Huber1-1/+1
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-25/+0
2015-03-24imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill1-1/+1
2015-03-17IMFS: NUL-terminate name returned by readdir()Sebastian Huber1-2/+5
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill1-2/+2
2015-03-16IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles1-1/+1
2015-03-16rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom1-2/+2
2015-03-06Fix more Doxygen typosJoel Sherrill1-3/+2
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill1-5/+5
2015-03-05dosfs: Fix warningsSebastian Huber7-18/+12
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-03-05IMFS: Include missing header fileSebastian Huber1-0/+1
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber1-0/+3
2015-02-18IMFS: Silence warningSebastian Huber1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber5-25/+46
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber7-140/+172
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