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
2019-01-31Fixed issue with long names causing unbounded recursionChristopher Haster
2019-01-30Fixed corner case in block_cycles eviction logicChristopher Haster
2019-01-30Added scripts/prefix.py for automatically prefixing version numbersChristopher Haster
2019-01-23Fixed several small issues found during wider testingv2.0-alphaChristopher Haster
2019-01-23Fixed issue with global state updates being lost during relocatesChristopher Haster
2019-01-23Fixed excessive waste from overly large inline filesChristopher Haster
2019-01-23Added support for RAM-independent reading of inline filesChristopher Haster
2019-01-14Changed custom attribute descriptors to used arraysChristopher Haster
2019-01-14Modified global state format to work with new tag formatChristopher Haster
2019-01-14Cleaned up tag encoding, now with clear chunk fieldChristopher Haster
2018-12-28Switched to traversal-based compact logicChristopher Haster
2018-10-23Changed required alignment of lookahead_size to 64 bitsChristopher Haster
2018-10-23Tweaked tag endianness to catch power-loss after <1 word is writtenChristopher Haster
2018-10-21Fixed issues found by more aggressive rename testsChristopher Haster
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
2018-10-20Changed release script to generate draftsv1.7.0Christopher Haster
2018-10-20Added a handful of links to related projectsChristopher Haster
2018-10-20Added 2GiB file size limit and EFBIG reportingChristopher 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-18Changed attr_max to be specific to custom attributesChristopher Haster
2018-10-18Fixed issue with reads ignoring the pcacheChristopher Haster
2018-10-18Edited tag structure to balance size vs id countChristopher Haster
2018-10-18Fixed issue with splitting metadata-pairs in full filesystemChristopher Haster
2018-10-18Revisited xored-globals and related logicChristopher Haster
2018-10-18Combined superblock scan and fetch of xored-globals during mountChristopher Haster
2018-10-18Removed xored-globals from the mdir structChristopher Haster
2018-10-18Revisited some generic concepts, callbacks, and some reorganizationChristopher Haster
2018-10-18Added deletion to custom attributesChristopher Haster
2018-10-18Added support for deleting 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-18Modified lfs_dir_compact to avoid redundant erases during splitChristopher Haster
2018-10-18Revisited caching rules to optimize bus transactionsChristopher Haster
2018-10-18Changed unwritable superblock to ENOSPC for consistencyChristopher Haster
2018-10-18Fixed inline files when inline_max == cache_sizeChristopher Haster
2018-10-18Collapsed recursive deorphans into a single passChristopher Haster
2018-10-18Dropped lfs_fs_getattr for the more implicit lfs_getattr("/")Christopher Haster
2018-10-18Fixed minor memory leakChristopher Haster
2018-10-18Added allocation randomization for dynamic wear-levelingChristopher Haster
2018-10-18Added building blocks for dynamic wear-levelingChristopher Haster
2018-10-17Fixed issue with big-endian CTZ lists intertwined in commit logicChristopher Haster
2018-10-17Changed lfs_crc to match more common APIChristopher Haster
2018-10-17Fixed testing issues introduced by expanding superblocksChristopher Haster
2018-10-17Modified CTZ struct type to make space for erased files in the futureChristopher Haster
2018-10-17Added root entry and expanding superblocksChristopher Haster
2018-10-16Standardized naming for internal functionsChristopher Haster