nuttx/fs
wangshuo cb54c838a0 vfs: adjust the error code of write to be consistent with read
According to POSIX, the EACCES will be set when file can not be
written access. Just like fs_read
2021-04-08 21:52:14 -05:00
..
aio fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
binfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
cromfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
dirent Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
driver fs: try blockproxy only if BCH is enabled 2021-03-17 01:25:16 -07:00
fat docs and comments: Update stale references to COPYING 2021-04-01 21:10:56 -05:00
hostfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
inode fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
littlefs vfs/lfs: Simplify the lookahead_size equation 2021-04-03 21:00:41 +01:00
mmap fs/mmap: Return EACCES for incompatible file descriptors 2021-03-16 10:17:07 -07:00
mount sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nfs fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
nxffs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
partition fs: change geometry types from size_t to blkcnt_t and blksize_t 2021-02-18 20:38:22 -08:00
procfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
romfs fs/romfs: fix open zero-byte file fail issue 2021-04-07 00:57:08 -05:00
semaphore Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
shm Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
smartfs fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
socket net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
spiffs fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
tmpfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
unionfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
userfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
vfs vfs: adjust the error code of write to be consistent with read 2021-04-08 21:52:14 -05:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
Kconfig fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab 2021-02-05 12:17:47 -03:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00