Commit History

Author SHA1 Message Date
  Christopher Haster 31e28fddb7 Merge pull request #237 from Ar2rL/reverse_finalize_close 6 years ago
  Christopher Haster 3806d88285 Fixed seek-related typos in lfs.h 6 years ago
  Peter A. Bigot eb013e6dd6 lfs: correct documentation on lookahead-related values 6 years ago
  Ar2rL df2e676562 Add necessary flag to mark file as being opened. 6 years ago
  Christopher Haster 73ea008b74 Merge pull request #151 from Krakonos/master 6 years ago
  Christopher Haster 1ff6432298 Added clarification on buffer alignment. 6 years ago
  Ladislav Láska 26d25608b6 Fixed documentation for return lfs_dir_read return value. 6 years ago
  Christopher Haster 4ad09d6c4e Added migration from littlefs v1 6 years ago
  Christopher Haster e1f9d2bc09 Added support for RAM-independent reading of inline files 7 years ago
  Christopher Haster 51b2c7e4b6 Changed custom attribute descriptors to used arrays 7 years ago
  Christopher Haster 66d751544d Modified global state format to work with new tag format 7 years ago
  Christopher Haster b989b4a89f Cleaned up tag encoding, now with clear chunk field 7 years ago
  Christopher Haster a548ce68c1 Switched to traversal-based compact logic 7 years ago
  Christopher Haster c8a39c4b23 Merge remote-tracking branch 'origin/master' into v2-rebase-part2 7 years ago
  Christopher Haster 195075819e Added 2GiB file size limit and EFBIG reporting 7 years ago
  Christopher Haster 97d8d5e96a Fixed issue where a rename causes a split and pushes dir out of sync 7 years ago
  Christopher Haster 97a7191814 Fixed issue with creating files named "littlefs" 7 years ago
  Christopher Haster aeca7667b3 Switched to strongly ordered directories 7 years ago
  Christopher Haster 7af8b81b81 Changed lookahead configuration unit to bytes instead of bits 7 years ago
  Christopher Haster ad96fca18f Changed attr_max to be specific to custom attributes 7 years ago
  Christopher Haster d7e4abad0b Edited tag structure to balance size vs id count 7 years ago
  Christopher Haster 29b881017d Revisited xored-globals and related logic 7 years ago
  Christopher Haster cf87ba5375 Combined superblock scan and fetch of xored-globals during mount 7 years ago
  Christopher Haster 7bacf9b1e0 Removed xored-globals from the mdir struct 7 years ago
  Christopher Haster 5eeeb9d6ac Revisited some generic concepts, callbacks, and some reorganization 7 years ago
  Christopher Haster 617dd87621 Added deletion to custom attributes 7 years ago
  Christopher Haster c67a41af7a Added support for deleting attributes 7 years ago
  Christopher Haster 6046d85e6e Added support for entry insertion 7 years ago
  Christopher Haster d5e800575d Collapsed recursive deorphans into a single pass 7 years ago
  Christopher Haster 21217d75ad Dropped lfs_fs_getattr for the more implicit lfs_getattr("/") 7 years ago