summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
* rtems-rfs-dir-hash.c: Add file headers and licensesRyan Long2022-05-041-0/+27
* cpukit/libfs/src/rfs: Change license to BSD-2Joel Sherrill2022-03-2221-63/+462
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-281-9/+7
* libfs/rfs: Check search bit map end on last bitChris Johns2020-10-171-2/+15
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2821-21/+42
* Canonicalize config.h includeSebastian Huber2020-04-1621-22/+22
* Fix format warnings due to ino_t changesSebastian Huber2019-01-101-1/+2
* 5 spelling errors for a Google Code-In task.Jacob Shin2018-12-021-1/+1
* rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber2018-08-071-1/+0
* Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng2018-04-111-1/+1
* Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng2018-04-111-18/+47
* Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng2018-04-111-1/+1
* Make bit addressing consistent in rtems_rfs_group.cFan Deng2018-04-111-1/+12
* RFS: Use self-contained recursive mutexSebastian Huber2018-02-021-29/+2
* Remove make preinstallChris Johns2018-01-2518-3844/+0
* rfs: Fix format warningSebastian Huber2018-01-231-1/+1
* rfs: Fix for 64-bit targetsSebastian Huber2018-01-222-2/+2
* RFS: Include <rtems/rtems-rfs-shell.h>Sebastian Huber2017-12-131-1/+1
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-1/+1
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-144-0/+4
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-183-23/+3
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-073-0/+3
* Filesystem: Remove superfluous permission checksSebastian Huber2016-01-051-17/+0
* RFS: Fix resource leakSebastian Huber2015-10-261-0/+2
* cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2015-03-171-2/+2
* rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom2015-03-161-2/+2
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-091-1/+0
* Filesystem: Delete node type operationSebastian Huber2015-01-221-61/+2
* Correct error return mismatchesNick Withers2014-12-234-22/+48
* rtems-rfs-rtems.c: Add cast to address warningJoel Sherrill2014-11-251-1/+1
* rfs: explicitly cast to dev_tGedare Bloom2014-10-161-1/+1
* Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate w...Joel Sherrill2014-09-161-2/+3
* rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warningsJoel Sherrill2014-09-041-3/+2
* libfs: Fix the warning in the RFS.Chris Johns2014-09-031-1/+6
* libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns2014-04-252-12/+22
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2139-39/+39
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-204-0/+8
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-204-4/+12
* For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore2013-12-191-1/+2
* For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore2013-12-192-2/+2
* For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore2013-12-191-1/+15
* PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns2013-12-101-1/+1
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-211-2/+3
* RFS: Include missing header fileSebastian Huber2013-10-161-0/+1
* Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber2013-09-121-23/+1
* RFS: Use unprotected chain operationsSebastian Huber2013-08-272-12/+15
* Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaratio...Nick Withers2013-08-091-1/+1
* Fix compiler warningsR. Diez2013-08-061-1/+1
* Return the amount of data written when an error occurs rather thanChris Johns2013-07-271-3/+9