aboutsummaryrefslogtreecommitdiffstats
path: root/block/sed-opal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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