提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 7ec13a3b4f Fix a few typos and wrap some long lines. 5 年之前
  Gregory Nutt 9568600ab1 Squashed commit of the following: 7 年之前
  Gregory Nutt 42a0796615 Squashed commit of the following: 7 年之前
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 7 年之前
  Gregory Nutt 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 年之前
  Gregory Nutt d833144869 Soft Links: Fix several issues in initial testing 7 年之前
  Gregory Nutt 35d738d85f Soft links: Fix compile problems on first build with soft links enabled. 7 年之前
  Gregory Nutt bdc002fadc Finish implementation of soft links. 7 年之前
  Gregory Nutt 92305e400a Soft links: Initial, incompete implementation 7 年之前
  Gregory Nutt 8b5af8bf50 FS: Fix typo. Latent bug but innocuous in its current usage 7 年之前
  Gregory Nutt 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 年之前
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 年之前
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt 8293a5e773 Minor file system clean-up 9 年之前
  Gregory Nutt d2797bf482 Modify FS initialization logic to handle AIO container initialization. 10 年之前
  Gregory Nutt ae90309b36 Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 10 年之前
  Gregory Nutt a470a8cbd0 Move drive from fs/. to fs/driver/. 10 年之前
  Gregory Nutt 39ff9d626e Move inode and VFS utils from fs/. to fs/inode/. 10 年之前