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-09-09build: Fix warnings about shift count width difference for 16 bit compilerSipke Vriend
2019-08-09Merge pull request #263 from rojer/wundefv2.1.1Christopher Haster
2019-08-09Merge pull request #257 from pabigot/pr/20190803aChristopher Haster
2019-08-09Merge pull request #253 from pabigot/pr/20190730aChristopher Haster
2019-08-09Changed CI to create release note for patchesChristopher Haster
2019-08-08Fix build with -WundefDeomid "rojer" Ryabkov
2019-08-04lfs: do not reposition seek pointer on truncatePeter A. Bigot
2019-08-03lfs: initialize file offs fieldPeter A. Bigot
2019-08-03lfs: use meaningful names for magic block identifiersPeter A. Bigot
2019-07-31lfs: correct alignment restriction on lookahead bufferPeter A. Bigot
2019-07-29Bump version to v2.1v2.1.0Christopher Haster
2019-07-29Fixed issue where lfs_migrate would relocate root and corrupt superblockChristopher Haster
2019-07-29Removed dependency on uninitialized value in lfs_file_t structChristopher Haster
2019-07-29Merge pull request #232 from ARMmbed/debug-improvementsChristopher Haster
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-29Merge pull request #233 from ARMmbed/discourage-no-wear-levelingChristopher Haster
2019-07-29Merge pull request #242 from ARMmbed/fix-2048-erase-sizeChristopher Haster
2019-07-29Fixed issue where inline files were not cleaned upChristopher Haster
2019-07-29Changed rdonly/wronly mistakes to assertChristopher Haster
2019-07-29Fixed overlapping memcpy in emubdChristopher Haster
2019-07-29Merge pull request #237 from Ar2rL/reverse_finalize_closeChristopher Haster
2019-07-29Fixed seek-related typos in lfs.hChristopher Haster
2019-07-29Fixed license header in lfs.cChristopher Haster
2019-07-29Merge pull request #239 from pabigot/pr/20190723aChristopher Haster
2019-07-29Merge pull request #227 from haneefmubarak/patch-1Christopher Haster
2019-07-29Changed FUSE branch to v2 (previously v2-alpha)Christopher Haster
2019-07-29Minor improvement to documentation over block_cyclesChristopher Haster
2019-07-27Switched to using hex for blocks and ids in debug outputChristopher Haster
2019-07-27Fixed issue where sed buffering (QUIET=1) caused Travis timeoutChristopher Haster
2019-07-27Added a better solution for large prog sizesChristopher Haster
2019-07-27Increased testing to include geometries that can't be fully testedChristopher Haster
2019-07-26Refactored a handful of things in testsChristopher Haster
2019-07-24Fixed workaround for erase sizes >1024 BChristopher Haster
2019-07-23lfs: correct documentation on lookahead-related valuesPeter A. Bigot
2019-07-21Set LFS_F_OPENED flag at places required by lfs internal logic.Ar2rL
2019-07-21Use LFS_F_OPENED flag to protect against use of not opened or closed file.Ar2rL
2019-07-21Add necessary flag to mark file as being opened.Ar2rL
2019-07-18Changed block_cycles disable from 0 to -1Christopher Haster
2019-07-17Minor improvements to testing frameworkChristopher Haster
2019-07-16Added asserts on positive return values from block device functionsChristopher Haster
2019-07-16Tweaked debug outputChristopher Haster
2019-07-16Added trace statements through LFS_YES_TRACEChristopher Haster
2019-07-12actually removed <dirent.h>Haneef Mubarak
2019-07-12removed <dirent.h> preventing compile on some archsHaneef Mubarak
2019-07-02Fixed 32-bit/64-bit Ubuntu multilib issue in Travisv2.0.5Christopher Haster
2019-07-01Fixed issues with reading and caching inline filesChristopher Haster
2019-07-01Fixed accidental truncate after seek on inline filesChristopher Haster
2019-07-01Added redundant compaction to lfs_format/lfs_migrateChristopher Haster
2019-07-01Fixed missing cache flush in lfs_migrateChristopher Haster
2019-07-01Merge pull request #201 from nickray/python2-markingsChristopher Haster