aboutsummaryrefslogtreecommitdiffstats
path: root/block/sed-opal.c
Commit message (Expand)AuthorAge
* block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap2019-10-03
* block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap2019-10-03
* block: sed-opal: Remove always false conditional statementRevanth Rajashekar2019-08-20
* block: sed-opal: Add/remove spacesRevanth Rajashekar2019-08-20
* block: sed-opal: check size of shadow mbrJonas Rabenstein2019-06-29
* block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein2019-06-29
* block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein2019-06-29
* block: sed-opal: "Never True" conditionsRevanth Rajashekar2019-06-29
* block: sed-opal: PSID reverttper capabilityRevanth Rajashekar2019-06-29
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-30
* block: sed-opal: rename next to execute_stepsDavid Kozub2019-04-06
* block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub2019-04-06
* block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub2019-04-06
* block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub2019-04-06
* block: sed-opal: unify retrieval of table columnsDavid Kozub2019-04-06
* block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub2019-04-06
* block: sed-opal: split generation of bytestring header and contentJonas Rabenstein2019-04-06
* block: sed-opal: print failed function addressJonas Rabenstein2019-04-06
* block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub2019-04-06
* block: sed-opal: unify error handling of responsesDavid Kozub2019-04-06
* block: sed-opal: unify cmd startDavid Kozub2019-04-06
* block: sed-opal: close parameter list in cmd_finalizeDavid Kozub2019-04-06
* block: sed-opal: unify space check in add_token_*Jonas Rabenstein2019-04-06
* block: sed-opal: use correct macro for method lengthJonas Rabenstein2019-04-06
* block: sed-opal: fix typos and formattingDavid Kozub2019-04-06
* block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub2019-04-06
* block: sed-opal: Fix a couple off by one bugsDan Carpenter2018-06-20
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * block: sed-opal: fix u64 short atom lengthJonas Rabenstein2018-03-16
| * block: sed-opal: fix response string extractionJonas Rabenstein2018-03-06
* | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-22
|/
* block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabledScott Bauer2017-09-11
* block: sed-opal: Tone down all the pr_* to debugsScott Bauer2017-04-07
* block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King2017-03-30
* block/sed: Fix opal user range check and unused variablesJon Derrick2017-03-08
* block/sed-opal: Propagate original error message to userland.Scott Bauer2017-02-23
* block/sed-opal: Introduce free_opal_dev to free the structure and clean up stateScott Bauer2017-02-23
* block/sed: Embed function data into the function sequenceJon Derrick2017-02-22
* block/sed: Check received header lengthsJon Derrick2017-02-22
* block/sed: Add helper to qualify response tokensJon Derrick2017-02-22
* block/sed: Use ssize_t on atom parsers to return errorsJon Derrick2017-02-22
* block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig2017-02-17
* block/sed-opal: tone down not supported warningsChristoph Hellwig2017-02-17
* Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer2017-02-14
* block: Add Sed-opal libraryScott Bauer2017-02-06