Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 年之前
..
Make.defs a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 年之前
fs_fileclose.c 94f26c0220 fs/inode/fs_fileclose.c: Move file_close() a separate file. It no longer makes since for it to cohabitate with file_detach(). 6 年之前
fs_filedetach.c a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 年之前
fs_fileopen.c a7fd58c4db Squashed commit of the following: 6 年之前
fs_files.c 9568600ab1 Squashed commit of the following: 7 年之前
fs_foreachinode.c 3f731241cb 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. 8 年之前
fs_inode.c 7ec13a3b4f Fix a few typos and wrap some long lines. 5 年之前
fs_inodeaddref.c 9008308b64 Remove some block comments before empty code sections 8 年之前
fs_inodebasename.c 7be7579f59 Back out 522f95abe87d71c7025f2f358a8f350134e284b2: What was I thinking? 9 年之前
fs_inodefind.c 8f2c7198ed inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 7 年之前
fs_inodefree.c 7c59e05305 FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 7 年之前
fs_inoderelease.c 9008308b64 Remove some block comments before empty code sections 8 年之前
fs_inoderemove.c d9044058b5 There is a return path with node not set 7 年之前
fs_inodereserve.c 7ec13a3b4f Fix a few typos and wrap some long lines. 5 年之前
fs_inodesearch.c 7ec13a3b4f Fix a few typos and wrap some long lines. 5 年之前
inode.h 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前