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/lfs.c
AgeCommit message (Expand)Author
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-17Added root entry and expanding superblocksChristopher Haster
2018-10-16Standardized naming for internal functionsChristopher 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-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