-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish implementing updates for issuing Sanitize commands, including the AUSE bit and ZNR bit and multiple overwrite passes.
- Loading branch information
Showing
10 changed files
with
894 additions
and
353 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opensea-operations
updated
10 files
+89 −2 | include/operations.h | |
+67 −2 | include/sanitize.h | |
+5 −0 | meson.build | |
+76 −148 | src/ata_Security.c | |
+40 −20 | src/drive_info.c | |
+35 −20 | src/logs.c | |
+103 −3 | src/operations.c | |
+307 −92 | src/sanitize.c | |
+20 −14 | src/seagate_operations.c | |
+1 −0 | src/set_max_lba.c |
Submodule opensea-transport
updated
7 files
+8 −3 | include/ata_helper.h | |
+2 −1 | include/common_public.h | |
+15 −0 | include/nvme_helper.h | |
+5 −0 | meson.build | |
+4 −0 | src/ata_helper.c | |
+16 −4 | src/cmds.c | |
+5 −0 | src/sg_helper.c |
Oops, something went wrong.