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
2020-12-22Moved sanity check in lfs_format after compactionfix-sanity-checkChristopher Haster
2020-12-06Renamed internal lfs_*raw -> lfs_raw* functionsChristopher Haster
2020-12-04Merge pull request #490 from littlefs-project/fix-alloc-evictionChristopher Haster
2020-12-04Moved lfs_mlist_isopen checks into the API wrappersChristopher Haster
2020-12-04Deprecate LFS_F_OPENED and use lfs_mlist_isused insteadNoah Gorny
2020-12-04Merge pull request #470 from renesas/SWFLEX-1517-littlefs-thread-safe-optionChristopher Haster
2020-12-04Moved LFS_TRACE calls to API wrapper functionsChristopher Haster
2020-12-04Tweaked thread-safe implementationChristopher Haster
2020-12-04make raw functions static. formatting tweaksBill Gesner
2020-12-04Squash of thread-safe PR cleanupBill Gesner
2020-12-04Merge pull request #480 from maximevince/masterChristopher Haster
2020-12-04Squash of LFS_READONLY cleanupMaxime Vincent
2020-12-04Merge pull request #443 from NoahGorny/add-already-opened-assertChristopher Haster
2020-12-04Add lfs_mlist_append/remove helperNoah Gorny
2020-12-04Merge pull request #395 from gmpy/improve-write-performanceChristopher Haster
2020-11-29Changed lfs_dir_alloc to maximize block cycles for new metadata pairsfix-alloc-evictionChristopher Haster
2020-11-23Fixed single unchecked bit during commit verificationfix-alloc-reset-modulusChristopher Haster
2020-11-22Fixed allocation-eviction issue when erase state is multiple of block_cycles+1Christopher Haster
2020-11-20Switched to CRC as seed collection function instead of xorChristopher Haster
2020-11-20Removed unnecessary randomization of offsets in lfs_alloc_resetChristopher Haster
2020-11-20Fixed incorrect modulus in lfs_alloc_resetChristopher Haster
2020-11-19Use LFS_O_RDWR instead of magic number in lfs_file_* assertsNoah Gorny
2020-11-19Assert that file/dir struct is not reused in lfs_file_opencfg/lfs_dir_openNoah Gorny
2020-10-28Add LFS_READYONLY define, to allow smaller builds providing read-only modeMaxime Vincent
2020-09-18add thread safe wrappersBill Gesner
2020-04-03Fix -Wmissing-field-initializersDeomid "rojer" Ryabkov
2020-04-01Merge branch 'master' into test-revamptest-revampChristopher Haster
2020-04-01Merge pull request #266 from FreddieChopin/revert-bypass-cacheChristopher Haster
2020-03-30Last minute tweaks to debug scriptsChristopher Haster
2020-03-29Minor cleanupDerek Thrasher
2020-03-29(chore) updates from PR, we decided not to move forward with changing v1 code...Derek Thrasher
2020-03-29(bugfix) adding line function to clear out all the global 'free' information ...Derek Thrasher
2020-03-20Added "evil" tests and detecion/recovery from bad pointers and infinite loopsChristopher Haster
2020-03-13lfs_bd_cmp() compares more bytes at one timeWeiXiong Liao
2020-02-24Change assert to runtime check.Chris Desjardins
2020-02-19Fixed minor things to get CI passing againChristopher Haster
2020-02-12Fixed typo in LFS_MKTAG_IF_ELSEChristopher Haster
2020-02-10Fixed CRC check when prog_size causes multiple CRCs per commitChristopher Haster
2020-02-09Cleaned up dependent fixes on branchChristopher Haster
2020-02-09Fixed lfs_fs_size doubling metadata-pairsChristopher Haster
2020-02-09Fixed broken wear-leveling when block_cycles = 2n-1Christopher Haster
2020-02-09Removed file outlining on ENOSPC in lfs_file_syncChristopher Haster
2020-02-09Added/fixed tests for noop writes (where bd error can't be trusted)Christopher Haster
2020-02-09Fixed more bugs, mostly related to ENOSPC on different geometriesChristopher Haster
2020-01-27Added tests for power-cycled-relocations and fixed the bugs that fell outChristopher Haster
2020-01-21Fixed issues with neighbor updates during movesChristopher Haster
2020-01-21Added/improved disk-reading debug scriptsChristopher Haster
2020-01-21Restructured block devices again for better test exploitationChristopher Haster
2019-12-02Fixed lfs_dir_fetchmatch not understanding overwritten tagsv2.1.4Christopher Haster
2019-12-02Fixed issue with superblock breaking lfs_dir_seekChristopher Haster