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
BranchCommit messageAuthorAge
assert-bool-castAdded an assert for truthy-preserving bool conversionsChristopher Haster14 months
assert-minimum-block-sizeAdded explicit assert for minimum block size of 128 bytesChristopher Haster13 months
auto-mountFixed handful of block_size-related bugs found by CIChristopher Haster17 months
big-endianAdded conversion to/from little-endian on diskChristopher Haster6 years
brent-cycle-detectionAdopted Brent's algorithm for cycle detectionChristopher Haster17 months
ci-release-notes-sponsorsAdded generations of contributors/sponsors in release notesChristopher Haster5 months
ci-revampEnabled overriding of LFS_ASSERT/TRACE/DEBUG/etcChristopher Haster3 years
ci-ubuntu-latestChanged CI to just run on ubuntu-latestChristopher Haster5 months
clang-lintFixed self-assign warnings discovered by clangChristopher Haster21 months
config-improvementsAdopted per-member static configurationsChristopher Haster3 years
config-improvements-mutExploring inlined mutable configurationChristopher Haster4 years
configurable-disk-versionAdded LFS_MULTIVERSION and testing of lfs2.0 to CIChristopher Haster11 months
convince-github-littlefs-is-cReclassify .toml files as .c files on GitHubChristopher Haster13 months
copyright-updateUpdate copyright noticeChristopher Haster2 years
crc-rework-2Added FCRC tags and an explanation of how FCRCs work to SPEC.mdChristopher Haster13 months
debug-allocAdded debug statement for block allocation scanChristopher Haster5 years
develBumped minor version to v2.9Christopher Haster4 months
dhara-metadataWIP Unknown progress, saving for referenceChristopher Haster17 months
dir-logWIP Fixed minor memory leakChristopher Haster6 years
dir-read-returns-noentChanged lfs_dir_read to return 0 on successChristopher Haster3 years
doc-link-littlefs2-rustTweaked wording of littlefs2-rust link in README.mdChristopher Haster13 months
easy-util-definesAdded LFS_CRC, easier override for lfs_crcChristopher Haster5 months
file-open-no-mallocAdded file config structure and lfs_file_opencfgChristopher Haster6 years
fix-alloc-evictionChanged lfs_dir_alloc to maximize block cycles for new metadata pairsChristopher Haster4 years
fix-alloc-reset-modulusFixed single unchecked bit during commit verificationChristopher Haster4 years
fix-assertFix assertShiven Gupta4 years
fix-boundary-truncatesMerge remote-tracking branch 'origin/devel' into fix-boundary-truncatesChristopher Haster13 months
fix-cache-overflowFixed buffer overflow due to mistaking prog_size for cache_sizeChristopher Haster5 years
fix-ci-release-no-versionFixed release script breaking if there is no previous versionChristopher Haster11 months
fix-conversion-warningFixed integer conversion warning from Code Composer StudioChristopher Haster10 months
fix-corrupt-readAdded handling for corrupt as initial state of blocksChristopher Haster6 years
fix-deorphan-repeatedlyFixed issue where lfs_fs_deorphan may run more than neededChristopher Haster13 months
fix-dir-rewind-relocateStop wear-leveling during migrationChristopher Haster5 years
fix-dir-seek-endMerge remote-tracking branch 'origin/devel' into fix-dir-seek-endChristopher Haster13 months
fix-fetchmatch-err-pathFixed lfs_dir_fetchmatch not propogating bd errors correctly in one caseChristopher Haster19 months
fix-file-uniqueness2Fixed issue where inlined files were not cleaned upChristopher Haster5 years
fix-inline-maxFixed limit of inline files based on LFS_ATTR_MAXChristopher Haster5 years
fix-lfs-migrate-ifdefFixed if vs ifdef condition on LFS_MIGRATEChristopher Haster5 years
fix-lookahead-doublecheck-trustFixed lookahead overflow and removed unbounded lookahead pointersChristopher Haster6 years
fix-max-null-testsFixed off-by-one null terminator in testsChristopher Haster5 years
fix-migrate-fixesFixed some issues in lfs_migrateChristopher Haster5 years
fix-multi-static-fileAdded error when opening multiple files with a statically allocated bufferChristopher Haster6 years
fix-name-ordering-length-diffFixed name ordering when names only differ in lengthChristopher Haster4 months
fix-null-fetchmatchFixed implicit change-of-sign warning in lfs_dir_fetchChristopher Haster5 years
fix-overwritten-fetchmatchFixed lfs_dir_fetchmatch not understanding overwritten tagsChristopher Haster5 years
fix-read-hintFixed read cache amount based on hint and offsetChristopher Haster5 years
fix-readme-descREADME: fix incorrect descriptionliaoweixiong5 years
fix-release-structsFixed struct sizes missing from generated release notesChristopher Haster5 months
fix-sanity-checkMoved sanity check in lfs_format after compactionChristopher Haster3 years
fix-superblock-expansion-threshIncrease threshold for superblock expansion from ~50% -> ~88% fullChristopher Haster5 months
fix-tell-read-mismatchStop wear-leveling during migrationChristopher Haster5 years
fix-trailing-dotsFixed issue with trailing dots in file pathsChristopher Haster6 years
fix-travis-fuse-migrate-versionFixed .travis.yml to use explicit branch names for migration testingChristopher Haster5 years
fix-truncate-pcacheFixed issue with writes following a truncateChristopher Haster5 years
fs-gcRenamed lfs_fs_findfreeblocks -> lfs_fs_gc, tweaked documentationChristopher Haster8 months
fs-growAdded lfs_fs_grow for growing the filesystem to a different block_countChristopher Haster9 months
fs-statRemoved fsinfo.block_usage for nowChristopher Haster11 months
gc-compactionsExtended lfs_fs_gc to compact metadata, compact_threshChristopher Haster4 months
gh-imagesCreated gh-images branch for storing imagesChristopher Haster5 years
inline-filesWIP added some commentsChristopher Haster6 years
inline-maxAdded inline_max, to optionally limit the size of inlined filesChristopher Haster4 months
lfs-util-improvementsA number of small QOL changes related to lfs_util.hChristopher Haster5 years
license-bsd-3Changed license to BSD-3-ClauseChristopher Haster6 years
license-noteMoved SPDX and license info into READMEChristopher Haster6 years
link-chan-fatfsAdded a link to ChaN's FatFS implementationChristopher Haster11 months
masterMerge pull request #929 from littlefs-project/develChristopher Haster4 months
mkconsistentAdded lfs_fs_mkconsistentChristopher Haster13 months
more-scriptsFixed Popen deadlock issue in test.pyChristopher Haster2 years
no-recursionRemoved recursion from lfs_dir_traverseChristopher Haster2 years
omit-isopen-on-no-assertMoved lfs_mdir_isopen behind LFS_NO_ASSERTChristopher Haster3 years
open-file-syncingIntroduced the LFS_O_SNAPSHOT flagChristopher Haster3 years
patch-release-improvementsChanged CI to create release note for patchesChristopher Haster5 years
rbydFixed file buffers falling out-of-date when bypassed during writesChristopher Haster5 months
rbyd-develMerge branch 'brent-cycle-detection' into rbyd-masterChristopher Haster17 months
readme-updateChanged release script to generate draftsChristopher Haster6 years
relaxed-lookaheadRelaxed alignment requirements for lfs_mallocChristopher Haster5 months
remove-sys-typesRemoved unnecessary sys/types.h includeChristopher Haster13 months
resizable-entriesWIP Fixed big-endian supportChristopher Haster6 years
rev-sum-stabilityAdded revision sum as tracking for filesystem stabilityChristopher Haster7 years
sanity-testFixed script issue with bash expansion inside makefile parameterChristopher Haster6 years
script-code-sizeAdded scripts/code_size.py, for more in-depth code-size reportingChristopher Haster3 years
script-fix-testpathsFixed incorrect documentation in test.pyChristopher Haster3 years
simple-versioningSimplified release process based on feedbackChristopher Haster6 years
test-and-bench-runnersAdded --gdb-pl to test.py for breaking on specific powerlossesChristopher Haster17 months
test-revampMerge branch 'master' into test-revampChristopher Haster4 years
test-revamp-aggressive-nondagWIP making good progress, found a solution for the cycle issueChristopher Haster4 years
test-revamp-ctz-fuzzAdded test_new.toml with failure found by AFLChristopher Haster4 years
test-revamp-lookahead-buffer-corruption(bugfix) adding line function to clear out all the global 'free' information ...Derek Thrasher4 years
test-revamp-nondagWIP one possible solution for non-DAG trees exploiting half-orphansChristopher Haster4 years
test-revamp-tempWIP CleanupChristopher Haster4 years
thread-safeAdded thread-safe build+size reporting to CIChristopher Haster4 years
tighter-mlist-assertsTighten bound on mlist isopen assertsChristopher Haster4 months
tim-nordell-nimbelink-permfixup for 5c87b6864Tim Nordell3 years
v1Added automatic version prefixing to releasesChristopher Haster5 years
v1-prefixGenerated v1 prefixesgeky bot5 years
v1-prefixedRenamed all prefixes to include the major versionChristopher Haster5 years
v2Merge pull request #929 from littlefs-project/develChristopher Haster4 months
v2-alphaArtificially limited number of file ids per metadata blockChristopher Haster5 years
v2-alpha-prefixedRenamed all prefixes to include the major versionChristopher Haster5 years
v2-alpha-with-b-treesWIP Stage 1 of B-trees with separate child slotsChristopher Haster6 years
v2-prefixGenerated v2 prefixesgeky-bot4 months
well-doneRenamed internal functions _raw* -> _*_Christopher Haster4 months
 
TagDownloadAuthorAge
v2.9.0commit f53a0cc961...Christopher Haster4 months
v2.8.2commit 3513ff1afc...Christopher Haster5 months
v2.8.1commit c733d9ec57...Christopher Haster7 months
v2.8.0commit f77214d1f0...Christopher Haster8 months
v2.7.1commit 130790fa91...Christopher Haster9 months
v2.7.0commit 611c9b20db...Christopher Haster11 months
v2.6.1commit 66f07563c3...Christopher Haster12 months
v2.6.0commit ec3ec86bcc...Christopher Haster13 months
v2.5.1commit 6a53d76e90...Christopher Haster19 months
v2.5.0commit 40dba4a556...Christopher Haster2 years
v2.4.2commit 9c7e232086...Christopher Haster2 years
v2.4.1commit ead50807f1...Christopher Haster3 years
v2.4.0commit 1863dc7883...Christopher Haster3 years
v2.3.0commit 1a59954ec6...Christopher Haster3 years
v2.2.1commit 4c9146ea53...Christopher Haster4 years
v2.2.0commit a049f1318e...Christopher Haster4 years
v2.1.4commit ce2c01f098...Christopher Haster5 years
v2.1.3commit 6b65737715...Christopher Haster5 years
v2.1.2commit fd204ac2fb...Christopher Haster5 years
v2.1.1commit 494dd6673d...Christopher Haster5 years
v2.1.0commit db054684a6...Christopher Haster5 years
v2.0.5commit abd90cb84c...Christopher Haster5 years
v2.0.4commit ef77195a64...Christopher Haster5 years
v2.0.3commit f35fb8c148...Christopher Haster5 years
v2.0.1commit 73ea008b74...Christopher Haster5 years
v2.0.2commit 780ef2fce4...Christopher Haster5 years
v2.0.0commit 0907ba7813...Christopher Haster5 years
v1.7.2commit 7e110b44c0...Christopher Haster5 years
v1.7.1commit d3a2cf48d4...Christopher Haster5 years
v2.0-alphacommit 8cca1b6a86...Christopher Haster5 years
v1.7.0commit ec4d8b68ad...Christopher Haster6 years
v1.6.2commit 0bb1f7af17...Christopher Haster6 years
v1.6.1commit cb62bf2188...Christopher Haster6 years
v1.6.0commit 510cd13df9...Christopher Haster6 years
v1.5commit 84adead98b...Christopher Haster6 years
v1.4commit f94d233deb...Christopher Haster6 years
v1.3commit c5e2b335d6...Christopher Haster6 years
v1.2commit 59ce49fa4b...Christopher Haster6 years
v1.1commit 2ad435ed63...Christopher Haster6 years
v1.0commit c2283a2753...Christopher Haster7 years