Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-27Stop wear-leveling during migrationfix-dir-rewind-relocateChristopher Haster
2019-11-26Fixed issue with directories falling out of date after block relocationChristopher Haster
2019-10-15Merge pull request #308 from roykuper13/readme-example-update-block-cyclesv2.1.3Christopher Haster
2019-10-15Merge pull request #294 from ARMmbed/fix-max-null-testsChristopher Haster
2019-10-15Merge pull request #299 from sipke/sipke/fix-types-for-16bit-machines-v2Christopher Haster
2019-10-13Update README example code in accordance to the block_cycles changeRoy Kupershmid
2019-10-01lfs_dir_*: Cast error return codes to int.Sipke Vriend
2019-10-01lfs_file_rewind: Cast error return codes to int.Sipke Vriend
2019-10-01lfs_stat: Cast error return codes to int.Sipke Vriend
2019-10-01lfs_file_truncate: ensure lfs_file_seek return code is lsf_soff_t and cast er...Sipke Vriend
2019-10-01lfs_remove: Cast tag/error return codes to int.Sipke Vriend
2019-10-01lfs_rename: Cast error return codes to int.Sipke Vriend
2019-10-01Adjust lfs_dir_find return code to ensure 32 bit value.Sipke Vriend
2019-09-23Fixed off-by-one null terminator in testsfix-max-null-testsChristopher Haster
2019-09-19Merge pull request #278 from roykuper13/validate-lfs-cfg-sizesv2.1.2Christopher Haster
2019-09-19Merge pull request #281 from patrick--/fix-lfs-embud-file-resource-leakChristopher Haster
2019-09-19Merge pull request #282 from runderwo/masterChristopher Haster
2019-09-19Merge pull request #286 from sipke/sipke/fix-warnings-shift-countChristopher Haster
2019-09-09build: Fix warnings about shift count width difference for 16 bit compilerSipke Vriend
2019-09-02Corrections for typos and grammarRyan Underwood
2019-09-01Fix for issue #260Patrick Servello
2019-08-31lfs: Validate lfs-cfg sizes before performing arithmetic logics with themRoy Kupershmid
2019-08-09Merge pull request #263 from rojer/wundefv2.1.1Christopher Haster
2019-08-09Merge pull request #257 from pabigot/pr/20190803aChristopher Haster
2019-08-09Merge pull request #253 from pabigot/pr/20190730aChristopher Haster
2019-08-09Changed CI to create release note for patchesChristopher Haster
2019-08-08Fix build with -WundefDeomid "rojer" Ryabkov
2019-08-04lfs: do not reposition seek pointer on truncatePeter A. Bigot
2019-08-03lfs: initialize file offs fieldPeter A. Bigot
2019-08-03lfs: use meaningful names for magic block identifiersPeter A. Bigot
2019-07-31lfs: correct alignment restriction on lookahead bufferPeter A. Bigot
2019-07-29Bump version to v2.1v2.1.0Christopher Haster
2019-07-29Fixed issue where lfs_migrate would relocate root and corrupt superblockChristopher Haster
2019-07-29Removed dependency on uninitialized value in lfs_file_t structChristopher Haster
2019-07-29Merge pull request #232 from ARMmbed/debug-improvementsChristopher Haster
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-29Merge pull request #233 from ARMmbed/discourage-no-wear-levelingChristopher Haster
2019-07-29Merge pull request #242 from ARMmbed/fix-2048-erase-sizeChristopher Haster
2019-07-29Fixed issue where inline files were not cleaned upChristopher Haster
2019-07-29Changed rdonly/wronly mistakes to assertChristopher Haster
2019-07-29Fixed overlapping memcpy in emubdChristopher Haster
2019-07-29Merge pull request #237 from Ar2rL/reverse_finalize_closeChristopher Haster
2019-07-29Fixed seek-related typos in lfs.hChristopher Haster
2019-07-29Fixed license header in lfs.cChristopher Haster
2019-07-29Merge pull request #239 from pabigot/pr/20190723aChristopher Haster
2019-07-29Merge pull request #227 from haneefmubarak/patch-1Christopher Haster
2019-07-29Changed FUSE branch to v2 (previously v2-alpha)Christopher Haster
2019-07-29Minor improvement to documentation over block_cyclesChristopher Haster
2019-07-27Switched to using hex for blocks and ids in debug outputChristopher Haster
2019-07-27Fixed issue where sed buffering (QUIET=1) caused Travis timeoutChristopher Haster