summaryrefslogtreecommitdiff
path: root/nuttx/fs/aio
Commit message (Expand)AuthorAgeFilesLines
* fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket de...Gregory Nutt2015-02-243-4/+4
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-2/+4
* 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
* 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-065-25/+78
* 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
* Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt2014-10-057-0/+1263