summaryrefslogtreecommitdiffstats
path: root/block/sed-opal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-9/+7
|\
| * sed-opal: Remove the ret variable from the functionLi kunyu2024-03-061-4/+2
| * sed-opal: Remove unnecessary ‘0’ values from retLi kunyu2024-03-061-2/+2
| * sed-opal: Remove unnecessary ‘0’ values from errLi zeming2024-03-061-1/+1
| * sed-opal: Remove unnecessary ‘0’ values from errorLi zeming2024-03-061-2/+2
* | block: sed-opal: handle empty atoms when parsing responseGreg Joyce2024-02-161-1/+5
|/
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-2/+16
|\
| * block: sed-opal: keystore access for SED Opal keysGreg Joyce2023-10-171-2/+16
* | block: Fix regression in sed-opal for a saved key.Milan Broz2023-10-131-4/+3
|/
* block: sed-opal: keyring support for SED keysGreg Joyce2023-08-221-2/+172
* block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce2023-08-221-0/+40
* block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce2023-08-221-3/+35
* sed-opal: geometry feature reporting commandOndrej Kozina2023-04-191-1/+28
* sed-opal: Add command to read locking range parameters.Ondrej Kozina2023-04-051-0/+153
* sed-opal: add helper to get multiple columns at once.Ondrej Kozina2023-04-051-8/+14
* sed-opal: allow user authority to get locking range attributes.Ondrej Kozina2023-04-051-0/+24
* sed-opal: add helper for adding user authorities in ACE.Ondrej Kozina2023-04-051-20/+68
* sed-opal: do not add same authority twice in boolean ace.Ondrej Kozina2023-04-051-16/+0
* sed-opal: add support flag for SUM in status ioctlLuca Boccassi2023-02-171-0/+2
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-0/+39
|\
| * sed-opal: allow using IOC_OPAL_SAVE for locking tooLuca Boccassi2022-12-081-0/+39
* | block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-081-4/+28
|/
* block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com2022-08-221-12/+77
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+1
* block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar2020-03-121-1/+1
* block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Revanth Rajashekar2019-11-181-5/+1
* block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar2019-11-041-0/+2
* block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar2019-11-041-0/+172
* block: sed-opal: Generalizing write data to any opal tableRevanth Rajashekar2019-11-041-64/+74
* block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap2019-10-031-2/+2
* block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap2019-10-031-1/+1
* block: sed-opal: Remove always false conditional statementRevanth Rajashekar2019-08-201-4/+0
* block: sed-opal: Add/remove spacesRevanth Rajashekar2019-08-201-4/+41
* block: sed-opal: check size of shadow mbrJonas Rabenstein2019-06-291-0/+39
* block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein2019-06-291-2/+89
* block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein2019-06-291-0/+27
* block: sed-opal: "Never True" conditionsRevanth Rajashekar2019-06-291-5/+2
* block: sed-opal: PSID reverttper capabilityRevanth Rajashekar2019-06-291-4/+29
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-9/+1
* block: sed-opal: rename next to execute_stepsDavid Kozub2019-04-061-16/+17
* block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub2019-04-061-33/+42
* block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub2019-04-061-89/+69
* block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub2019-04-061-9/+9
* block: sed-opal: unify retrieval of table columnsDavid Kozub2019-04-061-83/+47
* block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub2019-04-061-2/+2
* block: sed-opal: split generation of bytestring header and contentJonas Rabenstein2019-04-061-8/+14
* block: sed-opal: print failed function addressJonas Rabenstein2019-04-061-2/+2
* block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub2019-04-061-31/+15
* block: sed-opal: unify error handling of responsesDavid Kozub2019-04-061-0/+5
* block: sed-opal: unify cmd startDavid Kozub2019-04-061-159/+69