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.h
AgeCommit message (Expand)Author
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-18Added allocation randomization for dynamic wear-levelingChristopher Haster
2018-10-18Added building blocks for dynamic wear-levelingChristopher 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-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-16Changed LFS_ERR_CORRUPT to match EILSEQ instead of EBADEChristopher Haster
2018-10-16Updated custom attribute documentation and tweaked nonexistant attributesChristopher 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-16Added orphan bit to xored-globalsChristopher 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 the orphan test to handle logging metadata-pairsChristopher Haster
2018-10-16Added support for custom attributes leveraging the new metadata loggingChristopher Haster
2018-10-16Refactored the updates of in-flight files/dirsChristopher 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-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-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-14Added the internal meta-directory structureChristopher Haster
2018-10-14Renamed lfs_entry_t -> lfs_mattr_tChristopher 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-13Reorganized the internal operations to make more senseChristopher Haster
2018-10-13Completed transition of files with journalling metadataChristopher Haster
2018-10-13More progress integrating journalingChristopher Haster
2018-10-13Progressed integration of journaling metadata pairsChristopher Haster
2018-10-13Added rudimentary framework for journaling metadata pairsChristopher Haster
2018-10-10Added lfs_fs_size for finding a count of used blocksChristopher Haster
2018-10-10Added file-level and fs-level custom attribute APIsChristopher Haster
2018-10-10Added support for atomically committing custom attributesChristopher Haster
2018-10-10Added simple custom attributesChristopher Haster
2018-10-10Bumped versions, cleaned up some TODOs and missing commentsChristopher Haster
2018-10-10Expanded inline files up to a limit of 1023 bytesChristopher Haster
2018-10-10Added disk-backed limits on the name/attrs/inline sizesChristopher Haster