summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-05-04rtems-rfs-dir-hash.c: Add file headers and licensesRyan Long1-0/+27
2022-03-22cpukit/libfs/src/rfs: Change license to BSD-2Joel Sherrill21-63/+462
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-9/+7
2020-10-17libfs/rfs: Check search bit map end on last bitChris Johns1-2/+15
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber21-21/+42
2020-04-16Canonicalize config.h includeSebastian Huber21-22/+22
2019-01-10Fix format warnings due to ino_t changesSebastian Huber1-1/+2
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin1-1/+1
2018-08-07rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber1-1/+0
2018-04-11Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng1-1/+1
2018-04-11Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng1-18/+47
2018-04-11Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng1-1/+1
2018-04-11Make bit addressing consistent in rtems_rfs_group.cFan Deng1-1/+12
2018-02-02RFS: Use self-contained recursive mutexSebastian Huber1-29/+2
2018-01-25Remove make preinstallChris Johns18-3844/+0
2018-01-23rfs: Fix format warningSebastian Huber1-1/+1
2018-01-22rfs: Fix for 64-bit targetsSebastian Huber2-2/+2
2017-12-13RFS: Include <rtems/rtems-rfs-shell.h>Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_is_append()Sebastian Huber1-1/+1
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel4-0/+4
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill3-23/+3
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber3-0/+3
2016-01-05Filesystem: Remove superfluous permission checksSebastian Huber1-17/+0
2015-10-26RFS: Fix resource leakSebastian Huber1-0/+2
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill1-2/+2
2015-03-16rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom1-2/+2
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber1-1/+0
2015-01-22Filesystem: Delete node type operationSebastian Huber1-61/+2
2014-12-23Correct error return mismatchesNick Withers4-22/+48
2014-11-25rtems-rfs-rtems.c: Add cast to address warningJoel Sherrill1-1/+1
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-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-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 Johns39-39/+39
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber4-0/+8
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber4-4/+12
2013-12-19For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore1-1/+2
2013-12-19For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore2-2/+2
2013-12-19For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore1-1/+15
2013-12-10PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns1-1/+1
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez1-2/+3
2013-10-16RFS: Include missing header fileSebastian Huber1-0/+1
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber1-23/+1
2013-08-27RFS: Use unprotected chain operationsSebastian Huber2-12/+15
2013-08-09Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaratio...Nick Withers1-1/+1
2013-08-06Fix compiler warningsR. Diez1-1/+1
2013-07-27Return the amount of data written when an error occurs rather thanChris Johns1-3/+9