index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
sed-opal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-9
/
+7
2024-03-06
sed-opal: Remove the ret variable from the function
Li kunyu
1
-4
/
+2
2024-03-06
sed-opal: Remove unnecessary ‘0’ values from ret
Li kunyu
1
-2
/
+2
2024-03-06
sed-opal: Remove unnecessary ‘0’ values from err
Li zeming
1
-1
/
+1
2024-03-06
sed-opal: Remove unnecessary ‘0’ values from error
Li zeming
1
-2
/
+2
2024-02-16
block: sed-opal: handle empty atoms when parsing response
Greg Joyce
1
-1
/
+5
2023-11-01
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+16
2023-10-17
block: sed-opal: keystore access for SED Opal keys
Greg Joyce
1
-2
/
+16
2023-10-13
block: Fix regression in sed-opal for a saved key.
Milan Broz
1
-4
/
+3
2023-08-22
block: sed-opal: keyring support for SED keys
Greg Joyce
1
-2
/
+172
2023-08-22
block: sed-opal: Implement IOC_OPAL_REVERT_LSP
Greg Joyce
1
-0
/
+40
2023-08-22
block: sed-opal: Implement IOC_OPAL_DISCOVERY
Greg Joyce
1
-3
/
+35
2023-04-19
sed-opal: geometry feature reporting command
Ondrej Kozina
1
-1
/
+28
2023-04-05
sed-opal: Add command to read locking range parameters.
Ondrej Kozina
1
-0
/
+153
2023-04-05
sed-opal: add helper to get multiple columns at once.
Ondrej Kozina
1
-8
/
+14
2023-04-05
sed-opal: allow user authority to get locking range attributes.
Ondrej Kozina
1
-0
/
+24
2023-04-05
sed-opal: add helper for adding user authorities in ACE.
Ondrej Kozina
1
-20
/
+68
2023-04-05
sed-opal: do not add same authority twice in boolean ace.
Ondrej Kozina
1
-16
/
+0
2023-02-17
sed-opal: add support flag for SUM in status ioctl
Luca Boccassi
1
-0
/
+2
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+39
2022-12-08
sed-opal: allow using IOC_OPAL_SAVE for locking too
Luca Boccassi
1
-0
/
+39
2022-11-08
block: sed-opal: kmalloc the cmd/resp buffers
Serge Semin
1
-4
/
+28
2022-08-22
block: sed-opal: Add ioctl to return device status
dougmill@linux.vnet.ibm.com
1
-12
/
+77
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+1
2020-03-12
block: sed-opal: Change the check condition for regular session validity
Revanth Rajashekar
1
-1
/
+1
2019-11-18
block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...
Revanth Rajashekar
1
-5
/
+1
2019-11-04
block: sed-opal: Introduce Opal Datastore UID
Revanth Rajashekar
1
-0
/
+2
2019-11-04
block: sed-opal: Add support to read/write opal tables generically
Revanth Rajashekar
1
-0
/
+172
2019-11-04
block: sed-opal: Generalizing write data to any opal table
Revanth Rajashekar
1
-64
/
+74
2019-10-03
block: sed-opal: fix sparse warning: convert __be64 data
Randy Dunlap
1
-2
/
+2
2019-10-03
block: sed-opal: fix sparse warning: obsolete array init.
Randy Dunlap
1
-1
/
+1
2019-08-20
block: sed-opal: Remove always false conditional statement
Revanth Rajashekar
1
-4
/
+0
2019-08-20
block: sed-opal: Add/remove spaces
Revanth Rajashekar
1
-4
/
+41
2019-06-29
block: sed-opal: check size of shadow mbr
Jonas Rabenstein
1
-0
/
+39
2019-06-29
block: sed-opal: ioctl for writing to shadow mbr
Jonas Rabenstein
1
-2
/
+89
2019-06-29
block: sed-opal: add ioctl for done-mark of shadow mbr
Jonas Rabenstein
1
-0
/
+27
2019-06-29
block: sed-opal: "Never True" conditions
Revanth Rajashekar
1
-5
/
+2
2019-06-29
block: sed-opal: PSID reverttper capability
Revanth Rajashekar
1
-4
/
+29
2019-04-30
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
1
-9
/
+1
2019-04-06
block: sed-opal: rename next to execute_steps
David Kozub
1
-16
/
+17
2019-04-06
block: sed-opal: don't repeat opal_discovery0 in each steps array
David Kozub
1
-33
/
+42
2019-04-06
block: sed-opal: pass steps via argument rather than via opal_dev
David Kozub
1
-89
/
+69
2019-04-06
block: sed-opal: use named Opal tokens instead of integer literals
David Kozub
1
-9
/
+9
2019-04-06
block: sed-opal: unify retrieval of table columns
David Kozub
1
-83
/
+47
2019-04-06
block: sed-opal: add token for OPAL_LIFECYCLE
David Kozub
1
-2
/
+2
2019-04-06
block: sed-opal: split generation of bytestring header and content
Jonas Rabenstein
1
-8
/
+14
2019-04-06
block: sed-opal: print failed function address
Jonas Rabenstein
1
-2
/
+2
2019-04-06
block: sed-opal: reuse response_get_token to decrease code duplication
David Kozub
1
-31
/
+15
2019-04-06
block: sed-opal: unify error handling of responses
David Kozub
1
-0
/
+5
2019-04-06
block: sed-opal: unify cmd start
David Kozub
1
-159
/
+69
[next]