summaryrefslogtreecommitdiff
path: root/nuttx/fs/aio/aio_fsync.c
Commit message (Expand)AuthorAgeFilesLines
* AIO now also supports socket transfersGregory Nutt2014-10-111-2/+2
* Fix typos that cause compile error when file system debug is enabledGregory Nutt2014-10-071-1/+1
* The Asynch I/O implementation now satisfies POSIX priority requirements; it u...Gregory Nutt2014-10-071-4/+15
* Fix compile problems with debug onGregory Nutt2014-10-061-0/+1
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-061-5/+12
* Modify logic to use AIO control block containerGregory Nutt2014-10-061-11/+24
* 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/+228