Commit History

Author SHA1 Message Date
  Xiang Xiao 7980673b59 fs/vfs: Add nx_seek function 4 years ago
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 years ago
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 years ago
  Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 885ab75045 drivers/lcd: Add support for creating display lists incrementally. 6 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 536e4d7fa6 fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 7 years ago
  Gregory Nutt 9043b9cb6a fs/vfs: file_seek() is an internal OS interface and should not errors via the errno 7 years ago
  Julien Lecoeur f26e83d0a1 Fix -Werror=implicit-fallthrough on gcc7 7 years ago
  Gregory Nutt 86b79b33cf Reserver the name 'err' for other purposes 8 years ago
  Gregory Nutt d914f3ceec Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 10 years ago
  Gregory Nutt ae90309b36 Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 10 years ago
  Gregory Nutt ff73be870e Move renaming files in fs/. to fs/vfs/. (Don't all belong there) 10 years ago