Commit History

Author SHA1 Message Date
  YAMAMOTO Takashi 710da6022d Fix comment typos 4 years ago
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 years ago
  Xiang Xiao af5e479fb5 fs/littlefs: VFS wrapper improvement: (1) Support block device interface, (2) support ioctl, stat and sync file operation, (3) support forceformat and autoformat option, (4) update file->f_pos and dir->fd_position, (5)remote the internal struct from dir, and (6) emove mtd byte read/write requirement. 5 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
  Gregory Nutt 22484386ee fs/cromfs and tools/gencromfs: Various fixes for traversal relative file paths. Biggest changes is in types used: Cannot use size_t or mode_t in common structures because they have different sizes on the (64-bit) host and the (32-bit) target. Use uint32_t instead of size_t for offsets. Use uint16_t instead of mode_t. 6 years ago
  Juha Niskanen 2d4ad03d2c include/nuttx/fs/dirent.h: Fix CROMFS-related compilation error. 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
  Gregory Nutt fe315f867a Costmetic 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 1e6ffe7677 TMPFS update 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 8ed9c24675 Fix a union file system bug 9 years ago
  Gregory Nutt b578c98fa9 Clean up and review of header files for conformance to standards 9 years ago
  Gregory Nutt 597493221e Union FS. Add logic to omit duplicates in file system 2 when doing directory listing 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 6e7c9b93c6 fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future 11 years ago
  Gregory Nutt 7ed7749a40 Add Ken Pettit's SMART FS 11 years ago
  patacongo a1045c27e7 apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 11 years ago
  patacongo a51cd50e88 I learned how to spell PSEUDO 12 years ago
  patacongo 456128f01f NFS update 12 years ago
  patacongo 1f50ae3af4 NFS update 12 years ago
  patacongo 7843317915 NFS client FS update 12 years ago
  patacongo 0b4b277a58 NFS client update 12 years ago
  patacongo d5dc27cd37 NFS update 12 years ago
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 12 years ago