summaryrefslogtreecommitdiff
path: root/nuttx/fs/aio/aio_write.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+3
* AIO: Several fixes for socket transfers, mostly from Victor Mayoral VilchesGregory Nutt2014-10-271-1/+1
* Fix a couple of problems introduced in the last commmitsGregory Nutt2014-10-111-1/+1
* AIO now also supports socket transfersGregory Nutt2014-10-111-28/+57
* Fix typos that cause compile error when file system debug is enabledGregory Nutt2014-10-071-2/+2
* Update some commentsGregory Nutt2014-10-071-26/+6
* The Asynch I/O implementation now satisfies POSIX priority requirements; it u...Gregory Nutt2014-10-071-5/+15
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-061-12/+34
* Modify logic to use AIO control block containerGregory Nutt2014-10-061-10/+23
* Fix some compilation issues introduced with last commitGregory Nutt2014-10-051-1/+1
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-4/+4
* Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt2014-10-051-0/+307