summaryrefslogtreecommitdiff
path: root/block/sed-opal.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-31sed-opal: Add STACK_RESET commandMilan Broz1-0/+47
2026-03-09sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl.Ondrej Kozina1-0/+159
2026-03-09sed-opal: increase column attribute type size to 64 bits.Ondrej Kozina1-2/+2
2026-03-09sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR.Ondrej Kozina1-0/+24
2026-03-09sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl.Ondrej Kozina1-0/+28
2026-03-09sed-opal: refactor (split) IOC_OPAL_LR_SETUP internals.Ondrej Kozina1-28/+45
2026-03-09sed-opal: add IOC_OPAL_REACTIVATE_LSP.Ondrej Kozina1-0/+99
2026-03-09sed-opal: add UID of Locking Table.Ondrej Kozina1-0/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-02sed-opal: ignore locking ranges array when not enabling SUM.Ondrej Kozina1-1/+2
2024-10-22block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce1-0/+26
2024-06-12block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()Su Hui1-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-9/+7
2024-03-06sed-opal: Remove the ret variable from the functionLi kunyu1-4/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from retLi kunyu1-2/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errLi zeming1-1/+1
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming1-2/+2
2024-02-17block: sed-opal: handle empty atoms when parsing responseGreg Joyce1-1/+5
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-2/+16
2023-10-17block: sed-opal: keystore access for SED Opal keysGreg Joyce1-2/+16
2023-10-13block: Fix regression in sed-opal for a saved key.Milan Broz1-4/+3
2023-08-22block: sed-opal: keyring support for SED keysGreg Joyce1-2/+172
2023-08-22block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce1-0/+40
2023-08-22block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce1-3/+35
2023-04-19sed-opal: geometry feature reporting commandOndrej Kozina1-1/+28
2023-04-05sed-opal: Add command to read locking range parameters.Ondrej Kozina1-0/+153
2023-04-05sed-opal: add helper to get multiple columns at once.Ondrej Kozina1-8/+14
2023-04-05sed-opal: allow user authority to get locking range attributes.Ondrej Kozina1-0/+24
2023-04-05sed-opal: add helper for adding user authorities in ACE.Ondrej Kozina1-20/+68
2023-04-05sed-opal: do not add same authority twice in boolean ace.Ondrej Kozina1-16/+0
2023-02-17sed-opal: add support flag for SUM in status ioctlLuca Boccassi1-0/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-0/+39
2022-12-08sed-opal: allow using IOC_OPAL_SAVE for locking tooLuca Boccassi1-0/+39
2022-11-08block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-08-22block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com1-12/+77
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+1
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_to...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