summaryrefslogtreecommitdiffstats
path: root/src/barebox-state/backend_bucket_circular.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add SPDX identifiers to files with GPL-2.0-only licenseRoland Hieber2023-07-311-0/+1
* state: backend_bucket_circular: mark block as bad if mtd_peb_torture() failedUlrich Ölmann2019-10-111-0/+2
* state: Fix lseek error check in state_mtd_peb_write()Ulrich Ölmann2019-10-111-4/+3
* state: Fix lseek error check in state_mtd_peb_read()Ulrich Ölmann2019-10-111-4/+3
* state: backend_bucket_circular: fix double free()Kim Christensen2019-09-231-1/+0
* state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-071-3/+3
* state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-071-16/+16
* backend_bucket_circular: remove unused variablesUlrich Ölmann2019-01-071-2/+0
* state: backend_bucket_circular: fix memory leakUlrich Ölmann2019-01-071-4/+7
* state: backend_bucket_circular: fix for non power of 2 writesizeUlrich Ölmann2019-01-071-2/+6
* state: Add property to protect existing dataUlrich Ölmann2019-01-071-3/+5
* state: remove checks for xzalloc() returning NULLUlrich Ölmann2019-01-071-2/+0
* state: backend_bucket_circular: promote old state debug message to infoUlrich Ölmann2019-01-071-1/+1
* state: backend_bucket_circular: fix old state readsUlrich Ölmann2019-01-071-1/+4
* state: backend_bucket_circular: drop unused free_pattern constantUlrich Ölmann2019-01-071-1/+0
* state: backend_bucket_circular: Do not leak memoryUlrich Ölmann2019-01-071-2/+4
* Fix compiler warnings about wrong type conversion in messages.Philipp Rosenberger2018-11-091-7/+7
* state: Remove -EUCLEAN check from userspace toolSascha Hauer2017-03-311-21/+1
* state: backend bucket circular: Explain metadataSascha Hauer2017-03-311-0/+5
* state: backend_circular: Set minumum writesize to 8Sascha Hauer2017-03-311-0/+3
* state: backend: Add some documentationSascha Hauer2017-03-311-1/+15
* state: Convert all bufs to void *Sascha Hauer2017-03-311-8/+8
* state: replace len_hint logicSascha Hauer2017-03-311-2/+2
* state: drop lazy_initSascha Hauer2017-03-311-9/+4
* state: backend_circular: Read whole PEBSascha Hauer2017-03-311-10/+8
* state: use packed attribute for on storage structsSascha Hauer2017-03-211-1/+1
* state: bucket_circular: -EUCLEAN means data could be readSascha Hauer2017-03-211-1/+1
* barebox-state: Fix commentSascha Hauer2017-01-161-1/+1
* Update barebox-stateMarkus Pargmann2016-07-051-91/+26
* barebox-state: Check ECC stats for circular bucketsMarkus Pargmann2016-06-021-3/+47
* barebox-state: Import updated state codeMarkus Pargmann2016-05-271-0/+536