summaryrefslogtreecommitdiffstats
path: root/common/state/backend_bucket_circular.c
Commit message (Expand)AuthorAgeFilesLines
* state: Fix lseek error check in state_mtd_peb_write()Andrey Smirnov2019-03-111-4/+3
* state: Fix lseek error check in state_mtd_peb_read()Andrey Smirnov2019-03-111-4/+3
* common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+4
* common: state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-111-3/+3
* common: state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-111-16/+16
* common: state: fix compiler warnings about wrong type conversion in messagesUlrich Ölmann2019-02-111-7/+7
* state: backend_bucket_circular: remove unused variablesUlrich Ölmann2018-10-121-2/+0
* state: backend_bucket_circular: fix memory leakUlrich Ölmann2018-10-101-4/+7
* state: backend_bucket_circular: fix for non power of 2 writesizeLadislav Michl2018-09-261-2/+2
* common: state: Add property to protect existing dataDaniel Schultz2018-04-161-3/+5
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* Merge branch 'for-next/state'Lucas Stach2017-07-311-1/+1
|\
| * state: backend_bucket_circular: promote old state debug message to infoPhilipp Zabel2017-07-201-1/+1
* | state: backend_bucket_circular: fix old state readsPhilipp Zabel2017-07-201-1/+4
|/
* Merge branch 'for-next/misc'Sascha Hauer2017-05-051-1/+0
|\
| * state: backend_bucket_circular: drop unused free_pattern constantAntony Pavlov2017-05-031-1/+0
* | state: backend_bucket_circular: Do not leak memorySascha Hauer2017-04-191-2/+4
|/
* state: Remove -EUCLEAN check from userspace toolSascha Hauer2017-03-311-21/+0
* 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: backend circular: Fix wrong commentSascha Hauer2017-03-271-1/+1
* state: bucket_circular: -EUCLEAN means data could be readSascha Hauer2017-03-231-1/+1
* state: use packed attribute for on storage structsStefan Lengfeld2016-11-031-1/+1
* state: Refactor state frameworkMarkus Pargmann2016-07-081-0/+515