summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/imfs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-9/+26
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber1-0/+7
2020-03-09imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber1-2/+1
2020-03-04imfs: Add IMFS_add_node()Sebastian Huber1-11/+148
2020-03-04imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber1-3/+0
2019-11-21imfs: Fix IMFS_make_linearfile()Sebastian Huber1-1/+1
2019-11-19imfs: Add IMFS_make_linfile()Sebastian Huber1-0/+31
2018-11-12rtems: Avoid <rtems/score/timecounter.h> in APISebastian Huber1-0/+1
2018-03-16imfs: Use most efficient way to get the timeSebastian Huber1-18/+17
2018-01-25Remove make preinstallChris Johns1-0/+0
2015-03-24imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber1-2/+7
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber1-21/+9
2015-02-12IMFS: Add fine grained configurationSebastian Huber1-16/+5
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber1-18/+16
2015-02-12IMFS: Add root directory to FS infoSebastian Huber1-7/+3
2015-02-12IMFS: Split linfile and memfile modulesSebastian Huber1-52/+10
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber1-10/+14
2015-02-04IMFS: Simplify ino generationSebastian Huber1-2/+5
2015-02-04IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber1-18/+1
2015-01-28IMFS: Reduce IMFS node typesSebastian Huber1-28/+1
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-120/+171
2015-01-22Filesystem: Delete node type operationSebastian Huber1-15/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-01-21IMFS: Improved support for generic nodesSebastian Huber1-3/+1
2013-12-11PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber1-1/+1
2013-09-13IMFS: Use inline functions instead of macrosSebastian Huber1-28/+36
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill1-52/+48
2013-01-09IMFS: DocumentationSebastian Huber1-23/+36
2013-01-08libfs: Doxygen Clean Up Task #1Alex Ivanov1-46/+51
2012-12-21IMFS: DocumentationSebastian Huber1-4/+146
2012-12-20libfs: Doxygen Enhancement Task #1Alex Ivanov1-3/+161
2012-12-18libfs: Doxygen Enhancement Task #2Alex Ivanov1-1/+78
2012-10-07Filesystem: Reject removal of root nodesSebastian Huber1-4/+2
2012-05-15Filesystem: Use ioctl_command_tSebastian Huber1-9/+3
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-11Filesystem: PR1398: Fix lseek() mechanicSebastian Huber1-18/+0
2012-03-13IMFS: Generic device identifierSebastian Huber1-0/+12
2012-03-13IMFS: Add make generic node supportSebastian Huber1-0/+46
2012-03-13IMFS: Add and use node controlSebastian Huber1-37/+101
2012-03-13IMFS: New support functionsSebastian Huber1-0/+10
2012-03-13IMFS: Removed superfluous imfs_dir_open()Sebastian Huber1-7/+0
2012-03-13IMFS: Reference counting for nodesSebastian Huber1-27/+18
2012-03-13IMFS: Use unprotected chain operationsSebastian Huber1-0/+15
2012-03-13Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber1-4/+0
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-129/+57
2011-11-062011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-10/+10
2011-10-262011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
2011-06-242011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+7
2011-01-042011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1