aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/sed-opal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar1-1/+1
2019-11-18block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_token_u64'Revanth Rajashekar1-5/+1
2019-11-04block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar1-0/+2
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar1-0/+172
2019-11-04block: sed-opal: Generalizing write data to any opal tableRevanth Rajashekar1-64/+74
2019-10-03block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap1-2/+2
2019-10-03block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap1-1/+1
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar1-4/+0
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar1-4/+41
2019-06-29block: sed-opal: check size of shadow mbrJonas Rabenstein1-0/+39
2019-06-29block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein1-2/+89
2019-06-29block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein1-0/+27
2019-06-29block: sed-opal: "Never True" conditionsRevanth Rajashekar1-5/+2
2019-06-29block: sed-opal: PSID reverttper capabilityRevanth Rajashekar1-4/+29
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-9/+1
2019-04-06block: sed-opal: rename next to execute_stepsDavid Kozub1-16/+17
2019-04-06block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub1-33/+42
2019-04-06block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub1-89/+69
2019-04-06block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub1-9/+9
2019-04-06block: sed-opal: unify retrieval of table columnsDavid Kozub1-83/+47
2019-04-06block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub1-2/+2
2019-04-06block: sed-opal: split generation of bytestring header and contentJonas Rabenstein1-8/+14
2019-04-06block: sed-opal: print failed function addressJonas Rabenstein1-2/+2
2019-04-06block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub1-31/+15
2019-04-06block: sed-opal: unify error handling of responsesDavid Kozub1-0/+5
2019-04-06block: sed-opal: unify cmd startDavid Kozub1-159/+69
2019-04-06block: sed-opal: close parameter list in cmd_finalizeDavid Kozub1-22/+3
2019-04-06block: sed-opal: unify space check in add_token_*Jonas Rabenstein1-9/+16
2019-04-06block: sed-opal: use correct macro for method lengthJonas Rabenstein1-1/+1
2019-04-06block: sed-opal: fix typos and formattingDavid Kozub1-8/+10
2019-04-06block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub1-3/+6
2018-06-20block: sed-opal: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+27
2018-03-16block: sed-opal: fix u64 short atom lengthJonas Rabenstein1-7/+4
2018-03-06block: sed-opal: fix response string extractionJonas Rabenstein1-3/+23
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2017-09-11block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabledScott Bauer1-0/+32
2017-04-07block: sed-opal: Tone down all the pr_* to debugsScott Bauer1-79/+74
2017-03-30block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King1-1/+1
2017-03-08block/sed: Fix opal user range check and unused variablesJon Derrick1-8/+2
2017-02-23block/sed-opal: Propagate original error message to userland.Scott Bauer1-2/+5
2017-02-23block/sed-opal: Introduce free_opal_dev to free the structure and clean up stateScott Bauer1-0/+30
2017-02-22block/sed: Embed function data into the function sequenceJon Derrick1-255/+163
2017-02-22block/sed: Check received header lengthsJon Derrick1-14/+21
2017-02-22block/sed: Add helper to qualify response tokensJon Derrick1-36/+25
2017-02-22block/sed: Use ssize_t on atom parsers to return errorsJon Derrick1-14/+14
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig1-10/+91
2017-02-17block/sed-opal: tone down not supported warningsChristoph Hellwig1-4/+4
2017-02-14Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer1-87/+46
2017-02-06block: Add Sed-opal libraryScott Bauer1-0/+2448