nuttx/fs/vfs
2017-04-28 08:42:37 -06:00
..
fs_close.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_dup2.c Update some comments 2016-05-26 08:37:40 -06:00
fs_dup.c Update some comments 2016-05-26 08:37:40 -06:00
fs_dupfd2.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
fs_dupfd.c Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
fs_epoll.c Fix some warnings 2016-07-16 07:02:06 -06:00
fs_fcntl.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_fdopen.c Fix a warning when STDIO buffering is disabled 2017-02-27 11:06:13 -06:00
fs_fstat.c C library: Add fstatfs(); fix a reference counting error in fstat(). 2017-02-17 08:35:59 -06:00
fs_fstatfs.c fstatfs: Rethink last commit. Add verification that the file descriptor refers to an open file. This also should eliminate the warning while doing something useful. 2017-02-22 14:17:14 -06:00
fs_fsync.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_getfilep.c fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations. 2016-04-14 10:14:38 -06:00
fs_ioctl.c VFS ioctl() again. Per comments from David Sidrane, file_ioctl() should not return success if the ioctl method is not supported. It probably should return ENOTTY in that case. 2016-07-09 07:23:12 -06:00
fs_link.c soft links: Fix a memory leak by correcting a reference counting problem. 2017-02-05 15:14:16 -06:00
fs_lseek.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_mkdir.c Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
fs_open.c FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled. 2017-03-04 08:25:20 -06:00
fs_poll.c vfs/poll: round timeout up to next full tick. Calling poll() with timeout less than half tick (thus MSEC2TICK(timeout) => 0) caused returning error with EAGAIN. Instead of rounding timeout down, value should be rounded up. Open Group spec for poll says: "Implementations may place limitations on the granularity of timeout intervals. If the requested timeout interval requires a finer granularity than the implementation supports, the actual timeout interval will be rounded up to the next supported value." 2017-04-28 08:42:37 -06:00
fs_pread.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_pwrite.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_read.c fstatfs: Rethink last commit. Add verification that the file descriptor refers to an open file. This also should eliminate the warning while doing something useful. 2017-02-22 14:17:14 -06:00
fs_readlink.c Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
fs_rename.c rename(): Correct more issues. (1) Move to the root directory in the pseudo file system, (2) Fix path naming calculation when the path is the root directory of a mounted file system, and (3) dont't do the rename if the source and destination of the rename are the same. 2017-02-12 08:37:28 -06:00
fs_rmdir.c Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
fs_select.c VFS poll(): Add some error handling logic 2017-04-20 19:15:17 -06:00
fs_sendfile.c sendfile(): Fix error introduced with commit ff73be870e. Noted by Maciej Wójcik 2017-03-05 11:50:34 -06:00
fs_stat.c Add basic fstat() support. Now all that is needed is to modify ALL of the file systems. 2017-02-12 12:48:24 -06:00
fs_statfs.c C library: Add fstatfs(); fix a reference counting error in fstat(). 2017-02-17 08:35:59 -06:00
fs_unlink.c Revert "FS: Fix backward conditional logic that prevent unlink() from building in some configurations." 2017-03-04 08:16:46 -06:00
fs_write.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
Make.defs C library: Add fstatfs(); fix a reference counting error in fstat(). 2017-02-17 08:35:59 -06:00