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
path: root/tests
AgeCommit message (Expand)Author
2020-12-15Adopted per-member static configurationsconfig-improvementsChristopher Haster
2020-11-29Renamed cache_size -> buffer_sizeChristopher Haster
2020-11-29Changed callbacks to take user-provided context directlyChristopher Haster
2020-11-29Rename config structs to cfg structsChristopher Haster
2020-11-29Exploring ideas for static configurationChristopher Haster
2020-03-29Added 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-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-12Updated .travis.yml and added additional geometry constraintsChristopher 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-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
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-02Fixed issue with directories falling out of date after block relocationChristopher Haster
2019-09-23Fixed off-by-one null terminator in testsfix-max-null-testsChristopher Haster
2019-08-04lfs: do not reposition seek pointer on truncatePeter A. Bigot
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-27Increased testing to include geometries that can't be fully testedChristopher Haster
2019-07-26Refactored a handful of things in testsChristopher Haster
2019-07-17Minor improvements to testing frameworkChristopher Haster
2019-07-01Fixed issues with reading and caching inline filesChristopher Haster
2019-07-01Fixed accidental truncate after seek on inline filesChristopher Haster
2019-06-07Mark all Python 2 scripts as Python 2Nicolas Stalder
2019-05-24Fixed issue with writes following a truncateChristopher Haster
2019-02-12Fixed several small issuesChristopher Haster
2019-01-31Fixed issue with long names causing unbounded recursionChristopher Haster
2019-01-14Changed custom attribute descriptors to used arraysChristopher Haster
2019-01-14Cleaned up tag encoding, now with clear chunk fieldChristopher Haster
2018-10-23Tweaked tag endianness to catch power-loss after <1 word is writtenChristopher Haster
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
2018-10-20Fixed issue where a rename causes a split and pushes dir out of syncChristopher Haster
2018-10-18Fixed mkdir when inserting into a non-end blockChristopher Haster
2018-10-18Fixed issue with creating files named "littlefs"Christopher Haster
2018-10-18Switched to strongly ordered directoriesChristopher Haster
2018-10-18Changed lookahead configuration unit to bytes instead of bitsChristopher Haster
2018-10-18Edited tag structure to balance size vs id countChristopher Haster
2018-10-18Combined superblock scan and fetch of xored-globals during mountChristopher Haster
2018-10-18Added deletion to custom attributesChristopher Haster
2018-10-18Added support for entry insertionChristopher Haster
2018-10-18Modified valid bit to provide an early check on all tagsChristopher Haster
2018-10-18Changed unwritable superblock to ENOSPC for consistencyChristopher Haster
2018-10-18Fixed inline files when inline_max == cache_sizeChristopher Haster
2018-10-18Dropped lfs_fs_getattr for the more implicit lfs_getattr("/")Christopher Haster
2018-10-18Added allocation randomization for dynamic wear-levelingChristopher Haster