提交歷史

作者 SHA1 備註 提交日期
  Christopher Haster 63ab1ffb65 Merge pull request #1068 from littlefs-project/fix-dir-remove-read 9 月之前
  Christopher Haster caba4f31df Fixed dir iteration being broken by concurrent removes 10 月之前
  Amilcar Ubiera 152d03043c Fix for "unsafe use of type bool" warning when compiling with MSVC. 11 月之前
  Christopher Haster 366100b140 Fixed incorrect cache reuse when seeking from end-of-block 1 年之前
  Dong Wang 469c863c18 Assert on NULL IO function 1 年之前
  Christopher Haster 2fcecc8894 Merge pull request #1046 from littlefs-project/fix-trailing-slashes 1 年之前
  Christopher Haster 83fe41b605 Merge pull request #1031 from littlefs-project/fix-enospc-issues 1 年之前
  Christopher Haster d7a911923b Merge pull request #1027 from littlefs-project/fix-seek-overflow-ub 1 年之前
  Christopher Haster 2ba4280a5e Merge pull request #997 from littlefs-project/fix-trace-format-again 1 年之前
  Christopher Haster 999ef6656f paths: Changed CREAT with a trailing slash to return NOTDIR 1 年之前
  Christopher Haster 80ca1ea300 paths: Reject empty paths 1 年之前
  Christopher Haster 815f0d85a5 paths: Fixed dots followed by dotdots 1 年之前
  Christopher Haster dc92dec6d3 paths: Reject dotdots above root 1 年之前
  Christopher Haster a6035071be paths: Fixed/doc trailing slash/dot POSIX incompatibilities 1 年之前
  Christopher Haster ea431bd6ae Added some checks that metadata_max makes sense 1 年之前
  Christopher Haster 2d62d2f4c9 Fixed metadata_max==prog_size commit->end calculation 1 年之前
  wdfk-prog a2c2e49e6b Write the detect cycles function as a function to optimize code 1 年之前
  Christopher Haster abaec45652 Fixed seek undefined behavior on signed integer overflow 1 年之前
  Christopher Haster ac207586ba Fixed some more LFS_TRACE format specifiers 1 年之前
  Christopher Haster 6e52140d51 Merge pull request #959 from littlefs-project/fix-expanded-magic 1 年之前
  Brian Pugh 749a45650f Fix DivideByZero exception when filesystem is completely full. 1 年之前
  Christopher Haster 11b036cc6c Prevented unnecessary superblock rewrites if old version in superblock chain 1 年之前
  Christopher Haster a60a986c9c Duplicate the superblock entry during superblock expansion 1 年之前
  Christopher Haster 4dd30c1b8f Merge pull request #948 from littlefs-project/fix-sync-ordering 1 年之前
  Christopher Haster 6352185949 Fixed sync issue where data writes could appear before metadata writes 1 年之前
  Christopher Haster ddbfcaa722 Fixed synthetic move underflows in lfs_dir_get 1 年之前
  Christopher Haster a70870c628 Renamed internal functions _raw* -> _*_ 2 年之前
  Christopher Haster ceb17a0f4a Merge pull request #917 from tomscii/fix_return_value_of_lfs_rename 1 年之前
  Christopher Haster 8b8fd14187 Added inline_max, to optionally limit the size of inlined files 2 年之前
  Christopher Haster 09972a1710 Merge pull request #913 from littlefs-project/gc-compactions 1 年之前