nuttx/fs/vfs
Xiang Xiao a0f2f6c362 fs: Move umask to task_info_s
and implement the related semantic correctly

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I0587341e2c505e41b5e24e55dba039ed200d65f2
2021-07-14 10:35:15 -03:00
..
fs_close.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_dup2.c fs/fs_dup2: correct check before dup 2021-07-02 04:54:43 -05:00
fs_dup.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_epoll.c fs/epoll: correct the return value of epoll_ctl(2) 2021-03-23 00:28:18 -07:00
fs_eventfd.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fcntl.c libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_fdopen.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fstat.c fs: fstat shouldn't follow the symbol link 2021-07-13 10:05:50 -03:00
fs_fstatfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fsync.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_ioctl.c libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_lseek.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_mkdir.c fs: Move umask to task_info_s 2021-07-14 10:35:15 -03:00
fs_open.c fs: Move umask to task_info_s 2021-07-14 10:35:15 -03:00
fs_poll.c mqueue: add poll support 2021-03-04 07:11:43 -08:00
fs_pread.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_pwrite.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_read.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_readlink.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_rename.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fs_rmdir.c fs/vfs: Don't check CONFIG_NFILE_STREAMS for mkdir/rename/rmdir/fs_unlink 2020-08-17 00:16:26 +01:00
fs_select.c fs/vfs: Fix bug that select() did not return 2021-05-19 06:43:22 -05:00
fs_sendfile.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
fs_stat.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fs_statfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_symlink.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fs_truncate.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
fs_unlink.c vfs: Fix unsed label warning 2020-12-30 21:20:17 -06:00
fs_write.c vfs: adjust the error code of write to be consistent with read 2021-04-08 21:52:14 -05:00
Make.defs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00