summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* There were some changes which broke my NuttX-Build. With these two patches it...Gregory Nutt2015-01-011-0/+1
* Don't build pread()/pwrite() if file system support is disabledGregory Nutt2014-12-281-4/+0
* FS: Add a check for a NULL pathname.Gregory Nutt2014-12-131-1/+1
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-096-92/+731
* Add procfs write support. From Ken PetitGregory Nutt2014-12-091-2/+34
* Fix a typo in a recent commitGregory Nutt2014-12-081-1/+1
* Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selectedGregory Nutt2014-12-084-3/+23
* In message queue created return ENOSPC error if size exceeds the configured s...Gregory Nutt2014-12-061-11/+2
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+1
* Updated commentsGregory Nutt2014-11-291-1/+1
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-1/+5
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-257-18/+28
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
* vfs/poll: add proper handling for sem_timedwait errnos. From Jussi KivilinnaGregory Nutt2014-11-211-0/+16
* Simplifed semaphore wait logic in poll()Gregory Nutt2014-11-191-10/+4
* poll() was not waking up from signals (for example mq_notify() events).Gregory Nutt2014-11-191-13/+26
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-3/+9
* Let's raise the priority of NXFFS dumps to LOG_NOTICEGregory Nutt2014-11-121-16/+16
* Fix prolblems with redefinitions of fdb macro. With the fix to the syslog pr...Gregory Nutt2014-11-121-27/+28
* Cosmetic. Fix some conditional logic in some conditioned out codeGregory Nutt2014-11-021-1/+1
* SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and ...Gregory Nutt2014-11-011-3/+3
* Add optional timestamp to syslog output. From pn_bouteville@yahoo.frGregory Nutt2014-11-011-0/+6
* AIO: Several fixes for socket transfers, mostly from Victor Mayoral VilchesGregory Nutt2014-10-273-3/+4
* Fix a couple of problems introduced in the last commmitsGregory Nutt2014-10-111-1/+1
* AIO now also supports socket transfersGregory Nutt2014-10-115-53/+166
* fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not definedGregory Nutt2014-10-091-0/+3
* Move syslog back to libc/syslog from fs/syslogGregory Nutt2014-10-099-665/+9
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-095-146/+3
* Fix a naming problem (actally a cut'n'paste problem)Gregory Nutt2014-10-082-6/+6
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-084-3/+39
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-0810-9/+765
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-081-3/+4
* Fix typos that cause compile error when file system debug is enabledGregory Nutt2014-10-073-4/+4
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-071-4/+12
* Fix a compilation error in last commits that occure if CONFIG_PRIORITY_INHERI...Gregory Nutt2014-10-071-0/+4
* Update some commentsGregory Nutt2014-10-072-52/+12
* The Asynch I/O implementation now satisfies POSIX priority requirements; it u...Gregory Nutt2014-10-076-16/+193
* Eliminate a warningGregory Nutt2014-10-061-1/+1
* Fix some cornercase locking issues; make AIO lock re-entrantGregory Nutt2014-10-064-17/+61
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-061-7/+22
* Fix some errors and spec compliance issues with aio_cancel()Gregory Nutt2014-10-061-44/+76
* Fix compile problems with debug onGregory Nutt2014-10-061-0/+1
* Basic fixes for a clean simulator build with last big fs changesGregory Nutt2014-10-064-7/+8
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-0624-287/+564
* Modify FS initialization logic to handle AIO container initialization.Gregory Nutt2014-10-064-5/+106
* Modify logic to use AIO control block containerGregory Nutt2014-10-065-53/+116
* Add a AIO control container to increase the payload with OS internal stuff.Gregory Nutt2014-10-065-4/+548
* Fix some compilation issues introduced with last commitGregory Nutt2014-10-053-3/+3
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-057-20/+35