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
2019-11-26Fixed 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
2018-10-18Added building blocks for dynamic wear-levelingChristopher Haster
2018-10-17Fixed testing issues introduced by expanding superblocksChristopher Haster
2018-10-17Added root entry and expanding superblocksChristopher Haster
2018-10-16Merge remote-tracking branch 'origin/master' into v2-alphaChristopher Haster
2018-10-16Changed name of upper-limits from blah_size to blah_maxChristopher Haster
2018-10-16Updated custom attribute documentation and tweaked nonexistant attributesChristopher Haster
2018-10-16Added tests for global state stealingChristopher Haster
2018-10-16Introduced cache_size as alternative to hardware read/write sizesChristopher Haster
2018-10-16Fixed ENOSPC issues with zero-granularity blocksChristopher Haster
2018-10-16Fixed test bugs around handling corruptionChristopher Haster
2018-10-16Fixed the orphan test to handle logging metadata-pairsChristopher Haster
2018-10-16Added support for custom attributes leveraging the new metadata loggingChristopher Haster
2018-10-16Pulled in fixes for additional path corner casesChristopher Haster
2018-10-16Dropped "has id" bit encoding in favor of invalid idChristopher Haster
2018-10-15Fixed bug where globals were poisoning move commitsChristopher Haster
2018-10-14Fixed issues with finding wrong ids after bad commitsChristopher Haster
2018-10-14Switched back to simple deorphan-step on directory removeChristopher Haster
2018-10-14Fixed issues discovered around testing movesChristopher Haster
2018-10-14Passing all of the basic functionality testsChristopher Haster