summaryrefslogtreecommitdiff
path: root/block/sed-opal.c
AgeCommit message (Expand)Author
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-06sed-opal: Remove the ret variable from the functionLi kunyu
2024-03-06sed-opal: Remove unnecessary ‘0’ values from retLi kunyu
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errLi zeming
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming
2024-02-16block: sed-opal: handle empty atoms when parsing responseGreg Joyce
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-17block: sed-opal: keystore access for SED Opal keysGreg Joyce
2023-10-13block: Fix regression in sed-opal for a saved key.Milan Broz
2023-08-22block: sed-opal: keyring support for SED keysGreg Joyce
2023-08-22block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce
2023-08-22block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce
2023-04-19sed-opal: geometry feature reporting commandOndrej Kozina
2023-04-05sed-opal: Add command to read locking range parameters.Ondrej Kozina
2023-04-05sed-opal: add helper to get multiple columns at once.Ondrej Kozina
2023-04-05sed-opal: allow user authority to get locking range attributes.Ondrej Kozina
2023-04-05sed-opal: add helper for adding user authorities in ACE.Ondrej Kozina
2023-04-05sed-opal: do not add same authority twice in boolean ace.Ondrej Kozina
2023-02-17sed-opal: add support flag for SUM in status ioctlLuca Boccassi
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-08sed-opal: allow using IOC_OPAL_SAVE for locking tooLuca Boccassi
2022-11-08block: sed-opal: kmalloc the cmd/resp buffersSerge Semin
2022-08-22block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com
2022-02-02block: remove genhd.hChristoph Hellwig
2020-03-12block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar
2019-11-18block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Revanth Rajashekar
2019-11-04block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar
2019-11-04block: sed-opal: Generalizing write data to any opal tableRevanth Rajashekar
2019-10-03block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap
2019-10-03block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar
2019-06-29block: sed-opal: check size of shadow mbrJonas Rabenstein
2019-06-29block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein
2019-06-29block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein
2019-06-29block: sed-opal: "Never True" conditionsRevanth Rajashekar
2019-06-29block: sed-opal: PSID reverttper capabilityRevanth Rajashekar
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