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
2020-03-25(bugfix) adding line function to clear out all the global 'free' information ...test-revamp-lookahead-buffer-corruptionDerek Thrasher
2020-03-25Added test case catching issues with errors during a lookahead scanChristopher Haster
2020-03-20Added "evil" tests and detecion/recovery from bad pointers and infinite loopsChristopher Haster
2020-02-24Change assert to runtime check.Chris Desjardins
2020-02-23Minor tweaks to debugging scripts, fixed explode_asserts.py off-by-1Christopher Haster
2020-02-23Renamed test_format -> test_superblocks, tweaked superblock testsChristopher Haster
2020-02-19Limited byte-level tests to native testing due to timeChristopher Haster
2020-02-19Fixed minor things to get CI passing againChristopher Haster
2020-02-19Restructured .travis.yml to span more jobsChristopher Haster
2020-02-12Fixed typo in LFS_MKTAG_IF_ELSEChristopher Haster
2020-02-12Added test.py support for tmpfs-backed disksChristopher Haster
2020-02-12Updated .travis.yml and added additional geometry constraintsChristopher Haster
2020-02-10Fixed CRC check when prog_size causes multiple CRCs per commitChristopher Haster
2020-02-09Cleaned up dependent fixes on branchChristopher Haster
2020-02-09Fixed lfs_fs_size doubling metadata-pairsChristopher Haster
2020-02-09Fixed broken wear-leveling when block_cycles = 2n-1Christopher Haster
2020-02-09Modified readmdir/readtree to make reading non-truncated data easierChristopher Haster
2020-02-09Removed file outlining on ENOSPC in lfs_file_syncChristopher Haster
2020-02-09Fixed tests/*.toml.* in .gitignoreChristopher Haster
2020-02-09Added/fixed tests for noop writes (where bd error can't be trusted)Christopher Haster
2020-02-09Fixed more bugs, mostly related to ENOSPC on different geometriesChristopher Haster
2020-01-27Cleaned up test script and directory namingChristopher Haster
2020-01-27Fixed a crazy consistency issue in test.pyChristopher Haster
2020-01-27Rewrote explode_asserts.py to be more efficientChristopher Haster
2020-01-27Added tests for power-cycled-relocations and fixed the bugs that fell outChristopher Haster
2020-01-21Fixed issues with neighbor updates during movesChristopher Haster
2020-01-21Added/improved disk-reading debug scriptsChristopher Haster
2020-01-21Restructured block devices again for better test exploitationChristopher Haster
2020-01-14Migrated bad-block testsChristopher Haster
2020-01-14Migrated the first of the tests with internal knowledgeChristopher Haster
2020-01-13Migrated the bulk of the feature-specific testsChristopher Haster
2020-01-12Migrated test_files, test_dirs, test_format suites to new frameworkChristopher Haster
2020-01-03Replaced emubd with rambd and filebdChristopher Haster
2019-12-31Added reentrant and gdb testing mechanisms to test frameworkChristopher Haster
2019-12-30Reworked permutation generation in test framework and cleanupChristopher Haster
2019-12-29Created initial implementation of revamped test.pyChristopher Haster
2019-12-02Fixed lfs_dir_fetchmatch not understanding overwritten tagsv2.1.4Christopher Haster
2019-12-02Fixed issue with superblock breaking lfs_dir_seekChristopher Haster
2019-12-02Merge pull request #338 from ARMmbed/fix-readme-descChristopher Haster
2019-12-02Merge pull request #337 from ARMmbed/fix-null-fetchmatchChristopher Haster
2019-12-02Merge pull request #334 from mon/bugfix/inttypesChristopher Haster
2019-12-02Fixed some issues in lfs_migrateChristopher Haster
2019-12-02Stop wear-leveling during migrationChristopher Haster
2019-12-02Fixed issue with directories falling out of date after block relocationChristopher Haster
2019-11-27Fixed implicit change-of-sign warning in lfs_dir_fetchfix-null-fetchmatchChristopher Haster
2019-11-26prepare upstream bugfix of lfsgrunwald-m
2019-11-22Fix some LFS_TRACE format specifiersWill
2019-11-15README: fix incorrect descriptionfix-readme-descliaoweixiong
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