提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt b39d962021 Soft links: Update Documentation, rename file, add system calls 7 年之前
  Gregory Nutt e523c93391 Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness. 8 年之前
  Ken Pettit c0b9dcf8a9 fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit 9 年之前
  Gregory Nutt d359a5be13 TMPFS: Code complete, but not yet functional 9 年之前
  Gregory Nutt 1d370178fb Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 9 年之前
  Gregory Nutt 5815201cc2 Move syslog back to libc/syslog from fs/syslog 10 年之前
  Gregory Nutt ec57ab6391 Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog 10 年之前
  Gregory Nutt d2797bf482 Modify FS initialization logic to handle AIO container initialization. 10 年之前
  Gregory Nutt f73a18ae39 Move all file operations from libc/aio to fs/aio. These will need to be kernel routines in order to handler issues with using file descriptors on worker thread 10 年之前
  Gregory Nutt db3cdcf7cc Add a framework that may someday support shared memory objects in the VFS 10 年之前
  Gregory Nutt d5dd9842dc Add build support for messages queues as part of the VFS (only build logic, no C files yet) 10 年之前
  Gregory Nutt 30694f064c Add VFS-based sem_open() implementation 10 年之前
  Gregory Nutt ff73be870e Move renaming files in fs/. to fs/vfs/. (Don't all belong there) 10 年之前
  Gregory Nutt 36a88638a4 Move mount-related files from fs/. to fs/mount/. 10 年之前
  Gregory Nutt 349c44ded5 Move directory operations from fs/ to fs/dirent 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 年之前
  Gregory Nutt 8e506be4dd Add support for an automounter that will automatically mount and unmount a file system a media is inserted and removed 10 年之前
  Gregory Nutt bebb5d8c4d unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem 10 年之前
  Gregory Nutt d000752cf5 Need to build fs_rename.c even if mountpoints are disabled 10 年之前
  Gregory Nutt c55ac71603 Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 10 年之前
  Gregory Nutt 834ee93cae mkdir can now be used to create empty directories in the pseudo-filesystem. 10 年之前
  Gregory Nutt 5bae65fa6c rmdir now may be used to remove empty nodes from the pseudo-filesystem 10 年之前
  Gregory Nutt 6e7c9b93c6 fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future 11 年之前
  Gregory Nutt 41f0c86cad Optimized sendfile() from Max Holtzberg 11 年之前
  Gregory Nutt 7ed7749a40 Add Ken Pettit's SMART FS 11 年之前
  patacongo a1045c27e7 apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 11 年之前
  patacongo 469ec154c0 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 年之前
  patacongo 26c9112ad2 Most of the changes needed to support Windows native clean; distclean is has a problem 12 年之前
  patacongo f751d36eee Move some (hopefully) un-necessary quotes in Makefiles for Mike 12 年之前