summaryrefslogtreecommitdiff
path: root/block/sed-opal.c
AgeCommit message (Expand)Author
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2019-04-06block: sed-opal: rename next to execute_stepsDavid Kozub
2019-04-06block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub
2019-04-06block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub
2019-04-06block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub
2019-04-06block: sed-opal: unify retrieval of table columnsDavid Kozub
2019-04-06block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub
2019-04-06block: sed-opal: split generation of bytestring header and contentJonas Rabenstein
2019-04-06block: sed-opal: print failed function addressJonas Rabenstein
2019-04-06block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub
2019-04-06block: sed-opal: unify error handling of responsesDavid Kozub
2019-04-06block: sed-opal: unify cmd startDavid Kozub
2019-04-06block: sed-opal: close parameter list in cmd_finalizeDavid Kozub
2019-04-06block: sed-opal: unify space check in add_token_*Jonas Rabenstein
2019-04-06block: sed-opal: use correct macro for method lengthJonas Rabenstein
2019-04-06block: sed-opal: fix typos and formattingDavid Kozub
2019-04-06block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub
2018-06-20block: sed-opal: Fix a couple off by one bugsDan Carpenter
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-16block: sed-opal: fix u64 short atom lengthJonas Rabenstein
2018-03-06block: sed-opal: fix response string extractionJonas Rabenstein
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2017-09-11block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabledScott Bauer
2017-04-07block: sed-opal: Tone down all the pr_* to debugsScott Bauer
2017-03-30block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King
2017-03-08block/sed: Fix opal user range check and unused variablesJon Derrick
2017-02-23block/sed-opal: Propagate original error message to userland.Scott Bauer
2017-02-23block/sed-opal: Introduce free_opal_dev to free the structure and clean up stateScott Bauer
2017-02-22block/sed: Embed function data into the function sequenceJon Derrick
2017-02-22block/sed: Check received header lengthsJon Derrick
2017-02-22block/sed: Add helper to qualify response tokensJon Derrick
2017-02-22block/sed: Use ssize_t on atom parsers to return errorsJon Derrick
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig
2017-02-17block/sed-opal: tone down not supported warningsChristoph Hellwig
2017-02-14Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer
2017-02-06block: Add Sed-opal libraryScott Bauer