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-04-12Fixed .travis.yml to use explicit branch names for migration testingfix-travis-fuse-migrate-versionChristopher Haster
2019-04-11Merge pull request #85 from ARMmbed/v2-alphav2.0.0Christopher Haster
2019-04-10Artificially limited number of file ids per metadata blockv2-alphaChristopher Haster
2019-04-10Cleaned up a couple of warningsChristopher Haster
2019-04-10Added clarification on buffer alignment.Christopher Haster
2019-04-10Fixed issue with handling block device errors in lfs_file_syncChristopher Haster
2019-04-10Added better handling of large program sizes (> 1024)Christopher Haster
2019-04-08Merge remote-tracking branch 'origin/master' into v2-alphaChristopher Haster
2019-04-08Added automatic version prefixing to releasesv1.7.2v1Christopher Haster
2019-04-08Added scripts/prefix.py for automatically prefixing version numbersChristopher Haster
2019-04-02Added v1->v2 migration into CIChristopher Haster
2019-04-01Updated DESIGN.md to reflect v2 changesChristopher Haster
2019-02-28Added migration from littlefs v1Christopher Haster
2019-02-27Enabled -WextraChristopher Haster
2019-02-12Fixed several small issuesChristopher Haster
2019-02-11Updated SPEC.md to reflect v2 changesChristopher Haster
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-29Merge pull request #135 from johnlunney/patch-1v1.7.1Christopher Haster
2019-01-26Add missing word (and reflow text)johnl
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