Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | block: sed-opal: Fix a couple off by one bugs | Dan Carpenter | 1 | -2/+2 |
2018-04-06 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+27 |
2018-03-16 | block: sed-opal: fix u64 short atom length | Jonas Rabenstein | 1 | -7/+4 |
2018-03-07 | block: sed-opal: fix response string extraction | Jonas Rabenstein | 1 | -3/+23 |
2018-02-22 | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar | 1 | -1/+1 |
2017-09-11 | block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled | Scott Bauer | 1 | -0/+32 |
2017-04-07 | block: sed-opal: Tone down all the pr_* to debugs | Scott Bauer | 1 | -79/+74 |
2017-03-30 | block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" | Colin Ian King | 1 | -1/+1 |
2017-03-08 | block/sed: Fix opal user range check and unused variables | Jon Derrick | 1 | -8/+2 |
2017-02-23 | block/sed-opal: Propagate original error message to userland. | Scott Bauer | 1 | -2/+5 |
2017-02-23 | block/sed-opal: Introduce free_opal_dev to free the structure and clean up state | Scott Bauer | 1 | -0/+30 |
2017-02-22 | block/sed: Embed function data into the function sequence | Jon Derrick | 1 | -255/+163 |
2017-02-22 | block/sed: Check received header lengths | Jon Derrick | 1 | -14/+21 |
2017-02-22 | block/sed: Add helper to qualify response tokens | Jon Derrick | 1 | -36/+25 |
2017-02-22 | block/sed: Use ssize_t on atom parsers to return errors | Jon Derrick | 1 | -14/+14 |
2017-02-17 | block/sed-opal: allocate struct opal_dev dynamically | Christoph Hellwig | 1 | -10/+91 |
2017-02-17 | block/sed-opal: tone down not supported warnings | Christoph Hellwig | 1 | -4/+4 |
2017-02-15 | Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN | Scott Bauer | 1 | -87/+46 |
2017-02-06 | block: Add Sed-opal library | Scott Bauer | 1 | -0/+2448 |