- adad0fb Merge pull request #1140 from tjko/littlefs-toy by Christopher Haster · 3 months ago upstream/devel upstream/master upstream/v2 v2.11.2
- ed12705 Merge pull request #1137 from dschendt/dschendt-fix-dir-count by Christopher Haster · 3 months ago
- ec26996 Merge pull request #1134 from elupus/patch-2 by Christopher Haster · 3 months ago
- 17ab6e9 Merge pull request #1133 from elupus/patch-1 by Christopher Haster · 3 months ago
- 4cd2bfc Fixed inverted dir->count check logic by Christopher Haster · 3 months ago
- f24ff9f Moved dir->count check before commit, limited to < 0xff by Christopher Haster · 3 months ago
- f5b2226 Add littlefs-toy to the related projects section. by Timo Kokkonen · 4 months ago
- 172a186 compact when dir count hits 0x3ff by David · 4 months ago
- 8b75de7 fix: add missing return causing uninitialized reads by Joakim Plate · 5 months ago
- 11cecd0 fix: also assert inside lfs_bd_read by Joakim Plate · 5 months ago
- 8c7b6b2 fix: false uninitialized read warning by Joakim Plate · 5 months ago
- 8e251dd Merge pull request #1110 from Ryan-CW-Code/perf_gc by Christopher Haster · 6 months ago v2.11.1
- 25b9a4a Merge pull request #1109 from Ryan-CW-Code/never_read by Christopher Haster · 6 months ago
- 2acf939 Merge pull request #1106 from littlefs-project/fix-make-build-dep by Christopher Haster · 6 months ago
- d5a86fd style: format code, limit to 80 columns. by ryancw · 7 months ago
- 2349ac8 perf: gc might try to populate the lookahead buffer each time by ryancw · 7 months ago
- 0755b00 refactor: value stored to 'diff' is never read by ryancw · 7 months ago
- 8365bbb make: Added missing BUILD_DEP include by Christopher Haster · 8 months ago upstream/fix-make-build-dep
- 16ceb67 Merge pull request #1103 from littlefs-project/devel by Christopher Haster · 8 months ago v2.11.0
- 8434536 Bumped minor version to v2.11 by Christopher Haster · 8 months ago
- 523319b Merge pull request #1104 from DvdGiessen/os-rename-between-filesystems by Christopher Haster · 8 months ago
- ba250a3 use shutil.move instead of os.rename to move file by Daniël van de Giessen · 8 months ago
- 8c458fa Merge pull request #1094 from sosthene-nitrokey/shrink-fs by Christopher Haster · 8 months ago
- 3149201 Merge pull request #1091 from yamt/mach-o by Christopher Haster · 8 months ago
- 6a43f3c Merge pull request #1090 from yamt/clang by Christopher Haster · 8 months ago
- d73fb8e Merge pull request #1099 from littlefs-project/fix-remove-double-deorphan by Christopher Haster · 8 months ago
- c1bf7ce Merge pull request #1100 from selimkeles/fix/bitshift_overflow by Christopher Haster · 8 months ago
- b26bf34 Merge pull request #1095 from DvdGiessen/lfs_crc by Christopher Haster · 8 months ago
- 0115cf6 gha: Dropped explicit CFLAGS from clang testing in CI by Christopher Haster · 8 months ago
- bff4dfd Added NO_GCC to allow users to explicitly disable GCC-specific flags by Christopher Haster · 8 months ago
- edaaaf8 Apply review comments by Sosthène Guédon · 8 months ago
- 7d79423 Rename SHRINKIFCHEAP to SHRINKNONRELOCATING by Sosthène Guédon · 8 months ago
- 7782d3d Mention that shrinking is unlikely to work by Sosthène Guédon · 8 months ago
- f4a1bb3 fix: added uint32_t cast to the bitshift places by selim.keles · 8 months ago
- 9b8f802 fixup! Add support for shrinking a filesystem by Sosthène Guédon · 8 months ago
- a3d6bec Fixed a double deorphan caused by relocation mid dir remove by Christopher Haster · 8 months ago upstream/fix-remove-double-deorphan
- 0634d13 tests: Added non-reentrant variants of orphan/relocation tests by Christopher Haster · 8 months ago
- 2105e50 Add support for shrinking a filesystem by Sosthène Guédon · 9 months ago
- b823728 lfs_crc should be static if LFS_CRC is defined by Daniël van de Giessen · 9 months ago
- 0d861b7 adapt the linker sections usage to mach-o by YAMAMOTO Takashi · 9 months ago
- 26bee8a drop a few unsupported CFLAGS for clang by YAMAMOTO Takashi · 9 months ago
- 8ed63b2 Merge pull request #1084 from elupus/fix/packing by Christopher Haster · 10 months ago v2.10.2
- a666730 Merge pull request #1078 from BrianPugh/unit-test-readme by Christopher Haster · 10 months ago
- 47e738b Merge pull request #1071 from RocLoong/patch-1 by Christopher Haster · 10 months ago
- 81b0db0 Merge pull request #1070 from Noxet/filebd-wrong-cast by Christopher Haster · 10 months ago
- 63ab1ff Merge pull request #1068 from littlefs-project/fix-dir-remove-read by Christopher Haster · 10 months ago
- ca1081e Merge pull request #1065 from amubiera/fix-unsafe-use-of-bool by Christopher Haster · 10 months ago
- 76027f1 Merge pull request #1064 from tim-nordell-nimbelink/fix/script_syntax_warnings by Christopher Haster · 10 months ago
- 61a1b0b Tweaked lfs_gstate_iszero for terseness by Christopher Haster · 10 months ago
- ffafb9c fix: avoid assuming struct packing by Joakim Plate · 10 months ago
- 5281a20 README.md: Tweaked testing documentation by Christopher Haster · 10 months ago
- f555203 Add a little bit of documentation on how to run tests. by Brian Pugh · 10 months ago
- 936919d LFS_TRACE: Fixed sign mismatch in lfs_file_size by Rocloong · 11 months ago
- d2c3a47 gha: Added test-yes-trace build/test job to CI by Christopher Haster · 11 months ago
- 0320e7d Changed cast to correct type when trace is enabled for filebd by Jonathan Sönnerup · 11 months ago
- caba4f3 Fixed dir iteration being broken by concurrent removes by Christopher Haster · 11 months ago upstream/fix-dir-remove-read
- 152d030 Fix for "unsafe use of type bool" warning when compiling with MSVC. by Amilcar Ubiera · 11 months ago
- 8d01895 scripts: Fixed several SyntaxWarning for python test helpers by Tim Nordell · 12 months ago
- 0494ce7 Merge pull request #1058 from littlefs-project/fix-seek-eob-cache by Christopher Haster · 1 year ago v2.10.1
- 366100b Fixed incorrect cache reuse when seeking from end-of-block by Christopher Haster · 1 year ago upstream/fix-seek-eob-cache
- 630a0d8 Merge pull request #1050 from littlefs-project/devel by Christopher Haster · 1 year, 1 month ago v2.10.0
- 3d03864 Bumped minor version to v2.10 by Christopher Haster · 1 year, 1 month ago
- b8e4433 Merge pull request #1052 from wangdongustc/assert_null_sync by Christopher Haster · 1 year, 1 month ago
- dae656a Fix prettyasserts.py for pointer asserts by Dong Wang · 1 year, 1 month ago
- 469c863 Assert on NULL IO function by Dong Wang · 1 year, 1 month ago
- 215613e gha: Fixed x86-only statuses by Christopher Haster · 1 year, 1 month ago upstream/ci-fix-x86-only-statuses
- 2fcecc8 Merge pull request #1046 from littlefs-project/fix-trailing-slashes by Christopher Haster · 1 year, 1 month ago
- 78f9a5f Merge pull request #1038 from littlefs-project/link-ramcrc32bd-ramrsbd by Christopher Haster · 1 year, 1 month ago
- 83fe41b Merge pull request #1031 from littlefs-project/fix-enospc-issues by Christopher Haster · 1 year, 1 month ago
- d7a9119 Merge pull request #1027 from littlefs-project/fix-seek-overflow-ub by Christopher Haster · 1 year, 1 month ago
- 2ba4280 Merge pull request #997 from littlefs-project/fix-trace-format-again by Christopher Haster · 1 year, 1 month ago
- c961e1f Merge pull request #1004 from yamt/user-define-header by Christopher Haster · 1 year, 1 month ago
- bd01a4c Merge pull request #1013 from wdfk-prog/feature_2.9.3 by Christopher Haster · 1 year, 1 month ago
- 999ef66 paths: Changed CREAT with a trailing slash to return NOTDIR by Christopher Haster · 1 year, 1 month ago upstream/fix-trailing-slashes
- b735c8f paths: Added tests over NOENT + trailing slash/dot by Christopher Haster · 1 year, 1 month ago
- 3094705 paths: Extended tests to cover open with CREAT/EXCL by Christopher Haster · 1 year, 1 month ago
- 80ca1ea paths: Reject empty paths by Christopher Haster · 1 year, 1 month ago
- 815f0d8 paths: Fixed dots followed by dotdots by Christopher Haster · 1 year, 1 month ago
- dc92dec paths: Reject dotdots above root by Christopher Haster · 1 year, 1 month ago
- a603507 paths: Fixed/doc trailing slash/dot POSIX incompatibilities by Christopher Haster · 1 year, 1 month ago
- 232e736 paths: Added trailing slashes and dots tests by Christopher Haster · 1 year, 1 month ago
- 0de0389 paths: Reworked test_paths to cover more corner cases by Christopher Haster · 1 year, 1 month ago
- 1407db9 Added links to ramcrc32bd and ramrsbd by Christopher Haster · 1 year, 2 months ago upstream/link-ramcrc32bd-ramrsbd
- ea431bd Added some checks that metadata_max makes sense by Christopher Haster · 1 year, 3 months ago upstream/fix-enospc-issues
- 2d62d2f Fixed metadata_max==prog_size commit->end calculation by Christopher Haster · 1 year, 3 months ago
- 1f82c0f Added some metadata_max testing by Christopher Haster · 1 year, 3 months ago
- a2c2e49 Write the detect cycles function as a function to optimize code by wdfk-prog · 1 year, 3 months ago
- abaec45 Fixed seek undefined behavior on signed integer overflow by Christopher Haster · 1 year, 3 months ago upstream/fix-seek-overflow-ub
- f1c430e Added some tests around seek integer overflow/underflow by Christopher Haster · 1 year, 3 months ago
- 4a845be Rename LFS_USER_DEFINES to LFS_DEFINES by YAMAMOTO Takashi · 1 year, 3 months ago
- e1636d0 Add an alternative way to override LFS_MALLOC etc by YAMAMOTO Takashi · 1 year, 3 months ago
- b78afe2 Merge pull request #1026 from yamt/update-gh-actions by Christopher Haster · 1 year, 3 months ago
- 798073c gha: Dropped minor/patch version pinning of actions by Christopher Haster · 1 year, 3 months ago
- 7db9e16 gha: Switched to standard da for cross-workflow downloads by Christopher Haster · 1 year, 3 months ago
- 2c4b262 gha: Merge artifacts on download by Christopher Haster · 1 year, 3 months ago
- 72a4b57 gha: Make the artifact names unique by YAMAMOTO Takashi · 1 year, 3 months ago
- 6e72698 gha: Update github actions to the latest versions by YAMAMOTO Takashi · 1 year, 3 months ago
- ac20758 Fixed some more LFS_TRACE format specifiers by Christopher Haster · 1 year, 6 months ago upstream/fix-trace-format-again
- d01280e Merge pull request #968 from littlefs-project/link-pico-littlefs-usb by Christopher Haster · 1 year, 8 months ago v2.9.3
- 6e52140 Merge pull request #959 from littlefs-project/fix-expanded-magic by Christopher Haster · 1 year, 8 months ago