summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | state: Allow to load without authentificationSascha Hauer2017-03-317-15/+41
| * | 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_raw: alloc digest only when neededSascha Hauer2017-03-311-53/+59
| * | crypto: digest: initialize earlierSascha Hauer2017-03-314-4/+4
| * | commands: state: allow loading state with -lSascha Hauer2017-03-311-4/+9
| * | commands: implement keystore commandSascha Hauer2017-03-313-0/+107
| * | keystore: implement forgetting secretsSascha Hauer2017-03-312-15/+42
| * | state: backend_storage: rename more variablesSascha Hauer2017-03-311-6/+6
| * | state: backend_storage: make locally used variable staticSascha Hauer2017-03-311-1/+1
| * | state: backend_storage: rewrite function docSascha Hauer2017-03-311-2/+2
| * | state: backend_storage: Rename variable desired_copies to desired_bucketsSascha Hauer2017-03-311-9/+9
| * | state: backend_storage: Rename variable nr_copies to n_bucketsSascha Hauer2017-03-311-12/+12
| * | state: backend_circular: rewrite function docSascha Hauer2017-03-311-5/+3
| * | state: backend_circular: default to circular storageSascha Hauer2017-03-312-9/+11
| * | state: backend: Add some documentationSascha Hauer2017-03-312-1/+37
| * | state: storage: direct: do not close file that is not openedSascha Hauer2017-03-311-1/+0
| * | state: backend_circular: remove unnecessary warningSascha Hauer2017-03-311-4/+1
| * | state: backend: Add more fields to struct state_backend_storageSascha Hauer2017-03-312-28/+26
| * | state: backend_bucket_direct: max_size is always givenSascha Hauer2017-03-311-1/+1
| * | state: bucket: Make output more informativeSascha Hauer2017-03-312-10/+18
| * | state: backend-direct: Fix max_sizeSascha Hauer2017-03-311-1/+1
| * | state: Drop cache bucketSascha Hauer2017-03-314-190/+71
| * | state: Convert all bufs to void *Sascha Hauer2017-03-318-35/+35
| * | state: replace len_hint logicSascha Hauer2017-03-316-17/+21
| * | state: simplify direct backendSascha Hauer2017-03-311-131/+14
| * | state: drop lazy_initSascha Hauer2017-03-314-60/+6
| * | state: backend_circular: Read whole PEBSascha Hauer2017-03-311-10/+8
| * | state: storage: initialize variable once outside loopSascha Hauer2017-03-311-4/+6
| * | state: pass struct state * to storage functionsSascha Hauer2017-03-313-7/+5
| * | state: remove unnecessary argument from state_format_initSascha Hauer2017-03-311-7/+6
| * | state: open code state_backend_init in callerSascha Hauer2017-03-311-57/+13
| * | state: merge backend.c into state.cSascha Hauer2017-03-314-190/+161
| * | state: Drop backend as extra struct typeSascha Hauer2017-03-313-59/+46
| * | state: backend: remove len_hint argument from state_storage_readSascha Hauer2017-03-313-7/+4
| * | state: backend: remove .get_packed_lenSascha Hauer2017-03-312-5/+0
| * | state: Use positive logicSascha Hauer2017-03-311-7/+7
| * | state: Make pointing to the backend using a phandle the only supported methodSascha Hauer2017-03-312-19/+29
* | | Merge branch 'for-next/ofpart'Sascha Hauer2017-04-0721-166/+360
|\| |
| * | of: of_path: add of_find_node_by_devpath()Sascha Hauer2017-03-312-0/+108
| * | of: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-313-1/+6
| * | of: partitions: flag partitions from a partition tableSascha Hauer2017-03-313-2/+9
| * | of: partition: only create partition node when partitions existSascha Hauer2017-03-311-1/+8
| * | fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-314-6/+8
| * | fs: devfs-core: remove unused codeSascha Hauer2017-03-311-68/+0
| * | of: partition: Make partition fixup independent from mtd devicesSascha Hauer2017-03-311-18/+27
| * | cdev: Collect partitions on listSascha Hauer2017-03-312-0/+9
| * | of: partition: support 64bit partition sizesSascha Hauer2017-03-301-4/+13
| * | mtd: of: Make used partition binding configurableSascha Hauer2017-03-302-7/+78
| * | of: partition: Move of_mtd_fixup to drivers/of/Sascha Hauer2017-03-303-62/+78