walnux/fs/vfs
Ville Juven 1e787ea280 nuttx/fs: Reorganize the code for close, dup, et. al.
Currently the code is dumped into one massive file; fs_files. Move the
different logical parts into their own files.

Signed-off-by: Ville Juven <ville.juven@unikie.com>
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2025-06-12 18:12:42 +08:00
..
CMakeLists.txt nuttx/fs: Reorganize the code for close, dup, et. al. 2025-06-12 18:12:42 +08:00
fs_chstat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_close.c nuttx/fs: Reorganize the code for close, dup, et. al. 2025-06-12 18:12:42 +08:00
fs_dir.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
fs_dup.c fs/vfs/fs_dup.c: before file_allocate should restore minfd if define FDCHECK 2025-05-15 16:51:40 -03:00
fs_dup2.c nuttx/fs: Reorganize the code for close, dup, et. al. 2025-06-12 18:12:42 +08:00
fs_dup3.c nuttx/fs: Reorganize the code for close, dup, et. al. 2025-06-12 18:12:42 +08:00
fs_epoll.c fs/epoll: using filep with reference counting instead of file descriptors 2025-05-26 18:49:45 +08:00
fs_eventfd.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fchstat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fcntl.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fstat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fstatfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fsync.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_ioctl.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_link.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_lock.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_lseek.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_mkdir.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_open.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_poll.c fs/poll: remove poll_fdsetup 2025-05-26 18:49:45 +08:00
fs_pread.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_pseudofile.c fs/pseudofs: Add missing bumping of inode refcount 2025-06-12 18:12:42 +08:00
fs_pwrite.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_read.c fs/vfs: check buffer count and pointer for iovec 2025-06-10 09:58:25 +08:00
fs_readlink.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_rename.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_rmdir.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_select.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_sendfile.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_signalfd.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_stat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_statfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_symlink.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
fs_syncfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_timerfd.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_truncate.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_uio.c fs/uio: do not overwrite the return value 2025-01-22 16:45:46 +08:00
fs_unlink.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_write.c fs/vfs: check buffer count and pointer for iovec 2025-06-10 09:58:25 +08:00
Kconfig fs: add backtrace to where file opens 2024-06-24 23:53:59 +08:00
lock.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Make.defs nuttx/fs: Reorganize the code for close, dup, et. al. 2025-06-12 18:12:42 +08:00