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
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
2018-10-14Continued progress with reintroducing testing on the new metadata loggingChristopher Haster
2018-10-14More testing progress, combined dir/commit traversalChristopher Haster
2018-10-13Cleaned up enough things to pass basic file testingChristopher Haster
2018-10-10Added tests for resizable entries and custom attributesChristopher Haster
2018-10-10Changed how we write out superblock to use appendChristopher Haster
2018-10-10Fixed a handful of bugs as result of testingChristopher Haster
2018-10-10Better implementation of inline files, now with overflowingChristopher Haster
2018-10-10Shoehorned in hacky implementation of inline filesChristopher Haster
2018-07-02Fixed shadowed variable warningsDamien George
2018-04-22Fixed issue with trailing dots in file pathsfix-trailing-dotsChristopher Haster
2018-04-09Fixed issue with lookahead trusting old lookahead blocksChristopher Haster
2018-04-09Renamed test_parallel tests to test_interespersedChristopher Haster
2018-03-01Fixed issue updating dir struct when extended dir chainChristopher Haster
2018-03-01Fixed handling of root as target for create operationsChristopher Haster
2018-02-19Added cross-compile targets for testingChristopher Haster
2018-02-08Fix incorrect lookahead population before ackChristopher Haster
2018-02-04Fixed some minor error code differencesChristopher Haster
2018-02-04Fixed error check when truncating files to larger sizeChristopher Haster
2018-02-04Silenced more of aldot's warningsChristopher Haster
2018-02-04tests: Silence warnings in templateBernhard Reutner-Fischer
2018-01-30Moved -Werror flag to CI onlyChristopher Haster
2018-01-30Fixed self-assign warning in testsChristopher Haster
2018-01-30Added remove step in tests to force rebuildChristopher Haster
2018-01-21Added lfs_file_truncateChristopher Haster
2018-01-12Added error code LFS_ERR_NOTEMPTYChristopher Haster
2018-01-11Fixed file truncation without writesChristopher Haster
2018-01-04Fixed positive seek bounds checkingChristopher Haster