Historique des commits

Auteur SHA1 Message Date
  Will c83d9cccfb lfs_fs_preporphans ret int for graceful LFS_ASSERT il y a 5 ans
  Christopher Haster 60ed936c33 Removed unnecessary truncate condition thanks to new seek optimization il y a 5 ans
  Christopher Haster 2719ac1ad3 Fixed lfs_file_truncate issue where internal state may not be flushed il y a 5 ans
  Themba Dube 9e117c8574 Use lfs_file_rawsize to calculate LFS_SEEK_END position il y a 5 ans
  Themba Dube 1ee2f0b057 Skip flushing file if lfs_file_rawseek() doesn't change position il y a 5 ans
  Christopher Haster 93b967fbcd Moved sanity check in lfs_format after compaction il y a 5 ans
  Will 4c0b4a60d4 Remove inline_files_max and lfs_t entry for metadata_max il y a 5 ans
  Will ed272b72f7 Add metadata_max and inline_file_max to config il y a 5 ans
  Christopher Haster c290cbe72f Moved lfs_mdir_isopen behind LFS_NO_ASSERT il y a 5 ans
  Christopher Haster 38c1ee4845 Added GitHub workflows to run tests il y a 5 ans
  Christopher Haster 5d9c15d513 Renamed internal lfs_*raw -> lfs_raw* functions il y a 5 ans
  Christopher Haster a56ddf27a2 Changed lfs_dir_alloc to maximize block cycles for new metadata pairs il y a 5 ans
  Christopher Haster 25db0b23d1 Fixed allocation-eviction issue when erase state is multiple of block_cycles+1 il y a 5 ans
  Christopher Haster 55e8bd28c8 Moved lfs_mlist_isopen checks into the API wrappers il y a 5 ans
  Noah Gorny 2874394a1c Deprecate LFS_F_OPENED and use lfs_mlist_isused instead il y a 5 ans
  Christopher Haster 7e7112809c Moved LFS_TRACE calls to API wrapper functions il y a 5 ans
  Christopher Haster a41dec7e10 Tweaked thread-safe implementation il y a 5 ans
  Bill Gesner 0953cfee0e make raw functions static. formatting tweaks il y a 5 ans
  Maxime Vincent 312e482513 Squash of LFS_READONLY cleanup il y a 5 ans
  Maxime Vincent 887a6d4237 Add LFS_READYONLY define, to allow smaller builds providing read-only mode il y a 5 ans
  Noah Gorny a9ed2f7b43 Add lfs_mlist_append/remove helper il y a 5 ans
  Noah Gorny 18d675e3b8 Use LFS_O_RDWR instead of magic number in lfs_file_* asserts il y a 5 ans
  Noah Gorny c29ed1080a Assert that file/dir struct is not reused in lfs_file_opencfg/lfs_dir_open il y a 5 ans
  WeiXiong Liao 3ec92acf18 lfs_bd_cmp() compares more bytes at one time il y a 5 ans
  Christopher Haster 0bc102527d Fixed single unchecked bit during commit verification il y a 5 ans
  Christopher Haster 6acef3ae4b Switched to CRC as seed collection function instead of xor il y a 5 ans
  Christopher Haster ace4c5c7e1 Removed unnecessary randomization of offsets in lfs_alloc_reset il y a 5 ans
  Christopher Haster 6d2e9433aa Fixed incorrect modulus in lfs_alloc_reset il y a 5 ans
  Deomid "rojer" Ryabkov 1b033e9ab6 Fix -Wmissing-field-initializers il y a 5 ans
  Christopher Haster 7257681f5d Merge branch 'master' into test-revamp il y a 5 ans