Commit History

Author SHA1 Message Date
  Xiang Xiao 280fe41306 fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab 3 years ago
  chao.an b89737395b vfs/epoll: add epoll_create1(2) implement 4 years ago
  spiriou a4a9eb2f5a fs/vfs: Add file descriptor based events support 4 years ago
  Gregory Nutt 2b532ae4a8 fs/: Remove support for CONFIG_FS_READABLE 4 years ago
  Gregory Nutt 7a871e2f29 fs/: Remove support for CONFIG_FS_WRITABLE 4 years ago
  lihaichen 87a5e4cd2d Addes the ARM mbed littlefs to NuttX 5 years ago
  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 years ago
  Xiang Xiao 70a0bf0849 Squashed commit of the following: 6 years ago
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 years ago
  Gregory Nutt 0478b5bce4 Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF. 6 years ago
  Gregory Nutt 6e9039bb08 Squashed commit of the following: 7 years ago
  Nickolay Semyonov (RPI) 620e2f4ce3 FS_AUTOMOUNTER should depend on SCHED_LPWORK 7 years ago
  Gregory Nutt 47ddfa346d Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 7 years ago
  Gregory Nutt 741a221fdb Soft link: make SOFTLINK configuration EXPERIMENTAL. There are still issues. 7 years ago
  Gregory Nutt 35d738d85f Soft links: Fix compile problems on first build with soft links enabled. 7 years ago
  Gregory Nutt 92305e400a Soft links: Initial, incompete implementation 7 years ago
  Gregory Nutt e27491f5be Move fs/drivers/fs_devsyslog.c to drivers/syslog/syslog_device.c 8 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  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 years ago
  Gregory Nutt a2a6c0b9a5 Improve some Kconfig help comments 8 years ago
  Gregory Nutt 60382e7dcf fs/Kconfig: Allow CONFIG_FS_WRITABLE to be manually selected 8 years ago
  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 years ago
  Gregory Nutt d359a5be13 TMPFS: Code complete, but not yet functional 9 years ago
  Gregory Nutt 342f5fe33d Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 9 years ago
  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 years ago
  Gregory Nutt cc679cc902 SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n 10 years ago
  Gregory Nutt e6c2a36bbe Add optional timestamp to syslog output. From pn_bouteville@yahoo.fr 10 years ago
  Gregory Nutt 4efb064169 Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask() 10 years ago
  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 years ago
  Gregory Nutt db3cdcf7cc Add a framework that may someday support shared memory objects in the VFS 10 years ago