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
2020-12-15Adopted per-member static configurationsconfig-improvementsChristopher Haster
2020-11-29Renamed cache_size -> buffer_sizeChristopher Haster
2020-11-29Changed bd callbacks to use "bd_" prefixChristopher Haster
2020-11-29Changed callbacks to take user-provided context directlyChristopher Haster
2020-11-29Rename config structs to cfg structsChristopher Haster
2020-11-29Exploring ideas for static configurationChristopher Haster
2020-11-29A number of small lfs_util.h QOL changesChristopher Haster
2020-03-30Bumped minor version to v2.2Christopher Haster
2020-01-27Added tests for power-cycled-relocations and fixed the bugs that fell outChristopher Haster
2019-07-29Bump version to v2.1v2.1.0Christopher Haster
2019-07-29Merge pull request #233 from ARMmbed/discourage-no-wear-levelingChristopher 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-29Minor improvement to documentation over block_cyclesChristopher Haster
2019-07-23lfs: correct documentation on lookahead-related valuesPeter A. Bigot
2019-07-21Add necessary flag to mark file as being opened.Ar2rL
2019-07-18Changed block_cycles disable from 0 to -1Christopher Haster
2019-04-13Merge pull request #151 from Krakonos/masterv2.0.1Christopher Haster
2019-04-10Added clarification on buffer alignment.Christopher Haster
2019-03-01Fixed documentation for return lfs_dir_read return value.Ladislav Láska
2019-02-28Added migration from littlefs v1Christopher Haster
2019-01-23Added support for RAM-independent reading of inline filesChristopher Haster
2019-01-14Changed custom attribute descriptors to used arraysChristopher Haster
2019-01-14Modified global state format to work with new tag formatChristopher Haster
2019-01-14Cleaned up tag encoding, now with clear chunk fieldChristopher Haster
2018-12-28Switched to traversal-based compact logicChristopher Haster
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
2018-10-20Added 2GiB file size limit and EFBIG reportingChristopher Haster
2018-10-20Fixed issue where a rename causes a split and pushes dir out of syncChristopher Haster
2018-10-18Fixed issue with creating files named "littlefs"Christopher Haster
2018-10-18Switched to strongly ordered directoriesChristopher Haster
2018-10-18Changed lookahead configuration unit to bytes instead of bitsChristopher Haster
2018-10-18Changed attr_max to be specific to custom attributesChristopher Haster
2018-10-18Edited tag structure to balance size vs id countChristopher Haster
2018-10-18Revisited xored-globals and related logicChristopher Haster
2018-10-18Combined superblock scan and fetch of xored-globals during mountChristopher Haster
2018-10-18Removed xored-globals from the mdir structChristopher Haster
2018-10-18Revisited some generic concepts, callbacks, and some reorganizationChristopher Haster
2018-10-18Added deletion to custom attributesChristopher Haster
2018-10-18Added support for deleting attributesChristopher Haster
2018-10-18Added support for entry insertionChristopher Haster
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