Historique des commits

Auteur SHA1 Message Date
  Christopher Haster 36973d8fd5 Fixed missing cache flush in lfs_migrate il y a 6 ans
  Christopher Haster ef77195a64 Fixed limit of inline files based on LFS_ATTR_MAX il y a 6 ans
  Christopher Haster 12e464e9c3 Fixed issue with writes following a truncate il y a 6 ans
  Christopher Haster 9899c7fe48 Fixed read cache amount based on hint and offset il y a 6 ans
  Deomid "rojer" Ryabkov 2533a0f6d6 Make lfs1_crc static so it doesn't conflict with prefixed LFS1 code il y a 6 ans
  Christopher Haster 0a1f706ca2 Merge pull request #160 from FreddieChopin/no-cache-bypass il y a 6 ans
  Freddie Chopin fdd239fe21 Don't bypass cache in `lfs_cache_prog()` and `lfs_cache_read()` il y a 6 ans
  Christopher Haster 780ef2fce4 Fixed buffer overflow due to mistaking prog_size for cache_size il y a 6 ans
  Ajay Bhargav 905727b684 Fix: length more than LFS_FILE_MAX should return error il y a 6 ans
  Christopher Haster 48bd2bff82 Artificially limited number of file ids per metadata block il y a 6 ans
  Christopher Haster 651e14e796 Cleaned up a couple of warnings il y a 6 ans
  Christopher Haster 1ff6432298 Added clarification on buffer alignment. il y a 6 ans
  Christopher Haster c2c2ce6b97 Fixed issue with handling block device errors in lfs_file_sync il y a 6 ans
  Christopher Haster 0b76635f10 Added better handling of large program sizes (> 1024) il y a 6 ans
  Christopher Haster 9568f8ee2d Added v1->v2 migration into CI il y a 6 ans
  Christopher Haster 4ad09d6c4e Added migration from littlefs v1 il y a 6 ans
  Christopher Haster 7d8f8ced03 Enabled -Wextra il y a 6 ans
  Christopher Haster a0644794ca Fixed several small issues il y a 6 ans
  Christopher Haster 10dfc36f08 Fixed issue with long names causing unbounded recursion il y a 6 ans
  Christopher Haster 95c1a6339d Fixed corner case in block_cycles eviction logic il y a 6 ans
  Christopher Haster 8cca1b6a86 Fixed several small issues found during wider testing il y a 7 ans
  Christopher Haster 5fb8fa9f06 Fixed issue with global state updates being lost during relocates il y a 7 ans
  Christopher Haster 916b308558 Fixed excessive waste from overly large inline files il y a 7 ans
  Christopher Haster e1f9d2bc09 Added support for RAM-independent reading of inline files il y a 7 ans
  Christopher Haster 51b2c7e4b6 Changed custom attribute descriptors to used arrays il y a 7 ans
  Christopher Haster 66d751544d Modified global state format to work with new tag format il y a 7 ans
  Christopher Haster b989b4a89f Cleaned up tag encoding, now with clear chunk field il y a 7 ans
  Christopher Haster a548ce68c1 Switched to traversal-based compact logic il y a 7 ans
  Christopher Haster dc507a7b5f Changed required alignment of lookahead_size to 64 bits il y a 7 ans
  Christopher Haster 5b26c68ae2 Tweaked tag endianness to catch power-loss after <1 word is written il y a 7 ans