Commit History

Author SHA1 Message Date
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 years ago
  patacongo f00569816f Fix a few errors concerning use of section block comments in .c files: (#95) 4 years ago
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 years ago
  Juha Niskanen ebc6f51641 Fix some typos 5 years ago
  Gregory Nutt be3dd0bac6 fs/: Fix various coding standard issues found while testing tools/nxstyle.c 5 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 years ago
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 494387b33b Make sure that there is one space after for 10 years ago
  Gregory Nutt 303cc1902b Make sure that there is one space between if and condition 10 years ago
  Gregory Nutt 2318531d93 Condition out most of the recent NXFFS changes for NAND. NXFFS will never be able to support NAND 11 years ago
  Gregory Nutt 7fad495e1d Cosmetic changes to debug output 11 years ago
  Gregory Nutt b3d3f59363 NXFFS: more NAND-Releated changes; don't fail if a block read fails. That might just be a NAND uncorrectable bit error. Make scanning of the device on startup optional. This might have introduced some NXFFS issure -- To be determined 11 years ago
  Gregory Nutt 5c1f0946c2 NXFFS: First of many changes for NAND. NAND reports read errors on ECC failures. NXFFS can't just give up in these cases and must treat read failures like bad blocks 11 years ago
  Gregory Nutt 0d02d854ed Cleanup some compilation warnings in NXFFS 11 years ago
  Gregory Nutt bc46b447dc Fix all occurrences of "the the" in documentation and comments 11 years ago
  patacongo 284fb22fee Fix another NXFFS write-when-flash-is-full problem 13 years ago
  patacongo ae91fa0be3 Yet another re-implementation of the NXFFS bug fix 13 years ago
  patacongo 9a71271f07 Minor improvement to fix of last checkin 13 years ago
  patacongo 47233f1b3c Add some missing error handling to NXFFS 13 years ago
  patacongo 0f1bdb6ab2 Fix NXFFS positioning bug 13 years ago
  patacongo 97da40cebb Finish logic to update open writer after packing 13 years ago
  patacongo 71bd9ca54e All open file must be adjusted when the filesystem is packed 13 years ago
  patacongo 4aa6da9344 NXFFS is basically functional -- more testing needed 13 years ago
  patacongo 8865c298c6 Fix two more NXFFS bugs 13 years ago
  patacongo d6812a0f9f Minor NXFFS fixes 13 years ago
  patacongo 9721078fdd More NXFFS bugfixes 13 years ago
  patacongo 9bf97a2cd3 More NXFFS bugfixes 13 years ago