summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include missing <string.h>Sebastian Huber2013-07-2311-0/+11
* libfs: Always use geteuid() and getegid()Sebastian Huber2013-03-221-5/+0
* rfs: Doxygen group cannot have a dash in itJoel Sherrill2013-01-1021-21/+21
* cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill2013-01-1019-23/+31
* libfs: Doxygen Clean Up Task #1Alex Ivanov2013-01-0817-428/+603
* libfs: Doxygen Clean Up Task #2Mathew Kallada2013-01-041-13/+29
* Header File Doxygen Enhancement Task #1Alex Ivanov2012-12-281-8/+11
* Header File Doxygen Enhancement Task #2Mathew Kallada2012-12-281-8/+9
* libfs: Doxygen Enhancement Task #3Alex Ivanov2012-12-2813-106/+104
* libfs: Doxygen Enhancement Task #2Alex Ivanov2012-12-188-71/+67
* Fix spellingSebastian Huber2012-12-141-1/+1
* misc: Header File Doxygen Enhancement Task #3Mathew Kallada2012-12-1215-106/+158
* Remove rtems-rfs-bitmaps-ut.c.Ralf Corsépius2012-11-061-396/+0
* Include "rtems-rfs-shell.h".Ralf Corsépius2012-10-191-1/+2
* Filesystem: Reject removal of root nodesSebastian Huber2012-10-071-3/+0
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-151-3/+2
* Filesystem: Add const qualifier to lock/unlockSebastian Huber2012-05-151-2/+6
* Filesystem: PR1255: Move offset update to handlersSebastian Huber2012-05-151-1/+6
* Filesystem: Add shared device IO supportSebastian Huber2012-05-151-59/+8
* Filesystem: Use ioctl_command_tSebastian Huber2012-05-152-20/+4
* rfs: Fix major and minor number integer typesSebastian Huber2012-05-151-25/+30
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1141-83/+0
* Filesystem: PR1871: Fix O_APPENDSebastian Huber2012-05-112-14/+23
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-113-71/+17
* PR2039: Fix NULL pointer accessSebastian Huber2012-03-141-2/+2
* libblock: Change bdbuf APISebastian Huber2012-03-132-22/+25
* Filesystem: Rename definesSebastian Huber2012-03-132-3/+3
* Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber2012-03-133-5/+5
* Filesystem: Reference counting for locationsSebastian Huber2012-03-1311-825/+281
* PR 2026/filesystem - Fix semaphore attributesSebastian Huber2012-02-231-7/+2
* Removed fpathconf file system node handler.Sebastian Huber2012-02-024-4/+0
* 2011-12-09 Chris Johns <chrisj@rtems.org>Chris Johns2011-12-093-31/+72
* 2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-021-5/+1
* Remove stray whitespaces.Ralf Corsepius2011-11-0630-515/+515
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-063-13/+21
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-061-3/+3
* 2011-11-04 Chris Johns <chrisj@rtems.org>Chris Johns2011-11-031-2/+24