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
2018-10-16Merge remote-tracking branch 'origin/master' into v2-alphaChristopher Haster
2018-10-16Changed littlefs-fuse target for testing purposesChristopher Haster
2018-10-16Changed name of upper-limits from blah_size to blah_maxChristopher Haster
2018-10-16Changed LFS_ERR_CORRUPT to match EILSEQ instead of EBADEChristopher Haster
2018-10-16Updated custom attribute documentation and tweaked nonexistant attributesChristopher Haster
2018-10-16Added tests for global state stealingChristopher Haster
2018-10-16Cleaned up config optionsChristopher Haster
2018-10-16Introduced cache_size as alternative to hardware read/write sizesChristopher Haster
2018-10-16Simplified the internal xored-globals implementationChristopher Haster
2018-10-16Squished in-flight files/dirs into single listChristopher Haster
2018-10-16Cleaned up several TODOsChristopher Haster
2018-10-16Removed redundant lfs_scan in lfs_initChristopher Haster
2018-10-16Added back big-endian support again on the new metadata structuresChristopher Haster
2018-10-16Added orphan bit to xored-globalsChristopher Haster
2018-10-16Fixed ENOSPC issues with zero-granularity blocksChristopher Haster
2018-10-16Cleaned up config usage in file logicChristopher Haster
2018-10-16Removed the implicit lfs_t parameter to lfs_traverseChristopher 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-16Refactored the updates of in-flight files/dirsChristopher Haster
2018-10-16Fixed move handling when caught in a relocateChristopher Haster
2018-10-16Cleaned up commit logic and function organizationChristopher Haster
2018-10-16Cleaned up attributes and related logicChristopher Haster
2018-10-16Changed internal functions to return tags over pointersChristopher Haster
2018-10-16Renamed tag functions and macrosChristopher Haster
2018-10-16Restructured get/traverse functionsChristopher Haster
2018-10-16Modified results from find-like functions to use tagsChristopher Haster
2018-10-16Combined get functions into oneChristopher Haster
2018-10-16Integrated findscan into fetch as a built in side effectChristopher Haster
2018-10-16Consolidated find/parent scanning functionsChristopher Haster
2018-10-16Dropped "has id" bit encoding in favor of invalid idChristopher Haster
2018-10-16Restructured types to use a more flexible bit encodingChristopher Haster
2018-10-16Changed type info to be retrieved from name tag instead of struct tagChristopher Haster
2018-10-16Removed old move logic, now passing move testsChristopher 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-14Restructured tags to better support xored-globalsChristopher Haster
2018-10-14Introduced xored-globals logic to fix fundamental problem with movesChristopher Haster
2018-10-14Adopted EISDIR as internal error for root path as argumentChristopher Haster
2018-10-14Added the internal meta-directory structureChristopher Haster
2018-10-14Renamed lfs_entry_t -> lfs_mattr_tChristopher Haster
2018-10-14Trimmed old names and functions from the code baseChristopher 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