提交历史

作者 SHA1 备注 提交日期
  lihaichen 87a5e4cd2d Addes the ARM mbed littlefs to NuttX 5 年之前
  Gregory Nutt ec498d2660 This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone. 6 年之前
  Xiang Xiao 70a0bf0849 Squashed commit of the following: 6 年之前
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 年之前
  Gregory Nutt 0478b5bce4 Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF. 6 年之前
  Gregory Nutt 6e9039bb08 Squashed commit of the following: 7 年之前
  Nickolay Semyonov (RPI) 620e2f4ce3 FS_AUTOMOUNTER should depend on SCHED_LPWORK 7 年之前
  Gregory Nutt 47ddfa346d Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 7 年之前
  Gregory Nutt 741a221fdb Soft link: make SOFTLINK configuration EXPERIMENTAL. There are still issues. 7 年之前
  Gregory Nutt 35d738d85f Soft links: Fix compile problems on first build with soft links enabled. 7 年之前
  Gregory Nutt 92305e400a Soft links: Initial, incompete implementation 7 年之前
  Gregory Nutt e27491f5be Move fs/drivers/fs_devsyslog.c to drivers/syslog/syslog_device.c 8 年之前
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 年之前
  Gregory Nutt d5be40be5f Remove CONFIG_FS_READABLE/WRITABLE logic from tools/mkconfig.c. This logic has been replaced with proper logic in the Kconfig files, it is out of date and an ongoing maintenance problem, and it shoulw not be necessary. 8 年之前
  Gregory Nutt a2a6c0b9a5 Improve some Kconfig help comments 8 年之前
  Gregory Nutt 60382e7dcf fs/Kconfig: Allow CONFIG_FS_WRITABLE to be manually selected 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 342f5fe33d Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 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 cc679cc902 SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n 10 年之前
  Gregory Nutt e6c2a36bbe Add optional timestamp to syslog output. From pn_bouteville@yahoo.fr 10 年之前
  Gregory Nutt 4efb064169 Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask() 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 242b34cf46 Create a build structure that will (eventually) support using the VFS to manage named semaphores 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 d092f888fb Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case 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 f1671bb6a7 Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being) 11 年之前